RetailProductAttributesToUpdate::findByEntityTypeAndId Method

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

  • _forUpdate
    Type: boolean
    The value indicating whether to update; optional.

Return Value

Type: RetailProductAttributesToUpdate Table
A record that meets the specified criteria.

See Also

Reference

RetailProductAttributesToUpdate Table