B
bakar
Guest
To reproduce: - Create 1 object script trigger on create, update and delete. Put the content below: rbv_api.println(rbv_api.isDelete()); rbv_api.println(rbv_api.isDelete()); - You will get a true for the first statement and a false for the second one after deleting a record
Continue reading...
Continue reading...