You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-provisioning/functions-for-customizing-application-data.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ In other words, it returns 0 in all cases except when the corresponding bits of
116
116
117
117
| Name | Required/ Repeating | Type | Notes |
118
118
| --- | --- | --- | --- |
119
-
|**expression**|Required | expression | Any valid expression |
119
+
|**Expression**|Required | expression | Any valid expression |
120
120
121
121
**Example:**
122
122
`CBool([attribute1] = [attribute2])`
@@ -134,7 +134,7 @@ The CDate function returns a UTC DateTime from a string. DateTime is not a nativ
134
134
135
135
| Name | Required/ Repeating | Type | Notes |
136
136
| --- | --- | --- | --- |
137
-
|**expression**|Required |expression| Any valid string that represents a date/time. For supported formats, refer to [.NET custom date and time format strings](/dotnet/standard/base-types/custom-date-and-time-format-strings). |
137
+
|**Expression**|Required |Expression| Any valid string that represents a date/time. For supported formats, refer to [.NET custom date and time format strings](/dotnet/standard/base-types/custom-date-and-time-format-strings). |
138
138
139
139
**Remarks:**
140
140
The returned string is always in UTC and follows the format **M/d/yyyy h:mm:ss tt**.
@@ -438,7 +438,7 @@ The IgnoreFlowIfNullOrEmpty function instructs the provisioning service to ignor
438
438
439
439
| Name | Required/ Repeating | Type | Notes |
440
440
| --- | --- | --- | --- |
441
-
|**expression**| Required |expression| Expression to be evaluated |
441
+
|**Expression**| Required |Expression| Expression to be evaluated |
442
442
443
443
**Example 1: Don't flow an attribute if it is null** <br>
444
444
`IgnoreFlowIfNullOrEmpty([department])` <br>
@@ -506,7 +506,7 @@ If the expression evaluates to Null, then the IsNull function returns true. For
506
506
507
507
| Name | Required/ Repeating | Type | Notes |
508
508
| --- | --- | --- | --- |
509
-
|**expression**|Required |expression|Expression to be evaluated |
509
+
|**Expression**|Required |Expression|Expression to be evaluated |
510
510
511
511
**Example:**
512
512
`IsNull([displayName])`
@@ -526,7 +526,7 @@ The inverse of this function is named IsPresent.
526
526
527
527
| Name | Required/ Repeating | Type | Notes |
528
528
| --- | --- | --- | --- |
529
-
|**expression**|Required |expression|Expression to be evaluated |
529
+
|**Expression**|Required |Expression|Expression to be evaluated |
530
530
531
531
**Example:**
532
532
`IsNullOrEmpty([displayName])`
@@ -545,7 +545,7 @@ If the expression evaluates to a string that is not Null and is not empty, then
545
545
546
546
| Name | Required/ Repeating | Type | Notes |
547
547
| --- | --- | --- | --- |
548
-
|**expression**|Required |expression|Expression to be evaluated |
548
+
|**Expression**|Required |Expression|Expression to be evaluated |
0 commit comments