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

Server

Parameters

_buffer
Type: Common Table
The record for which you want to create a new PDSAdvancedPricing object.

Return Value

Type: PDSAdvancedPricing Class
A PDSAdvancedPricing object that is used to validate or calculate the price for the _buffer parameter.

ExceptionCondition
Error

The value of the _buffer parameter is an unsupported record type.

Show: