04/18/2023 01:13 PM
I am trying to pull lockedStatus fromservicenow does anybody having mapping import ent json for servicenow rest connector
Where service now is used as managed system
Solved! Go to Solution.
04/18/2023 10:53 PM
Hello @Dev,
The Saviynt integration only supports importing active and inactive status from ServiceNow. Locked status is not currently available. If you would like to request this feature as enhancement, please submit your idea on our portal: https://ideas.saviynt.com/ideas
You can also refer to this document for more information: https://docs.saviyntcloud.com/bundle/ServiceNow-v55x/page/Content/ServiceNow-as-a-Managed-Applicatio...
Thanks
05/24/2023 10:41 AM
"lockedState": "#CONST#${String isActive= response.active; isActive = (isActive.equals('true')) ? 2:1; return isActive}~#~char"