Module link type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 01:18 PM
Hi ServiceNow Community Developers,
I am currently looking at a module that is defined as follows:
Link type : URL (from Arguments:)
Arguments: $itfm_budgeting.do#/budgetVariance
Window name: Budget Variance Report.
Please see picture for more details
Any idea what $itfm_budgeting.do#/budgetVariance mean? I have configured applications and modules before but I have never seen one configured / defined this way. Please advise.
Thanks,
Johannes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 01:22 PM
A URL from arguments link takes you to the URL defined in the arguments field.
It appends it to the current users instance url; assuming they were on yourinstance.service-now.com, it would go to yourinstance.service-now.com/$itfm_budgeting.do#/budgetVariance
$itfm_budgeting.do is the syntax of a UI Page. Thing of it just like a web page like web.com/contact.html
the # brings you to a specific point from a navigation perspective.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 01:25 PM
This means that it will open budget variance report
As customer, we don't have access to $itfm_budgeting.
https://<<<YOUR_INSTACE_NAME>>>.service-now.com/$itfm_budgeting.do#/budgetVariance
Regards,
Sachin