Skip to main content

Posts

Featured

Select Statement CrossCompany using X++

 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 ;

Latest Posts

Update Wrong item Name Using Excel File in AX 2012

Delete Using Unit of Work Pattern in AX 2012

Insert method using unit of work pattern in ax 2012

How To control the decimal point in Real values in AX ?

Like Operator in X++ AX 2009

How to check caller form in ax 2009 using X++?

How to Use Group By in select statement in AX 2009 using X++?

How To use Select Max In AX 2009 using X++?

How to refresh the data source of caller form using X++ in AX 2009?

How to colorize Rows In Grid With Different colors using X++ in AX 2009?