Reputation: 413
I want to get details about deleted records from inline-editing. Taken logs of all the fields for the same. An aftersubmit user-event script works for this where,
if(context.type == context.UserEventType.DELETE) the context type is delete.
When I go to that record, click edit and then in the Actions menu click delete, then logs are printed. But this thing is not happening when deleted from inline-editing mode. Do I have to do this in XEDIT mode? Is there any other solution? please suggest.
Upvotes: 0
Views: 230
Reputation: 77
No need to use XEDIT , Use DELETE and Try with User Event before submit , as after submit will error out to record not found
Upvotes: 0