Tuesday, 21 February 2012
Ax 2009 Trade and Logistics document
Hi friends,
Here is the document of Trade and Logistics 1 st document.Enjoy reading
KytT&L1
Vivek Chirumamilla
Here is the document of Trade and Logistics 1 st document.Enjoy reading
KytT&L1
Vivek Chirumamilla
Wednesday, 15 February 2012
Multiple values in a dialog field in Ax 2009
Hi Friends,
Object dialog()
{
Dialog dialog;
DialogField fldDivision
FormStringControl formStringCtrlDiv;
;
dialog = super();
dialog.addField(typeId(CNLIN_Division)) //Your EDT/field name
formStringCtrlDiv = fldDivision.fieldControl();
formStringCtrlDiv.replaceOnLookup(false);
return dialog;
}
Subscribe to:
Posts (Atom)