Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! SC task

Hello experts,We have catalog item on that using run script activity creating catalog task.normal task we can add the variables but.we want to show variables on that sc task form.how can we achieve this? kindly support!  

akin9 by Tera Contributor
  • 694 Views
  • 5 replies
  • 2 helpfuls

Database View

Hi All,I have created a Database view to create a report (Change requests from Incident) with where clause as below and it's working as expected. Incident table - inc_rfc=chg_sys_id && inc_category='HANA'&&inc_active=1Approval (sysapproval_approver) ...

Dileep2 by Tera Contributor
  • 397 Views
  • 3 replies
  • 0 helpfuls

Resolved! Create multiple RITMs based on list collector variable selected

HI Community, I have a requirement, in catalog form there is list collector field called select csos environment if i select 3 options then 3 ritms need to be created..so i have written this script in run script activity in workflow it worked but it ...

suuriya by Tera Contributor
  • 1999 Views
  • 15 replies
  • 1 helpfuls

Resolved! Combining ng-repeat with ng-if with choice lists

Hi everyone, In a widget, I've created a table to be populated with some data from an Incident record, with an icon that displays in the relevant column. So if the record has a category of inquiry, the panda icon will be in the inquiry column, like s...

btlindsay by Tera Expert
  • 1600 Views
  • 6 replies
  • 1 helpfuls

Resolved! Hide fieldmsg for a variable

Hello developers,I have used two showFieldMsg for same variable as i needed the field msgs to be in different lines.g_form.showFieldMsg('varName', 'message.', 'info', 'true');g_form.showFieldMsg('varName', 'Reason:due to this', 'info', 'true');  Now ...

Flow Designer OOB Objects

Hi All,   I have started working with Flow Designer indepth and I was wondering if there is a documentation available for the objects available to be used in Flow Designer like "fd_data" object.   Thanks in advance

Anubhav24 by Mega Sage
  • 519 Views
  • 2 replies
  • 2 helpfuls

Can Flow Designer update Comments section?

We have a requirement that once a catalog item is submitted, we need to have verbiage entered into the Comments section of the RITM so as to send a note to the submitter. Can this be done with Flow Designer with or without coding? Preferably without.

CathyD by Tera Contributor
  • 453 Views
  • 1 replies
  • 0 helpfuls

How to Conditionally Set a Transform Map to run based on a flow. I am trying to figure out how to conditionally set a transform map to run when different flows are initiated.

Scenario:2 - Remote Instances2 - Separate Flows Inbound & Outbound2 - Transform Maps that transform different columns on the same Incident TableHow can I conditionally set a Transform Map to run when the remote instance updates the incident fields ar...

tapan1 by Tera Contributor
  • 725 Views
  • 2 replies
  • 0 helpfuls

Field Length

Hi,"email" field in sys_user table is truncating text of more than 40 characters, whereas i want to store max 100 characters instead of current 40. Can someone please help.Regards,Dhruv