Hello!
I want update a Record with a SQL Query but when I launch it, the record is good created , but no functions proved like Relationtable or no CAL/Code into the record are launched, like triggers OnInsert or OnValidate ?
Can I launch the CAL/Code on the trigger OnValidate for example, with the SQL Query ?
USE NDS_09062011
INSERT INTO "NDS Technologies France$Table_tampon"("DateTime Key","Table ID","Company Name","Update maked",FilterKeyValue,Champ1ID,Champ1Value)
VALUES(CURRENT_TIMESTAMP
,CONVERT(int,'38'),'NDS Technologies France',CONVERT(tinyint,' '),'Devis,DA016398 ',CONVERT(int,'120'),'1')
Thanks for answer
Rudy
0
Answers
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks!