PLM Item Rules - InvokeGlobalFunction
Summary:
Hi All,
Facing couple of issues with using InvokeGlobalFunction-
Issue 1:
I am calling a custom Global function(getOrganizations) defined in Application Composer from PIM Item Rules using InvokeGlobalFunction() object function.
The rule gets validated but when I test the rule, the UI gets stuck. When I hardcode the value returned by the Global function, it works. But the function call is causing issues.
getOrganizations global function returns a string in this format - "CMMEX","CMUS","CMIND"
When i hardcode this string, the rule works fine.
Anyone has faced a similar issue or has experience in using this function in Item rules, Please advise.
0