glide.ui.vcs.updateset_identifier

ServiceNow property description:

This property decides the name of the user specific default update set. If the value of this property is userid then the update set will be created with the login Id. If username is given as the property value then the update set will be created with user display name.

Attributes

  • Sys ID: 6b879e8873223300f742a3a64df6a731
  • Type: string
  • Application: Global
  • Default value: username
AI Logo

AI generated property description:

The ServiceNow property `glide.ui.vcs.updateset_identifier` determines the naming convention for user-specific default update sets. According to the provided documentation, this property helps in collision avoidance by ensuring that update sets are uniquely identifiable. If the property value is set to `userid`, the update set will be named using the user's login ID. Conversely, if the property value is set to `username`, the update set will be named using the user's display name. This configuration helps in organizing and managing update sets more effectively by associating them directly with the user who created them.

Source

Related property: glide.ui.update_on_iterate