You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a Virtual Entity, for which the Create Event Handler is registered. I am able to trigger the Create event when I add a new record through a form, but when I run the SQL below, it does not trigger the Create event:
Hi Mark,
We have a Virtual Entity, for which the Create Event Handler is registered. I am able to trigger the Create event when I add a new record through a form, but when I run the SQL below, it does not trigger the Create event:
insert into ops_test (ops_externalsnapshotid, ops_benefitid, ops_firstname, ops_lastname)
values ('8BE96ADA-155F-EF11-BFE3-001DD8301EFA', '123456789', 'James', 'Bond')
When we create a virtual entity record through a form, we see the following in sequence (in case this helps):
Error:
Object reference not set to an instance of an object.
See the Execution Plan tab for details of where this error occurred
Thank you for creating and maintaining SQL 4 CDS. Incredible tool.
Best,
Tony
The text was updated successfully, but these errors were encountered: