We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Workflow - "Wait for Condition" activity

Hi All, I have put the Wait for Condition activity in the workflow with the condition: 1. Approval is Approved2. A particular catalog task should be closed then only the workflow should move forward but the WF is not moving forward. The WF is getting...

roomawakar by Tera Contributor
  • 2558 Views
  • 12 replies
  • 0 helpfuls

Asset to CI mapping for extended CI fields

The field IMEI exists in alm_hardware and in cmdb_ci_handheld_computing.In Asset-CI mapping, it looks like can only map fields from the base CI Table (cmdb_ci).In the advance view where you can add conditions, you can expand Handheld Computing device...

VernYerem_0-1725983267072.png
VernYerem by Tera Expert
  • 1163 Views
  • 2 replies
  • 0 helpfuls

Resolved! Pass value from UI Page to UI Action

"How can I pass the user back from the UI Page to the UI Action?"This is the UI Action: function changeAuthors() {var dialog = new GlideDialogWindow('FIG_kb_change_authors');dialog.setTitle('Change knowledge article author');dialog.setSize(500, 300);...

gs.getProperty() - my "habits"

Personally, there are a couple of things I don’t like about gs.getProperty() .... The ServiceNow GlideSystem method gs.getProperty() is a frequently used function to store configurations outside of the code. This is ServiceNow best practice. It retur...

Andy-L by Tera Contributor
  • 4184 Views
  • 2 replies
  • 0 helpfuls

Resolved! business rule running twice on single Update

Hi, I have 2 business rule one is on Before update and another is on After insert and update. 1. Before Update BR: - Condition : State = On Hold && Sub state = Customer && Additional Comment CHANGES- if (current.requested_for == gs.getUserID()) //if ...

P Seth by Tera Contributor
  • 1372 Views
  • 4 replies
  • 1 helpfuls