Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Construct a SalesLine object from the Commerce Runtime from the SalesLine AX table record.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static CLRObject getRetailSalesLineFromSalesLine(SalesPurchLine _salesLine)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static CLRObject getRetailSalesLineFromSalesLine(SalesLine _salesLine)
Run On
Called
Parameters
- _salesLine
Type: SalesPurchLine Map
The SalesLine record to convert to a Commerce Runtime SalesLine object.
Return Value
Type: CLRObject Class
The new Commerce Runtime SalesLine object.