Announcements
Hello everyone, can anyone tell me how to resolve this issue? I have gone through multiple threads but didn't found the solution. I have debugged this also. There is an error in the manufacturer code field. but don't know what it is.
I am calling this procedure on OnValidate trigger of Manufacturer code to fill manufacturer name field.
Kindly help.
You can share the AL file only.
Hey ZHU, thank you for your response but it is not working.
Hey Nitin, thank you for your response. But it didn't worked. And sorry can't share the code as it is too lengthy.
Sorry, I'm not sure, I think you can try to add the DelayedInsert property to see if it can solve this problem.
Hope this helps.
Thanks.
ZHU
can you please show your complete code? Also try this
proce manfname():Text[50]
begin
if mantab.get(Rec."Man Code") then
Exit(mantab.name);
end;
André Arnaud de Cal...
293,309
Super User 2025 Season 1
Martin Dráb
232,162
Most Valuable Professional
nmaenpaa
101,156
Moderator