RetailInternalOrgAttributeGroupCollapsed::isChannelAtribute Method [AX 2012]

Check whether an attribute is a channel specific attribute of a given internal org.

client server public static boolean isChannelAtribute(
    RefRecId _internalOrg, 
    RefRecId _attribute, 
    RetailChannelAttributeModifier _modifier)

Run On

Called

Parameters

_internalOrg
Type: RefRecId Extended Data Type
Internal org Id
_attribute
Type: RefRecId Extended Data Type
Attribute Id
_modifier
Type: RetailChannelAttributeModifier Enumeration
Channel attribute modifier

Return Value

Type: boolean
A Boolean value that indicates the result
Show: