Hi,
I have written a cross dictionary trigger against a procedure in the MFG dictionary. The procedure in the MFG dictionary calls a stored procedure. I need to trigger off of this procedure but I cant get the cross dictionary trigger to register properly. Here is my register code:
result = Trigger_RegisterProcedureByName(346, "mmopAddActivityRecord", TRIGGER_AFTER_ORIGINAL, script xtrig_mmopAddActivityRecord_Post);
The result always comes back SY_Invalid_Script, meaning that it cant find the procedure or I have the wrong number of parameters. I have double checked both.
My question is, is it possible to trigger off of a procedure that is ultimately a sproc calling procedure?
Thanks!
Terry Blaser
*This post is locked for comments