smmBusRelTable::updateFromVendTableSFA2 Method
Makes sure that the business relation table is updated with the correct information.
Syntax
server public static void updateFromVendTableSFA2(
VendTable _vendTable,
[smmBusRelTypeId _vendType,
boolean _checkNumberSequence,
boolean _checkLicense,
boolean _insertLicense,
boolean _updateLicense,
smmBusRelTable _smmBusRelTable])
Run On
Server
Parameters
- _vendTable
Type: VendTable Table
A vendor table record.
- _vendType
Type: smmBusRelTypeId Extended Data Type
The vendor type.
- _checkNumberSequence
Type: boolean
A Boolean value that specifies whether to check the number sequence.
- _checkLicense
Type: boolean
A Boolean value that specifies whether to check the license.
- _insertLicense
Type: boolean
A Boolean value that specifies whether to insert the license.
- _updateLicense
Type: boolean
A Boolean value that specifies whether to update the license.
- _smmBusRelTable
Type: smmBusRelTable Table
The record update.