How to call a variable in "sn_doc_html_template" if it do not exist in variable pick list ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 02:15 AM
Hello
I'm working with "sn_doc_html_template"
I need to find in HR CASE for "ASSIGNED TO" person and his "BUSINESS TITLE" which is in his HR JOB TABLE which is attached to his HR PROFILE.
But I'm missing this in "ASSIGNED TO" fields pick list.
Is there a way to call it by script in "sn_doc_html_template"
Please advise 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 02:51 AM
Hi @Don Dom ,
Can you try out this solution with your table using ACL :https://www.servicenow.com/community/cmdb-forum/missing-fields-when-creating-servicenow-template-und...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 01:03 PM
Aha, so looks like those fields are hidden because of ACL? And ACL can unhide them?
Thx.