DataSetViewRow row; row = AxDatasource.GetDataSet().DataSetViews["DataSetViewName"].GetCurrentRecord(); // Get old value row.GetFieldValue("FieldName"); // Set new value row.BeginEdit(); row.SetFieldValue("FieldName", NewValue); row.EndEdit();
A library with Microsoft Dynamics AX, Microsoft Dynamics 365 FinOps and Supply Chain Management, Power Platform, Integrations, development and functional processes, tricks and trip, tutorials and much more....