SCA Configuration - Custom Datasource Names
SecContacts.CustomDatasourceNames
Secure Contacts App has a default id
and name
for any datasource which is available in the App. e.g. AAD - AzureActiveDirectory
default datasource id's currently available:
AAD, APC, GAL, D365, DVRS, ABS, SMC
With this setting you can change id
and name
of any datasource which is presented to the user.
Name:
SecContacts.CustomDatasourceNames
Value:
[{"defaultid":"<default id>", "customid":"<custom id>", "customname":"<custom name>"}]
The Value property is a JSON Array of defaultid
customid
customname
trio.
You can add one or multiple custom datasource names here.
Replace <default id> with the default datasource id you want to change
e.g.
AAD
Replace <custom id> with your custom datasource id
e.g.
CORP
Replace <custom name> with your custom datasource name
e.g.
Corporate Directory
A resync as discribed here is mandatory after you have applied changes to SecContacts.CustomDatasourceNames.
The customid value property must not contain any whitespace characters.
Last updated
Was this helpful?