Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Select Statement CrossCompany using X++

Abdel Fatah Ahmed Profile Picture Abdel Fatah Ahmed

 this example to return the first only vendor name by the vendor account from all companies (CrossCompany) : 

select firstonly crossCompany  _vendtable

                   join  _dirpartytable

                  where _vendtable.Party == _dirpartytable.RecId &&_vendtable.AccountNum==this.AccountNum ;

Comments

*This post is locked for comments