User Activity

I would like to prevent users' right-click on table forms, but is there any way? I think it depends on web browser, though. Best Regards,Aki
I created a custom Flow. The Flow calls custom Action that calls the Scheduled Job (A) to execute, using "SncTriggerSynchronizer.executeNow()" method.What I would like the Flow to do next is to call another Action to execute another Scheduled Job (B)...
I would like to send an attachment file from ServiceNow to the MID Server, triggered by Flow or Scheduled Job.Please let me know how to achieve this. Also, after that, I would like to make the MID Server upload the file to Amazon S3 using AWS CLI com...
I'm planning to create a Script File in MID Server so that ServiceNow's Flow can execute a batch file from MID Server. The batch file content is AWS CLI command to upload a file in MID Server to S3 bucket in AWS.The MID Server is set up to use proxy ...
I have a Record Producer to create a record from Employee Center portal.What I would like to do is to copy already created record by Record Producer and then submit new form in Record Producer to create new record. I'm wondering if it can be possible...