The serviceNow table license_role_type has a order key, what does it mean?

Vanishree MR
Kilo Contributor

Hello, In ServiceNow Tables there is a table called License_role_type where we can get fulfiller, approver, requester and few other license details, below is it's sample response

{
            "sys_id": "***",
            "sys_updated_by": "admin",
            "sys_created_on": "2020-02-12 23:47:00",
            "name": "Requester",
            "sys_mod_count": "0",
            "active": "true",
            "id": "requester",
            "sys_updated_on": "2020-02-12 23:47:00",
            "sys_tags": "",
            "sys_created_by": "admin",
            "order": "100"
        }
what does this "order" key mean? is it the count of licenses used? or bought?
Please help.
2 REPLIES 2

Allen Andreas
Administrator
Administrator

Hi,

The order would most likely be an additional field to control the order of appearance. Not a literal subscription "order". For example, in PDIs, they have order numbers of just 1, 2, 4, etc. but it's not indicative of how many roles of that type are assigned or the subscribed amount.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi @Vanishree MR 

Thanks for marking my reply as Helpful.

If it ends up guiding you Correctly, please also mark it as Correct.

Thanks and take care! 🙂


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!