Share via


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

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

See Also

smmBusRelTable Table

SmmUpdateBusRel Class