I’m working with a customer where we want to make a change to SCIM_HANDLING_SVC
The default behavious of the SCIM AD Synchronisation is to automatically create a Person record with a User record using the same ID for the Person and the User - this isnt always the desired behaviour.
We want to make this optional based on a value thats synchronised from AD, which we’ve mapped at the Azure side.
Unfortunatley this package is delcared as final in the deploy.ini
aLayering]
Implementation=Final
Which gives us the below error when trying to customise it in Developer Studio:
Component FNDSCM declared as Final (ot Overrideable). Therefore Cannot Customise
Is there a way to safley overtake this package and make the AD Synchronisation?