Thursday, August 11, 2016

Get Multiple return list class from ax in .Net

//Get Multiple return list class from ax in .Net

getTransMsg = clien.CreatePayment(context, parm);
if (getTransMsg != null && getTransMsg.Length > 0)
{
   foreach (ServiceReference1.ClsAXTransactionMessage item in getTransMsg)
   {
       MessageBox.Show(item.AxDocDocumentNo);
       MessageBox.Show(item.StatusMessage);
       MessageBox.Show(item.SuccesFlag.ToString());
   }

No comments:

Post a Comment

Replaces the value of the specified dimension attribute from source to target in D365FO

Replaces the value of the specified dimension attribute from source to target => LedgerDimensionDefaultFacade::serviceReplaceAttributeVal...