Get and Set values implicitly in web control in EP

Get and Set values implicitly in web control in EP

MCP · Azure DevOpsYour delivery board, readable by an agentMCP · DataverseOne consent, and the data layer opensMCP · Dynamics 365 F&OConnecting F&O to an agent Microsoft hasn’t documented
Archive recovery note: the supplied Blogspot backup did not contain a separate saved page for this older entry. The text available in its archive/listing capture has been preserved and flagged for a later completeness check.
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();
Previous article← Retrieving data from AX table in EP
Discussion

Ask a question or leave feedback

This is a review interaction. The WordPress version will store, thread and moderate comments.

Thanks — submitted for moderation in this review.
Search the whole site · Ctrl/⌘ + K