RTC's equivalent of CQ hooks
One answer
It's the same as a CQ hook in that it is script code that is invoked.
It is different in that the time it is invoked is different from CQ hook
points, and that you are limited in terms of what functions you are
allowed to invoke from that script. (I'd need someone else to comment
on what exactly you are allowed to invoke from that script).
Cheers,
Geoff
On 11/28/2011 9:23 AM, theju wrote:
It is different in that the time it is invoked is different from CQ hook
points, and that you are limited in terms of what functions you are
allowed to invoke from that script. (I'd need someone else to comment
on what exactly you are allowed to invoke from that script).
Cheers,
Geoff
On 11/28/2011 9:23 AM, theju wrote:
js files in RTC in "Project Area -> Process Configuration
-> Configuration Data -> work items -> Attribute
Customization -> Conditions -> Script based condition" is
same as the CQ hooks?
Thanks!