PDSAdvancedPricing::newRecord Method [AX 2012]
Creates a new PDSAdvancedPricing object (record) that is appropriate for the specified record.
server public static PDSAdvancedPricing newRecord(Common _buffer)
Run On
ServerParameters
- _buffer
- Type: Common Table
The record for which you want to create a new PDSAdvancedPricing object.
Return Value
Type: PDSAdvancedPricing ClassA PDSAdvancedPricing object that is used to validate or calculate the price for the _buffer parameter.
Show: