Attribute Sync in ISC

Hi,
I have 2 requirements regarding attributes sync -
syncing attributes for one specific set of users ONLY within a specific application
If the attribute is null, don’t sync it

The application is configured using a custom connector.

Any help would be appreciated!

Hi @aaron11 Probably best to create a provisioning policy of UPDATE usage type to include your additional criteria. See create-provisioning-policy | SailPoint Developer Community

@aaron11

You cannot use OOTB Attribute sync in this format, instead use Update Provisioning policy and update your logic in form of transform.

Hey @j_place @msingh900 Thanks,
Is there a way to trigger the UPDATE policy to take place without having attribute sync turned on?

Hi @aaron11 ,
Yes, we can trigger the update policy by requesting any access for existing users. However, using attribute sync is more optimal compared to requesting access, because whenever any identity attribute changes, it automatically triggers the attribute sync.

Apart from these options, I’m not aware of any other way to trigger the update policy. If anyone has a better idea, please feel free to suggest.

Thanks.