Without using the SDK to customize oscript I would like to insert an item to be displayed on every function menu that references an external URL, with the ID of the node that is presenting the that function menu. As a stretch goal I would like to limit the display to only certain object types, but that is entirely optional.
For example: I would like to insert an item titled 'Misclassified?' that links to http://someotherserver.com/misclassified?objid=12345 " where 12345 is the ID of the object upon whom the Function menu icon was clicked.
Is this possible using the available configuration options, or would I need to override a weblingo template? If a template must be overridden is it possible to divine the presence of the neccessary variable in memory in the parser without using the SDK, or would it be better to insert a placeholder and use on the fly rewriting at the load balancer to dynamically inject the neccessary additional code?
Any suggestions would be appreciated.