RetailProdAttribIntOrgMetadataCollapsed::findByInternalOrgAttribute Method
Finds a record in the RetailProdAttribIntOrgMetadataCollapsed table, depending on the specified internal organization and attribute.
Syntax
client server public static RetailProdAttribIntOrgMetadataCollapsed findByInternalOrgAttribute(
RetailInternalOrgRefRecId _internalOrgRecId,
RefRecId _attributeRecId,
[boolean _forupdate])
Run On
Called
Parameters
- _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 View
A record in the RetailProdAttribIntOrgMetadataCollapsed table; otherwise, an empty record.