In Ribbon Workbench, I have a custom rule in my enable rules, and the javascript is supposed to return either true or false. The problem is, it doesn't seem to work when the return is done in an asynchronous call. I need to verify a value through the web api, but it only works if I make the call synchronous(bad practice). Is there a way to achieve this with asynchronous call?
*This post is locked for comments
I have the same question (0)