User resolution rule fields
Fields on the User Resolutions Rules page help you create a rule to map the User field in the Software Subscription [samp_sw_subscription] table to an associated user in the User [sys_user] table within the ServiceNow AI Platform.
| Field | Description |
|---|---|
| Display name | Name of the user resolution rule. |
| Active | Option for enabling the user resolution rule. If this check box is cleared, this rule isn't applied to resolve user subscriptions. |
| Category | Category of the integration profile that the user resolution rule applies to.
By default, this field value is set to SaaS. |
| Source table | Table that contains subscription records. Select Software Subscription [samp_sw_subscription]. This field appears only when SaaS is selected from Category. |
| Look up table | This field is automatically set to User. |
| Applies to | One or multiple integration profiles to which the user resolution rule applies to. This field appears only when SaaS is selected from Category. |
| Source field | A field in the Software Subscription [samp_sw_subscription] table used for lookup against the User [sys_user] table, such as User principal name and External user id. As other columns might not contain sufficient data, select either User principal name or External user id. This field appears only when SaaS is selected from Category. |
| Look up field | The field against which you want to match the Source field value. For example, if you select User principal name in Source field and Email in Look up
field, Software Asset Management tries to match these two fields. The match must be exact. If it isn’t, you can change the value to User ID in Look up field. Note: User resolution
rules created for non-indexed Look up fields in the sys_user table are automatically marked as inactive. This applies to both manually created and AI-generated user resolution rules. |
| Apply transform on input | Option to apply transformations to the Source field value.
|
| New domain | The new domain that you want to add after the @ symbol when Email is selected in Look up field. This field appears only when Replace domain is selected from Apply transform on input. |
| Script |
Important:
This field is available only to administrators. If the mapping still fails after replacing or removing the domain or the logic is complex, the script can be updated to achieve the desired result. |