Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
(function($){ activevos.util.createAvosPackage("hostapp.link.generator"); function MyLinkBuilderUtil() { this.getLinkToObject = function(aHostContext, aId) { return "http://hostapp.net/objects/" + aId; }; } activevos.socrates.screenflow.data.renderers.provider = new MyLinkBuilderUtil(); })(jQuery);
<tns:avosCentralConfiguration xmlns:tns="http://schemas.active-endpoints.com/avc/ 2009/07/avoscentral-config.xsd" > <tns:centralIncludes> <script xmlns="http://www.w3.org/1999/xhtml" src="link-builder.js"></script> </tns:centralIncludes> </tns:avosCentralConfiguration>