
Hi all,
I have created SO using x++ and in my code it also creates a new contact .
However when I check my newly created SO's header section's general fast tab. I see that Contact (control name editCOntactPersonName1) is set to some random value but not the contact I created.
Please suggest what code I need to write and where , so as to populate this form control with contact person I created.
Thanks
Mav.
Hello Admin,
I was able to resolve this by setting salestable.contactpersonID with contactpersonID created with my code and salestable.contactpersonID was controling the display of editCOntactPersonName1. So please close this.
Thanks
Mav