...
Add the following section to configuration file to define the columns you would like. Simply add all system_names
of your desire:
Code Block | ||
---|---|---|
| ||
{ "Id": "CoreIdentityDataTable" { , "DefaultColumns": ["readonly_display_name", "readonly_email", "core_identity_type.name", "valid_from", "valid_to", "ext_e_mail_hr"] } } |
Step 4 - Exclude any columns you might not want to show
...
Code Block |
---|
{ "Id": "CoreIdentityDataTable" { , "DefaultColumns": ["readonly_display_name", "readonly_email", "core_identity_type.name", "valid_from", "valid_to", "ext_e_mail_hr"], "ExcludedColumnsToShow": [ "ext_e_private_banking_number" ] } } |
Info |
---|
Note: You can also exclude whole relations with |