I created a trigger on table activityservicemgt
Trigger code:
var NewRecord=system.vars.$L_new;
print(" wpis : "+ NewRecord);
var opis = NewRecord.description;
print("desc "+ opis );
Trigger is After update. And I get a error when I add new activitis:
Interaction SD12 has been updated. (info)
wpis : null (info)
Script <no name> line 6: ERROR TypeError: NewRecord has no properties at char 1 (error)
I try to change system.vars.$L_new variable to $L_file , $L_old but it don`t work.
Can someone any idea?
I use HP SM 7.00.010


Reply With Quote


Bookmarks