sn-disabled not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2019 03:05 AM
Hello,
I am new to ServiceNow and I have a task which is to disable the approver field when the requestor is a manager.
<sn-record-picker field="approverField" sn-disabled="c.data.manager" table="'sys_user'" display-field="'user_name'" display-fields="'email'" value-field="'sys_id'" search-fields="'user_name'" default-query="'active=true^user_name!=NULL^name!=NULL^u_jobDescription=Manager'"></sn-record-picker>
Please help me figure out what is wrong with my code. sn-disabled is not working. What am I missing here?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2019 11:28 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2019 11:32 PM