Share via


RetailCatalogProductAttributeFormHelper::newFromInternalOrgProduct Method [AX 2012]

Constructs an object of the class.

Syntax

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

Run On

Called

Parameters

  • _readOnlyMode
    Type: boolean
    Whether the form is opened in read only mode.

Return Value

Type: RetailCatalogProductAttributeFormHelper Class
An object of the helper class.

Remarks

This constructor is called from RetailInternalOrganization form

See Also

Reference

RetailCatalogProductAttributeFormHelper Class