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 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.