Hello everyone, We got a request to create a scripted rest API to be able to create a HR case (sn_hr_core_case) and attach an attachment to it afterwards. We didn't have any issue to create the ressources to create the HR case with the check that we...
Hi all !
I put the code below in a variable set catalog client script.
function onChange(control, oldValue, newValue, isLoading) {
if (isLoading || newValue == '') {
return;
}
var choice = g_form.getValue('u_end_of_service');
var message = '';
sw...
Hello Tanushree Maiti Honestly, these are interesting link, more particulary the video link (and the youtube channel itself), but that doesn't tackle the specific issue that i mentionned, or i didn't find it at least. Have a nice day,Nicolas
Hi Mark,
What do you mean by appllying the messages field on the catalog client script ?
I just create a variable set and add a client script in it so no i suppose
Thanks for your answer,
Leduc Nicolas