Hi Everyone,
I have created an event subscriber for the item table.
I have also created an another customized table called item revision table.
So I created Event subscriber and Wrote the following code in the event subscriber
WITH Itemrevision DO BEGIN
SETRANGE("ITem No.",Rec."No.");
IF FINDSET THEN
DELETEALL(TRUE);
MESSAGE(FORMAT('Item Deleted'));
END;
But it is not working.
No when go to debugger and see the event subscriptions it is showing some error like this.
Please advice,
Regards
Bharath K