Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/integrate/integrateData"

Index

Functions

Const integrateToMaterialMaster

  • integrateToMaterialMaster(destTable: any, baseTable: any, joinTable: any, baseKeys: Record<string, string>): Promise<object>
  • 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).

    Parameters

    • destTable: any

      Destination Table that to be integrated

    • baseTable: any

      Base Table that you want to integrate

    • joinTable: any

      A Table that you want to join

    • baseKeys: Record<string, string>

      The Keys that you need for joining

    Returns Promise<object>

Generated using TypeDoc