Sunday, August 2, 2020

How to increase Entitlements size / capacity in Sailpoint

# In Sailpoint, by default it will store 100 Entitlements / groups
# If you want to increase the size of the Entitlements : follow the below steps
# Login to Sailpoint Debug page :
# Navigate Configuration Objects    ----> System configuration
# Search for lcmSearchMaxResults then change it's value = 2000 (as per your requirement)

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...