PmfCoByCopyFromFormula::construct Method [AX 2012]
Creates a new instance of the PmfCoByCopyFromFormula class.
server public static PmfCoByCopyFromFormula construct(PmfCoByCopyTo _copyTo, PmfCoBySearch _search)
Run On
ServerParameters
- _copyTo
- Type: PmfCoByCopyTo Class
The destination copy object to which this source will send records.
- _search
- Type: PmfCoBySearch Class
The search object that will be used to retrieve co-byproduct records.
Return Value
Type: PmfCoByCopyFromFormula ClassAn instance of the PmfCoByCopyFromFormula class that is initialized with the given destination and search objects.
Show: