Field descriptions for some fields in: sys_user_has_role, sys_user_role & sysapproval_approver

SB87
Tera Expert

Hello,

I'm having difficulty trying to gather descriptions for the following fields. Is anyone able to provide meaningful descriptions of what these store and how they are used?

Thanks in advance,

SB

 

Field NameDescriptionLabel NameData TypeLengthTable ReferenceSource Table
inh_countTBCInheritance Countinteger40 sys_user_has_role
inh_mapTBCInheritance Mapglide_action_list255 sys_user_has_role
descriptionTBCDescriptionstring1000 sys_user_role
includes_rolesTBCIncludes rolesstring40 sys_user_role
suffixTBCSuffixstring100 sys_user_role
document_idTBCApprovingdocument_id32 sysapproval_approver
due_dateTBCDue dateglide_date_time40 sysapproval_approver
expected_startTBCExpected startglide_date_time40 sysapproval_approver
iterationTBCIterationinteger40 sysapproval_approver
orderTBCOrderinteger40 sysapproval_approver
register_accountTBCRegister accountstring151 sysapproval_approver
register_emailTBCRegister emailstring151 sysapproval_approver

 

1 ACCEPTED SOLUTION

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @SB87 

Greetings!

Inheritence count and Inheritence map are to used to find if Same role is added to user profile in sys_user_has_role table multiple times

refer https://www.servicenow.com/community/developer-forum/group-assigns-multiple-same-roles-to-same-user/...

description - description of the role

includes_roles - what other roles the parent role contains

suffix -  Unique part of the Name field. Appended to the scope in the Name field.

document_id - record that is being approved.

due date - due date for approval (used in flows)

expected start date  - expected start date for approval

(both dates are part of Approval - User Schedule

Specify how workflow calculates the approval record's expected start date and due date. Once you've made a selection for 'Due date based on', and 'Schedule based on', the appropriate fields will display.)

iteration - interger value defines how many times approvals are sent back

order - can be any integer value which differentiates each level of approval.

I don't see register_account, register_email fields in sysapproval_approver table. they are self explanatory.

 

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.

 

View solution in original post

1 REPLY 1

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @SB87 

Greetings!

Inheritence count and Inheritence map are to used to find if Same role is added to user profile in sys_user_has_role table multiple times

refer https://www.servicenow.com/community/developer-forum/group-assigns-multiple-same-roles-to-same-user/...

description - description of the role

includes_roles - what other roles the parent role contains

suffix -  Unique part of the Name field. Appended to the scope in the Name field.

document_id - record that is being approved.

due date - due date for approval (used in flows)

expected start date  - expected start date for approval

(both dates are part of Approval - User Schedule

Specify how workflow calculates the approval record's expected start date and due date. Once you've made a selection for 'Due date based on', and 'Schedule based on', the appropriate fields will display.)

iteration - interger value defines how many times approvals are sent back

order - can be any integer value which differentiates each level of approval.

I don't see register_account, register_email fields in sysapproval_approver table. they are self explanatory.

 

Please hit the thumb and Mark as correct based on Impact!!

 

Kind Regards,

Ravi Chandra.