
Hi There,
I have 2 flows , one for creating Account entry in Field Service when a customer is created in Business Central. And another one flow for updating Account entry in Field Service when a customer is modified in Business Central. Both works fine.
To achieve this I have a custom guid field in Customer table . I am updating this back to BC Once Account is created in Field Service.
Some times, The flow is causing issue: Business Central is trying to update the same time when the flow is trying to update the Guid of Field Service for that current record. So it causes the error : Internal_ServerError Sorry, we just updated this page. Reopen it, and try again. "
My question is, is there any business event in Business Central that will be fired when a customer card is closed after inserting customer, so that using that event I can create a single flow that creates an Account in Field Service using the customer data entered
Thanks for any help!