TmpMCRCustSearchTable.addSearchRecord Method
Inserts a record in to the table based off of one of the records passed.
Syntax
public boolean addSearchRecord(
MCRSearchRefRecID _mcrSearchRefRecID,
[MCRSearchRefTableID _mcrSearchRefTableID,
boolean _getBusRel])
Run On
Called
Parameters
- _mcrSearchRefRecID
Type: MCRSearchRefRecID Extended Data Type
The record ID of the CustTable or smmBusRelTable record.
- _mcrSearchRefTableID
Type: MCRSearchRefTableID Extended Data Type
The CustTable or smmBusRelTable table ID.
- _getBusRel
Type: boolean
A boolean value that indicates whether to get business relation; optional.
Return Value
Type: boolean
A boolean value indicating whether the record was inserted successfully.