var
CRMProduct: Record "CRM Product";
begin
CRMProduct.SetRange("Name", CRMName);
if CRMProduct.FindFirst() then
exit(CRMProduct.SystemId);
exit('');
end;
Hi, good day
I hope this can help you, and give you some hints.
Troubleshooting Synchronization Errors - Business Central | Microsoft Learn
Error Message When Trying to Access Integration Tables
Best Regards
Gerardo
André Arnaud de Cal...
292,479
Super User 2025 Season 1
Martin Dráb
231,295
Most Valuable Professional
nmaenpaa
101,156