Hello,I am trying to upload Owners for Existing Application Roles. I tried using both 'Upload Role via Role Management' and 'Upload Role Associations' option but getting same error.CSV Attached. ERROR services.RoleversionService - Problem occured whi...
Hello,In the approval notification, I need to print in the body based on the endpointname. I want to print dynamic attribute value if endpointname ="ABC" else print the table ${entitlementshtmltablerows}I tried using below syntax but it is failing wi...
Hello,I have a dynamic attribute whose value is in the format "LocationId-LocationName".I need to extract "LocationId" and pass in the createAccountJson. I tried \"$Dynamicattr.substring_index{('-',1)}\". But it is not working even though there is no...
Hello,We are using OOTB salesforce connector to import Entitlements from Salesforce application.In the Objects to be Imported field we have mentioned - PermissionSet,Profile,Group,RoleThe first 3 entitlement types are getting imported into Saviynt. ...
Hello,I am trying to build pagination logic based on the offset and the response below. "totalResults": "3762", "offset": "0", "count": "200", "hasMore": true Based on the connector guide, below are the attributes to be used."pagination": {...
Hi @sahil , On the similar lines but instead of systermusername , the manager.value is sys_id from SNOW in the Entitlement API response. Is it still possible to correlate the owner to an entitlement without manually populating sys_id of each user in ...
Endpoint variable alone doesn't fetch the name in If condition it seems.I tried endpoint.endpointname and it is working as expected.<% if(endpoint.endpointname=="ABC") print "${accessItems.collect{ it.request_access_attrss.find{it.attributeName.toSt...
@rushikeshvartak With this I am getting below error."log":"SimpleTemplateScript1875.groovy: 8: expecting '}', found '' @ line 8, column 40.\n","stream":"stdout","If I don't use "{" in else and remove space from my original logic, then the template i...
@sudeshjaiswal Did you mean the Field mapping json?Please see the mapping for Role"roleld_mapping": {"entitlementID": "Id~#~char","entitlement_value": "Name~#~char","customproperty2": "LastModifiedDate~#~date","customproperty4": "UserLicenseId~#~cha...