RetailAffiliation::findByName Method
Finds the affiliation or the loyalty program by name.
Syntax
client server public static RetailAffiliation findByName(RetailAffiliationName _name, [boolean _forUpdate])
Run On
Called
Parameters
- _name
Type: RetailAffiliationName Extended Data Type
The name.
- _forUpdate
Type: boolean
The flag indicating whether the record is selected for update.
Return Value
Type: RetailAffiliation Table
The record found.