Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Module link type

johannes5
Giga Expert

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 detailsLink type issue.PNG

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

2 REPLIES 2

darius_koohmare
ServiceNow Employee
ServiceNow Employee

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.


sachin_namjoshi
Kilo Patron
Kilo Patron

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