- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:03 AM
Hi There
I'm trying to populate the subscriptions tab against a user record, how in this tab populated?
Set up a subscription licence and associated a user against the software, however the subscription tab is not populated.
We manage various type of licences and wish to be able to see user subscriptions (i.e. monthly costs)
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:16 AM
Thanks Chuck!!
Is the Subscription tab for ServcieNow subscriptions only?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:29 AM
That's my understanding. It links the user table (sys_user) to the subscriptions table (license_has_app) and also queries the table sys_user_has_license. You can find out more about that particular related list definition in System Definition> Relationships.
(change YOURINSTANCE to your instance in the URL below)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 04:43 AM
Awesome
Thanks very much for you help Chuck