cancel
Showing results for 
Search instead for 
Did you mean: 

How to identify first time(Create) in ABSL

former_member190818
Active Contributor
0 Kudos

Hello,

I need to check few validations only while ticket is getting created and not everytime when the ticket is getting saved. How can I identify whether the BeforeSave event is getting triggered first time? Are there any indicator that the Save is on Create or on Edit?

Regards,

Mohan Babu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Mohan,

You could execute Query on the same BO and check if data exists, if yes, it's update else it's new.

Thanks, Pradeep.