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.

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

Forum Posts

Resolved! Can we generate word document from the workflow

Hi All, Currently, A PDF is generated from a workflow with all the variable values once a request is submitted. I'm using the PDFGenerationAPI() for this and below is the code I'm using in the workflow Run script which is working as expected.var file...

Nagashree5 by Tera Contributor
  • 783 Views
  • 3 replies
  • 1 helpfuls

Resolved! Autopopulate Kb article in incident related list

Hi All,I am creating an incident record using record producer. I am having KB article to be attached to the  'Attach KB' related list in incident form. So , on the incident that is created via record producer, the KB has to be attached automatically ...

Renu9 by Tera Contributor
  • 718 Views
  • 6 replies
  • 0 helpfuls

making dependent

We have created 2 fields both are reference field.Parent (L1)Name (l2)Now The Requirement is L2 Commodity code depends on L1. If you choose any L1 on the children of that L1 should be available to choose in the L2 reference field. We have excel too S...

Pramod5 by Tera Contributor
  • 509 Views
  • 5 replies
  • 0 helpfuls

Request and RITM are not avialable in sysapproval_approver table

Hi,I'm trying to automate the tests for request management flow in ATF. I have a scenario where I need to create a request and retrieve the request/RITM from sysaprroval_approver table and open it in a UI form, and then click 'approve' button in the ...

balaji_tk by Kilo Contributor
  • 475 Views
  • 3 replies
  • 0 helpfuls

List edit ACL is not working

Hi Team, Help for the below requirement.  We have one requirement, on list view for a specific fields the data should be read only for that I have created one ACL that is Operation --> list_editTable.field Script --> answer = false; But it is not wor...

Khalid9030 by Tera Contributor
  • 530 Views
  • 10 replies
  • 0 helpfuls

Ip address validation

Hi Team, we have ip address variable on catalog item.I want add some validation like below.10.05.07.2010.08.10.20/24 after / - should be max 2 digits.If there are more then 2 digit, user can't able to submit form.How can I achieve this ?please help m...

lucky24 by Tera Contributor
  • 312 Views
  • 1 replies
  • 0 helpfuls

Resolved! Show MRVS variables on record form

Hi All,I have a record producers with MRVS variables. Once the record is created, I want those MRVS variables to also appear on the record form . Please help me in achieving it. Record producer is on a custom table. 

Srinivas K by Tera Contributor
  • 1341 Views
  • 7 replies
  • 1 helpfuls

Resolved! Catalog UI Policy Condition

I have to create the condition like below:Fields "division" & "group" are list collector variable type. And tell me please why it is not working, I want to get clear group field if division field changes. 

DIVI1_0-1698228062370.png
DIVI1 by Tera Expert
  • 739 Views
  • 5 replies
  • 0 helpfuls

Cascading additional comment to task

Hello Comunity,There is a requirement to cascade additional comment to child task.I'm required to check if if a comment is already present at child task then it should not be updated from ritm level. Please help me to implement the condition. Thanks!