Flow Designer action JSON Parser 'Generate Target' not clickable
'Generate Target' not clickable. for more information see the attached screenshot
Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More
'Generate Target' not clickable. for more information see the attached screenshot
Hi Community,Is there any document that has OOTB columns/fields of incident, like "number, "caller", explained? If yes, please send my way.Thanks in advance
I have a table widget on the CSM Portal displaying Business Services of the account of the logged in customer. The display of the information is made through a Database View which involve 3 different tables. To export the table data, I use HTTP GET r...
Hi team, I have a report using the Change Request [change_request] table to report on a specific set of changes. I need this report to also show me related changes but cannot figure out how to report on this. I attempted to add Related List Conditi...
Hello, We do have a requirement to include related incident of SCTASK in the related list of SCTASK form level. However, there is no direct related list selection available for this & doesn't seem to be a field in incident storing SCTASK value eithe...
(function runMailScript(current, template, email, email_action, event) { var selectedValue = current.variables.partner.toString(); gs.info('Selected Value: ' + selectedValue); email.send(null, selectedValue);})(current, template, ema...
Hi All, My concern is only one user is not receiving the mails when an incident is assigned to that particular assignments. I have did all the basic things like user notification settings, user mail id is valid or not. Can anyone have the solution fo...
Hello community! We have report built on incident table to show the portfolio comments and application services coming from CI.we are seeing the portfolio comments (Site location) regarding all application services. I want to filter based on site loc...
I'm implementing below requirement but it's not happening. In the user table, for every user records, we've an attribute called Business Unit which is a dropdown variable as per below screenshot -So, if I'll create an incident or a service request, a...
Hi Team, I want time in Zulu format, eg. 2022-05-31T07:34:45.968Z. Can you please tell me if there's a function to implement it? Thanks and Regards,Hrithik Nirupam
Hello,I have a state flow on the form with state 'Open','WIP','review','closed'..Also i have a state field on the form which have choices 'open','wip','review','closed complete','closed incomplete','closed skipped'..I need to hide the choices'closed ...
Hello,When I click on the show schedule related list that appears when I open a Schedule [cmn_schedule] table record, the schedule is displayed.If there is a schedule, an Event popup is displayed when clicked, but is it possible to change the fields ...
Hi Team,Can someone respond to the below query. Thanks in advance.What is retroactive start and pause in SLA and could you please give me one example with images?
Hi community! I can be able to create a report on table. and can't see the values in the columns which are coming from other table.Dot walked to the column and bring the required column on the report using configuration. data is not visible.checked f...
I want to trigger a scheduled job from Business rule. I am using the below script but its throwing error.var gr = new GlideRecord('sysauto');gr.addQuery('sys_id','25b758811b6e8d102d8a0d45ec4bcb35');gr.query();if (gr.next()) { SncTriggerSynchro...