External module "lib/integrate/integrateData"
Functions
Const integrateToMaterialMaster
integrateToMaterialMaster( destTable: any , baseTable: any , joinTable: any , baseKeys: Record < string , string > ) : Promise < object >
Parameters
destTable: any
baseTable: any
joinTable: any
baseKeys: Record < string , string >
Returns Promise < object >
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Integrate two table(library, colors) to the material_master(_print) table. Need a few keys to join between two tables(basically library_id, colors_id, and article_type if you need).