How to use $rx.ext.call ?

I’m trying to use $rx.ext.call in my template. However, I don’t know what to pass for extensionContext.

$rx.ext.call(extensionContext,extensionName,p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15,p16,p17,p18,p19,p20)

The context is the name that goes with the Extension you are calling. You can see this in the Workbench if you open the desired extension (from the System Design view), or in Extensions.xml. In both cases, it is named “context”.

For most extensions that ship with the product, the context is “global/percussion/generic/”, but without knowing which extension you are calling, this value may or may not work for you.

Dave

Thanks for the info; we got it working.

Veeren