Hello Everyone,
I have created a view with CustTable as a data source and I need Customer Name as Field in my View. Can anyone give me the X++ code of method for this.
Thanks In advance.
Regards,
Prem Sai.
Thank You all
Hi, You can check CustAccountName view. It has already implemented the table joins and exposed AccountNum and Name field.
HI Prem,
As Martin mentioned CustTable will have field named Party. This field you can add related with DirPartyTable.RecId.
Using this relation, you can get name of the customer.
Thanks,
Girish S.
Join DirPartyTable with CustTable and take Name field from there.
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156