PCRuntimeLibrary::findDocumentByConfiguration Method [AX 2012]

Finds the configuration summary generated for the specified product configuration.

server public static DocuRef findDocumentByConfiguration(PCProductConfiguration _configuration, [boolean _forUpdate])

Run On

Server

Parameters

_configuration
Type: PCProductConfiguration Table
The product configuration that contains the configuration summary.
_forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: DocuRef Table
A record in the DocuRef table; otherwise, an empty record.
Show: