User Activity
Hi,
How to set default value of date/time field 24 hours from current time and restrict the user to not select date/time for more than 72 hours from current time
how to add authorization token to header in rest message script, I'm using the below one and its not working. Please assist.
a.setRequestHeader('authorization', 'Bearer'+token);
Hi, I'm receiving the below error when I try to submit the client script. Please assist. See this error on all the types of client script.
onSubmit script error: ReferenceError: validateFunctionDeclaration is not defined:
function onSubmit(){
var fun...
Hi, I need to refer to list collector variables from a catalog item in workflow. I have used split function to make the values comma separated and split function is returning the output in array. I need it in string type and used toString(), its not ...
Hi,
I'm populating a select box (database name) based on the application selected in the catalog item using client and script include. After submitting the catalog item, the select box is empty and when I click on it, it shows the option I have selec...