RetailProdAttribIntOrgMetadataCollapsed::findByInternalOrgAttribute Method [AX 2012]
Finds a record in the RetailProdAttribIntOrgMetadataCollapsed table, depending on the specified internal organization and attribute.
client server public static RetailProdAttribIntOrgMetadataCollapsed findByInternalOrgAttribute(
RetailInternalOrgRefRecId _internalOrgRecId,
RefRecId _attributeRecId,
[boolean _forupdate])
Run On
CalledParameters
- _internalOrgRecId
- Type: RetailInternalOrgRefRecId Extended Data Type
The internal organization record ID of the record to find.
- _attributeRecId
- Type: RefRecId Extended Data Type
The attribute record ID of the record to find.
- _forupdate
- Type: boolean
A Boolean value that determines whether to select the record for update.
Return Value
Type: RetailProdAttribIntOrgMetadataCollapsed ViewA record in the RetailProdAttribIntOrgMetadataCollapsed table; otherwise, an empty record.
Show: