xRecord.orig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the original values of the current record.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ orig();
public virtual Microsoft.Dynamics.Ax.Xpp.Common orig ();
abstract member orig : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.orig : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function orig () As Common
Returns
Remarks
Partly because of scenarios that involve table inheritance, we recommend that you instead use the following methods on the Global class: con2buf, buf2con, and buf2buf.