Skip to content

Commit 33fd640

Browse files
authored
Merge pull request #101041 from ArvindHarinder1/patch-70
Add default value when null
2 parents 123d1b6 + 2f44f88 commit 33fd640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/manage-apps/customize-application-attributes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Along with this property, attribute-mappings also support the following attribut
6767

6868
- **Source attribute** - The user attribute from the source system (example: Azure Active Directory).
6969
- **Target attribute** – The user attribute in the target system (example: ServiceNow).
70+
- **Default value if null (optional)** - The value that will be passed to the target system if the source attribute is null. This value will only be provisioned when a user is created. The "default value when null" will not be provisioned when updating an existing user. If, for example, you want to provision all existing users in the target system with a particular Job Title (when it is null in the source system), you can use the following [expression](https://docs.microsoft.com/azure/active-directory/manage-apps/functions-for-customizing-application-data): Switch(IsPresent([jobTitle]), "DefaultValue", "True", [jobTitle]). Make sure to replace the "Default Value" with what you would like to provision when null in the source system.
7071
- **Match objects using this attribute** – Whether this mapping should be used to uniquely identify users between the source and target systems. It's typically set on the userPrincipalName or mail attribute in Azure AD, which is typically mapped to a username field in a target application.
7172
- **Matching precedence** – Multiple matching attributes can be set. When there are multiple, they're evaluated in the order defined by this field. As soon as a match is found, no further matching attributes are evaluated.
7273
- **Apply this mapping**

0 commit comments

Comments
 (0)