Discussions
Re-enable Business Objects
We had a page in desktop that was referencing business objects but that's not allowed after updating. We are moving it to the staff site but we are still getting errors on the Asi.Bae.Customer.User object. How do we re-enable the business object?
How to inspect Rest calls made by Rise to learn by example
It would be valuable for developers to be able to view the Rest calls that a Rise page makes to understand how ASI is using Rest on a page to view, save or update data. Then, rather than having to request on the forum each time for an example of how a given call should be made we could just inspect the page's behavior to learn more about the calls. This would allow developers to move forward more quickly to cloud friendly development without relying on ASI to publish examples of all the calls we need to make.
Translation Module Intel
Anyone have any information on how the Translation Module works? Specifically, I'm trying to figure out what does the content scanning to import new phrases from IQAs, sitemap items, etc. into the phrases database. Anything anyone knows about how this black box operates would be really helpful in taming it. Thanks so much!
Client based iParts (Angular 1.x)
Hi all,
Rest support for CertificationProgramRegistration
20.2.64.8771
REST API: Json example of ComboOrder to create an invoice.
Hi all,
POST to Order_Badge - how can I get around Bad Request
No need for response, details were sent to me offline.
How to perform a Get/put on contract with composite key
I'm able to do a get on the trans using query parameters
https://{{URL}}/api/Trans?BT_ID=1399950&product_code=LASTAR2013/STAR&ST_ID=1399950&Date_Entered=2013-01-28
Setting program option to 'Register by default' through REST
How do you update program options (event function) to 'Register by default' after already posting via REST? I would assume some type of PUT action, but what object/property do we need to look at.
Hashing a password and comparing it to current pw
Is there a way to create a new password and store the hashed value in a table so that it can be compared to the current password? A client originally initialized passwords to be the same as the username years ago. With the upcoming iMIS enhancement to enforce username <> password, we are looking to see how many people might still have the original password.