Associate a user with subscription records

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • If the User field in the Software Subscription [samp_sw_subscription] table is empty, map the field with an associated user in the User [sys_user] table within ServiceNow AI Platform.

    始める前に

    ServiceNow Role required: sam_admin or sam_integrator

    重要:
    sam_user can view the user resolution rules but not create them.

    Review the list of unresolved subscriptions on the Subscriptions without user page in the License operations view. Note the User principal name value for the subscription and then verify if this value matches any entry in the User [sys_user] table. If no match is found, configure the rule accordingly.

    このタスクについて

    SaaS integrations create subscription records in the Software Subscription [samp_sw_subscription] table with fields populated by automated jobs and integrations. By default, the User field is resolved by matching the User principal name column value with the Email and User ID fields in the User [sys_user] table. To accurately map user data when user data isn't resolved, create a user resolution rule.

    手順

    1. Navigate to Workspaces > Software Asset Workspace > License operations > User subscription > User resolution rules.
    2. Select New.
    3. On the form, fill in the fields.

      For a description of the field values, see User resolution rule fields.

    4. Select Save.

    タスクの結果

    If the user resolution rule is correctly configured and the Download subscription job SAM - Refresh <profile name> Subscriptions runs successfully, the unresolved subscription you targeted is cleared from the Subscriptions without user page in License operations view.

    If you find multiple records with the same email address but different User IDs and associated user classes, enable the system property sn_itam_samp.user_resolution_exclude_table. Provide a list of comma-separated table names that extend the User [sys_user] table to exclude them from user resolution. After making these changes, rerun the Download Subscription job SAM - Refresh <profile name> Subscriptions to associate users with their subscription records.