User Activity
Need an advise and best practice to follow. as we know, uploading a JAR file restarts all the mid server. i would like to know what all things to be taken care and what are the points to remember before uploading the JAR file on Production. Any help ...
I tried creating the record to upload the JAR file.steps - go to navigation bar -> type Mid server Jar file -> click on the module -> create new record -> fill the details -> click on attachment icon and upload the downloaded JAR file. I am able to a...
02-22-2023
Has anyone came across a scenario where we need to trigger an event for notification, but we don't have and we need not to pass GlideRecord object in 2nd parameter of gs.eventQueue('event name', 'gliderecord', parm1, parm2); We need to write an event...
Hii have written a onLoad client script and on based of condition i am removing the choices from choice list field using removeOption() method. g_form.removeOption(‘state’, 0);g_form.removeOption(‘state’,2);etc. Except one, all choices(which i menti...
01-09-2023
Flow action is executing successfully and runtime values are also coming correctly but getting the error at last. Error Message:The requested flow operation was prohibited by security rules. How to overcome this?I am calling the flow action from scr...