- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2022 06:29 AM
The button "New" in related list should be enabled for users only if the status of record is in “Open” or “Need More Info” statuses. These records are in a custom table in Service Now and once the status changed to Submitted or Approval, this "New" button should be disabled.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2022 06:39 AM
Hi
Please follow and replicate the below steps but as per your required buttons :
I removed my old reaction, I did not read correct. You should look at the Related list action:
Search for the New - Interaction (in your case search for your "New" )
Click on advanced view:
Add the following to the script condition:
&& parent.sys_class_name + "" !== "sn_hr_core_case"
update:
Insert and stay.
Set the original one to inactive.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2022 06:39 AM
Hi
Please follow and replicate the below steps but as per your required buttons :
I removed my old reaction, I did not read correct. You should look at the Related list action:
Search for the New - Interaction (in your case search for your "New" )
Click on advanced view:
Add the following to the script condition:
&& parent.sys_class_name + "" !== "sn_hr_core_case"
update:
Insert and stay.
Set the original one to inactive.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2022 08:09 PM
Hi
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2022 07:55 AM
Hi
That's sounds like a another question which you need to raise .
Your original question is answered , Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep