DEL_SysCompanyUserInfo::findByBusRelAccount Method
Finds the syscompanyuserinfo record that is associated with the business relations account number.
Syntax
client server public static DEL_SysCompanyUserInfo findByBusRelAccount(smmBusRelAccount _smmBusRelAccount, [boolean _forUpdate])
Run On
Called
Parameters
- _smmBusRelAccount
Type: smmBusRelAccount Extended Data Type
The business relations account number to find.
- _forUpdate
Type: boolean
A boolean value that determines if the record is allowed to be updated.
Return Value
Type: DEL_SysCompanyUserInfo Table
The syscompanyuserinfo record found by the business relations account number.