ServiceNow Import Account LockedStatus

Dev
New Contributor III
New Contributor III

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

@rushikeshvartak 

2 REPLIES 2

sudeshjaiswal
Saviynt Employee
Saviynt Employee

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 

rushikeshvartak
All-Star
All-Star

"lockedState": "#CONST#${String isActive= response.active; isActive = (isActive.equals('true')) ? 2:1; return isActive}~#~char"