CatVendorCatalogProductPerCompany::find Method
Finds the CatVendorCatalogProductPerCompany record by using the specified CatVendorProductCandidate record and DataAreaId value.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static CatVendorCatalogProductPerCompany find(
RecId _catVendorProductCandidateRecId,
CompanyId _company,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static CatVendorCatalogProductPerCompany find(
RecId _catVendorProductCandidateRecId,
CompanyId _company,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static CatVendorCatalogProductPerCompany find(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (FPK)
client server public static CatVendorCatalogProductPerCompany find(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
[boolean _forUpdate])
Microsoft Dynamics AX 2012 (SYS)
client server public static CatVendorCatalogProductPerCompany find(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
[boolean _forUpdate])
Run On
Called
Parameters
- _catVendorProductCandidateRecId
Type: RecId Extended Data Type
The RecId value of the CatVendorProductCandidate record to find.
- _company
Type: CompanyId Extended Data Type
The DataArea of the CompanyInfo record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: CatVendorCatalogProductPerCompany Table
A record of the CatVendorCatalogProductPerCompany table if found; otherwise, an empty buffer.