Skip to content

Commit 123998c

Browse files
committed
Update attribute input formats doc
1 parent 23ea431 commit 123998c

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed
44.4 KB
Loading
63.5 KB
Loading
200 KB
Loading
44.4 KB
Loading
63.5 KB
Loading
200 KB
Loading

en/includes/guides/users/attributes/manage-attributes.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ To configure properties of user attributes:
272272
- **Integer** Whole numbers (for example `1`, `42`, `-7`).
273273
- **Decimal** Numbers that include decimals (for example `3.14`, `-0.5`).
274274
- **Boolean** A true or false value.
275-
- **DateTime** A date and time value.
276275
- **Object** A structured object that can include multiple sub-attributes.
277276

278277
Options Data Type
@@ -326,13 +325,20 @@ To configure properties of user attributes:
326325
<td><b>Integer</b></td>
327326
<td>Text Input, Number Picker</td>
328327
</tr>
329-
<tr>
330-
<td><b>DateTime</b></td>
331-
<td>Text Input, Date Picker</td>
332-
</tr>
333328
</tbody>
334329
</table>
335330

331+
Once a data type and input format are configured for an attribute, it will be rendered in the corresponding format across all relevant UIs — including the **Console user profile**, **Console user creation wizard**, and the **Self-service portal user profile**. For example, if **Options** is selected with the **Dropdown** input format, the attribute will appear as a dropdown field in each of these UIs.
332+
333+
- Console user creation wizard
334+
![User creation wizard - dropdown input]({{base_path}}/assets/img/guides/organization/attributes/configure-attribute-input-format-user-add-view.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
335+
336+
- Console user profile
337+
![User creation wizard - dropdown input]({{base_path}}/assets/img/guides/organization/attributes/configure-attribute-input-format-console-view.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
338+
339+
- Self-service portal user profile
340+
![User creation wizard - dropdown input]({{base_path}}/assets/img/guides/organization/attributes/configure-attribute-input-format-self-service-view.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
341+
336342
7. Under **Attribute Configurations**, use the table to configure how attributes are handled for each entity.
337343

338344
![Edit attributes]({{base_path}}/assets/img/guides/organization/attributes/configure-attribute-profiles.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}

0 commit comments

Comments
 (0)