Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the first row that matches the _mode and _entityId values.
Syntax
client server public static RetailProductAttributesToUpdate findByEntityTypeAndId(
RetailProductUpdateMode _mode,
RefRecId _entityId,
[boolean _forUpdate])
Run On
Called
Parameters
- _mode
Type: RetailProductUpdateMode Enumeration
The entity type.
- _entityId
Type: RefRecId Extended Data Type
The entity ID.
- _forUpdate
Type: boolean
The value indicating whether to update; optional.
Return Value
Type: RetailProductAttributesToUpdate Table
A record that meets the specified criteria.