User Activity
Hello Experts,
I'm working on a POC with a record producer that creates records on the Interaction table. After submission I am displaying the producer variables on the created record via a UI formatter, but the variables are all read‑only. I need ...
What goes wrong
When a catalog request creates an RITM, we may have a Flow, or integration that calls external systems and update RITM variables some seconds later. If a fulfiller opens the RITM before the Flow finishes and saves the form, the empty ...
IntroductionWhen building catalog items with Multi-Row Variable Sets (MRVS) in ServiceNow, you often need to propagate a selection/change inside a MRVS row to variables/fields on the parent Record. MRVS variable scripts run inside an iframe; to read ...
12-06-2024
Hello Experts, I have created a onchnage Client script to retu below is my script include: var assignmentAjaxUtils = Class.create();
assignmentAjaxUtils.prototype = Object.extendsObject(AbstractAjaxProcessor, {
getAssignmentDetails: function(){...
Hello, I am creating a flow, were I wanted to regenrate approvals based of some conditions. The approvals are gettings created correctly. But, when I reject the approval, and when the conditions mets I wanted to create approvals again. They are getti...