Share via


DOCommerceSyncCategoryTask.getDoResultByCompanyId Method [AX 2012]

Creates an instance of the CategoryResult class by using the companyId value.

Syntax

private CLRObject getDoResultByCompanyId(CLRObject doResults, RecId companyId)

Run On

Called

Parameters

  • doResults
    Type: CLRObject Class
    An array that contains the results to process.
  • companyId
    Type: RecId Extended Data Type
    The company ID that will be used as a key when searching for the result record.

Return Value

Type: CLRObject Class
An instance of the CategoryResult value if one was found by the specified companyId value; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

DOCommerceSyncCategoryTask Class