WebApplet_PreCanInvokeMethod and Applet User Property CanInvokeMethod
Hi all,
If there is for example a New button in an applet UI. And there are needs for check out some conditions for which case is New Button active or which case is not active.
If user put Applet user property some CanInvokeMethod: NewRecord contitions, and those conditions the result is FALSE.
Also there are some conditions in Applet server scripts WebApplet_PreCanInvokeMethod, and there the result is CanInvoke = "TRUE".
New Button, Active? or not?
In other hand, Can it use so that some part of contitions are in user property side and other conditions are in server script side?