RetailInternalOrganization::findByRecId Method
Finds a record in RetailInternalOrganization table based on recid
Syntax
client server public static RetailInternalOrganization findByRecId(RefRecId _retaiIntOrgRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _retaiIntOrgRecId
Type: RefRecId Extended Data Type
recid of record
- _forUpdate
Type: boolean
select record to update
Return Value
Type: RetailInternalOrganization Table
Selected record from RetailInternalOrganization table.
Remarks
Selected a record from RetailInternalOrganization table and mark for update based on boolean flag.