Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Did not see this in the documentation...Does anyone know if checking for the User or Customer Role membership inside ISF / Javascript is supported? -- Like similar to how we can check for "Moment".If so, what is the variable name and the values?Thank...
In ISF/Javascript, what are all the values for the Moment global variable? For example, (Moment == "ordering") can be used to check if the current moment is Ordering moment. What are the values for all other moments, specifically Service Group Review...
So is it correct that if a field's Input Type is set to hidden on the Form's Display Properties, that the field value cannot be set by a rule?I thought if the field is hidden, it is still sent and present on the browser if the user has Access Control...
At the end of a service delivery, I have a need to submit a different service request, copying across some field values etc.Sounds like using the API is only way, and I need to first call the getServiceDefinition to get service definition info such a...
In the prime service catalog, there is option for tasks where you can say after this task starts, prevent cancelation of request. I think this option is great for stopping end-users from canceling the request after certain point, but there are times ...
Thanks for the reply.That sounds like a good option, but unfortunately, that will take me little more time/effort than I thought... I'll have to figure out some other alternative for now.As a follow up question, in the integration guide, there are ex...
Regarding the encrypted password generation, make sure you put in the correct port if needed as well as http or https depending on your setup. Also, make sure you log in first, and then hit that link, as it appears if you get the login prompt when op...
I did go ahead and was able to use tasks with service link to submit a separate request using RAPI much like you would do against an external system. Only thing is this interface or integration is specific to a particular service, so not very flexibl...
Hi Ellianna,Bundle feature will not work for us (and I think that feature has its own set of challenges) as the secondary request needs to be kicked off at the end of the first request depending on some conditions in my use case. (or maybe bundle can...
Are you passing in the login/authentication information in the header section within the message body like kbasavar mentioned?Will look something like this: <soapenv:Header> <req:AuthenticationToken> <req:Username>?</req:Username> ...