Forum Post: RE: rbv_api.isDelete() works only for the first call

  • Thread starter Thread starter bakar
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top