nielsr72948361
13-02-2019
Hi Community,
is there a workaround to preload the services a recepient has subscribed to within a web application? I can only access the nms:recepient-table and can't refer to the subscribed services within the following page.
Best regards
Niels
wodnicki
MVP
14-02-2019
Hi,
Use a script activity to query the nms:subscription table, outputting results to the ctx object.
Thanks,
-Jon