set clear or empty value to controls in axapta,combobox,text box,label etc
public void ClearField ()
{
;
rlSrNo.realValue(0);
strEmployeeName.text("");
cmbTravellingThrough.selection(0);
}
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .
public void ClearField ()
{
;
rlSrNo.realValue(0);
strEmployeeName.text("");
cmbTravellingThrough.selection(0);
}