An administrator needs to create a custom table to store project-related information. The table must allow records to be assigned to a specific user. Which field type should be used for the assignment field to ensure proper integration with ServiceNow's assignment rules and notifications?
The Assignment group field type (sys_user_group) is purpose-built for assignment and integrates with assignment rules, SLA, and notifications.
Why this answer
Option B is correct because the Assignment group field type is specifically designed to link to the System Users table and automatically triggers assignment rules and notifications. Option A is wrong because it would require manual reference setup. Option C is wrong because it only counts users.
Option D is wrong because it is used for grouping users reporting to a manager.