RetailCatalogProductAttributeFormHelper::newFromInternalOrgProduct Method [AX 2012]

Constructs an object of the class.

client server public static RetailCatalogProductAttributeFormHelper newFromInternalOrgProduct(
    FormRun _formRun, 
    RetailInternalOrgRefRecId _internalOrgRecId, 
    EcoResProduct _product, 
    RetailTmpCatalogProductAttributes _retailTmpCatalogProductAttributes, 
   [boolean _readOnlyMode])

Run On

Called

Parameters

_formRun
Type: FormRun Class
Form using this helper object.
_internalOrgRecId
Type: RetailInternalOrgRefRecId Extended Data Type
Record ID of internal organization.
_product
Type: EcoResProduct Table
Assortmented product for which attribute will be edited.
_retailTmpCatalogProductAttributes
Type: RetailTmpCatalogProductAttributes Table
The RetailTmpCatalogProductAttributes temporary table where the product attributes will be cached.
_readOnlyMode
Type: boolean
Whether the form is opened in read only mode.

Return Value

Type: RetailCatalogProductAttributeFormHelper Class
An object of the helper class.

This constructor is called from RetailInternalOrganization form

Show: