CatVendorCatalogProductPerCompany::createOrUpdate Method
Creates or updates a record in the CatVendorCatalogProductPerCompany table.
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 void createOrUpdate(
RecId _catVendorProductCandidateRecId,
CompanyId _company,
NoYes _isReleased)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static void createOrUpdate(
RecId _catVendorProductCandidateRecId,
CompanyId _company,
NoYes _isReleased)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static void createOrUpdate(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
NoYes _isReleased)
Microsoft Dynamics AX 2012 (FPK)
client server public static void createOrUpdate(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
NoYes _isReleased)
Microsoft Dynamics AX 2012 (SYS)
client server public static void createOrUpdate(
RecId _catVendorProductCandidateRecId,
DataAreaId _company,
NoYes _isReleased)
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.
- _isReleased
Type: NoYes Enumeration
A Boolean value that specifies whether it is released.