User Activity
Hey #ServiceNow community Ever had a situation where you need to prevent inline (list view) editing on certain fields — but still want those fields editable on the form?Most folks reach for Access Control Rules (ACLs). But here’s the thing… ACLs ca...
Hey ServiceNow folks! Ever needed to pass data from a UI Action to a UI Page and then use that value in Jelly?Well, here’s a clean and tested example that demonstrates how to:✅ Grab a value (like assignment_group from the form)✅ Pass it to a UI Pa...
Hi All,I have embedded a related list on the `ast_contract` form. In this related list, there is a field `model_number`, which is dot-walked from another table. I need to make this field read-only, but I am facing challenges:- I tried using an onLoad...
Hello All, We have encountered an issue on the alm_asset table related to duplicate asset serial number validation. Issue Summary:1. We implemented a check to prevent duplicate assets with the same serial number by displaying an error message if an a...