Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2023 09:18 PM
I am using Robust Transformer to map data from single source to multiple target table. There is a mandatory field state(install_status) on target table(cmdb_ci_computer). So requirements is on insert of new record set state to installed and do not make any changes with state while updating.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 11:02 PM
Hi Ankit,
Try to make the state[install_status] field mandatory using UI policy and make the field state[install_status] non-mandatory from dictionary using dictionary override.
OR
You can make use of this OOTB system properties[ glide.required.attribute.enabled] and set it to false to make it work. Before setting it to false check if it is impacting on a global level.
Please refer this link for you reference:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723079
Thanks,
Sourav
Please refer this link for you reference:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723079
Thanks,
Sourav
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2023 11:02 PM
Hi Ankit,
Try to make the state[install_status] field mandatory using UI policy and make the field state[install_status] non-mandatory from dictionary using dictionary override.
OR
You can make use of this OOTB system properties[ glide.required.attribute.enabled] and set it to false to make it work. Before setting it to false check if it is impacting on a global level.
Please refer this link for you reference:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723079
Thanks,
Sourav
Please refer this link for you reference:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723079
Thanks,
Sourav