pipekit/config/modules/vend.json
Paul Trowbridge 217177b3a7 Carry module description through config export/apply
config_io handled dest_description but never the module's own
description field: it was absent from export_config, from both
repo.create_module and repo.update_module calls in apply_config, and
from the change-detection watch tuple. Descriptions set via the web
form were therefore invisible to the config tree — `pipekit apply`
silently ignored a description in a module's JSON, and `pipekit export`
would have dropped all 127 existing ones on a round-trip.

Adding "description" to the watch tuple means a module file without the
key now reads as a change to NULL, so backfill the key into all 131
existing module files from the DB. Without this, the next apply would
have wiped every description it was meant to preserve.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-04 00:05:57 -04:00

1347 lines
33 KiB
JSON

{
"name": "vend",
"source_connection": "S78030956",
"dest_connection": "usmidsap02",
"dest_table": "cms.vend",
"staging_table": "pipekit_staging.vend",
"merge_strategy": "full",
"merge_key": null,
"enabled": 1,
"dest_description": "Vendor Master 6.1",
"description": null,
"columns": [
{
"source_name": "BTPYTD",
"source_type": "DECIMAL(11,2)",
"dest_name": "btpytd",
"dest_type": "numeric(11,2)",
"description": "Previous YTD Purchases"
},
{
"source_name": "BTNAME",
"source_type": "CHAR(30)",
"dest_name": "btname",
"dest_type": "text",
"description": "Vendor Name"
},
{
"source_name": "BTADR1",
"source_type": "CHAR(35)",
"dest_name": "btadr1",
"dest_type": "text",
"description": "Address Line 1"
},
{
"source_name": "BTADR2",
"source_type": "CHAR(35)",
"dest_name": "btadr2",
"dest_type": "text",
"description": "Address Line 2"
},
{
"source_name": "BTADR3",
"source_type": "CHAR(35)",
"dest_name": "btadr3",
"dest_type": "text",
"description": "Address Line 3"
},
{
"source_name": "BTADR4",
"source_type": "CHAR(35)",
"dest_name": "btadr4",
"dest_type": "text",
"description": "Address Line 4"
},
{
"source_name": "BTADR5",
"source_type": "CHAR(35)",
"dest_name": "btadr5",
"dest_type": "text",
"description": "Address Line 5"
},
{
"source_name": "BTADR6",
"source_type": "CHAR(35)",
"dest_name": "btadr6",
"dest_type": "text",
"description": "Address Line 6"
},
{
"source_name": "BTADR7",
"source_type": "CHAR(35)",
"dest_name": "btadr7",
"dest_type": "text",
"description": "Address Line 7"
},
{
"source_name": "BTADR8",
"source_type": "CHAR(35)",
"dest_name": "btadr8",
"dest_type": "text",
"description": "Address Line 8"
},
{
"source_name": "BTADR9",
"source_type": "CHAR(35)",
"dest_name": "btadr9",
"dest_type": "text",
"description": "Address Line 9"
},
{
"source_name": "BTADR10",
"source_type": "CHAR(35)",
"dest_name": "btadr10",
"dest_type": "text",
"description": "Address Line 10"
},
{
"source_name": "BTPOST",
"source_type": "CHAR(10)",
"dest_name": "btpost",
"dest_type": "text",
"description": "Postal Code/ZIP"
},
{
"source_name": "BTCITY",
"source_type": "CHAR(30)",
"dest_name": "btcity",
"dest_type": "text",
"description": "City"
},
{
"source_name": "BTTEL#",
"source_type": "CHAR(25)",
"dest_name": "bttel#",
"dest_type": "text",
"description": "Telephone Number"
},
{
"source_name": "BTBANK",
"source_type": "CHAR(3)",
"dest_name": "btbank",
"dest_type": "text",
"description": "A/P Bank Code"
},
{
"source_name": "BTPERC",
"source_type": "DECIMAL(3,1)",
"dest_name": "btperc",
"dest_type": "numeric(3,1)",
"description": "NOT USED"
},
{
"source_name": "BTTERM",
"source_type": "DECIMAL(3,0)",
"dest_name": "btterm",
"dest_type": "numeric(3,0)",
"description": "NOT USED"
},
{
"source_name": "BTCYTD",
"source_type": "DECIMAL(11,2)",
"dest_name": "btcytd",
"dest_type": "numeric(11,2)",
"description": "YTD Purchases Amount"
},
{
"source_name": "BTLDAT",
"source_type": "DATE",
"dest_name": "btldat",
"dest_type": "date",
"description": "Last Cheque Date"
},
{
"source_name": "BTCLAS",
"source_type": "CHAR(1)",
"dest_name": "btclas",
"dest_type": "text",
"description": "Vendor Class"
},
{
"source_name": "BTGSTF",
"source_type": "CHAR(1)",
"dest_name": "btgstf",
"dest_type": "text",
"description": "NOT USED"
},
{
"source_name": "BTNETD",
"source_type": "NUMERIC(3,0)",
"dest_name": "btnetd",
"dest_type": "numeric(3,0)",
"description": "NOT USED"
},
{
"source_name": "BTCURR",
"source_type": "CHAR(2)",
"dest_name": "btcurr",
"dest_type": "text",
"description": "Currency Code"
},
{
"source_name": "BTSORT",
"source_type": "NUMERIC(2,0)",
"dest_name": "btsort",
"dest_type": "numeric(2,0)",
"description": "Name Sort Position"
},
{
"source_name": "BTCONT",
"source_type": "CHAR(18)",
"dest_name": "btcont",
"dest_type": "text",
"description": "Contact Name"
},
{
"source_name": "BTVEND",
"source_type": "CHAR(10)",
"dest_name": "btvend",
"dest_type": "text",
"description": "Vendor Code"
},
{
"source_name": "BTFAX#",
"source_type": "CHAR(25)",
"dest_name": "btfax#",
"dest_type": "text",
"description": "FAX Number"
},
{
"source_name": "BTGSTL",
"source_type": "CHAR(20)",
"dest_name": "btgstl",
"dest_type": "text",
"description": "GST Licence Number"
},
{
"source_name": "BTTRMC",
"source_type": "CHAR(2)",
"dest_name": "bttrmc",
"dest_type": "text",
"description": "Terms Code"
},
{
"source_name": "BTFOBC",
"source_type": "CHAR(3)",
"dest_name": "btfobc",
"dest_type": "text",
"description": "FOB Code"
},
{
"source_name": "BTTAXG",
"source_type": "CHAR(3)",
"dest_name": "bttaxg",
"dest_type": "text",
"description": "Tax Group Code"
},
{
"source_name": "BTTAXR",
"source_type": "CHAR(1)",
"dest_name": "bttaxr",
"dest_type": "text",
"description": "Goods Tax Rate Code"
},
{
"source_name": "BTTAXS",
"source_type": "CHAR(1)",
"dest_name": "bttaxs",
"dest_type": "text",
"description": "Services Tax Rate Code"
},
{
"source_name": "BTRMIT",
"source_type": "CHAR(10)",
"dest_name": "btrmit",
"dest_type": "text",
"description": "Remit to Vendor Code"
},
{
"source_name": "BTOSSL",
"source_type": "CHAR(6)",
"dest_name": "btossl",
"dest_type": "text",
"description": "O/S Stockroom Code"
},
{
"source_name": "BTDUNS",
"source_type": "CHAR(14)",
"dest_name": "btduns",
"dest_type": "text",
"description": "Duns Number"
},
{
"source_name": "BTAUVF",
"source_type": "CHAR(1)",
"dest_name": "btauvf",
"dest_type": "text",
"description": "Auto Voucher Flag"
},
{
"source_name": "BTCPVR",
"source_type": "CHAR(1)",
"dest_name": "btcpvr",
"dest_type": "text",
"description": "Cheque/ Voucher Flag"
},
{
"source_name": "BTCARC",
"source_type": "CHAR(17)",
"dest_name": "btcarc",
"dest_type": "text",
"description": "Carrier Code"
},
{
"source_name": "BTCBRC",
"source_type": "CHAR(10)",
"dest_name": "btcbrc",
"dest_type": "text",
"description": "Customs Broker Code"
},
{
"source_name": "BTAPPD",
"source_type": "NUMERIC(12,2)",
"dest_name": "btappd",
"dest_type": "numeric(12,2)",
"description": "P/O Approval Limit"
},
{
"source_name": "BTMINF",
"source_type": "CHAR(1)",
"dest_name": "btminf",
"dest_type": "text",
"description": "Minority Indicator Y/N"
},
{
"source_name": "BTVNRM",
"source_type": "CHAR(1)",
"dest_name": "btvnrm",
"dest_type": "text",
"description": "Vendor Remittance EDI"
},
{
"source_name": "BTBKRM",
"source_type": "CHAR(1)",
"dest_name": "btbkrm",
"dest_type": "text",
"description": "Bank Remittance EDI"
},
{
"source_name": "BTINSP",
"source_type": "CHAR(5)",
"dest_name": "btinsp",
"dest_type": "text",
"description": "QC Inspector Code"
},
{
"source_name": "BTPSAC",
"source_type": "CHAR(1)",
"dest_name": "btpsac",
"dest_type": "text",
"description": "Create Planning Schedule"
},
{
"source_name": "BTPSFR",
"source_type": "CHAR(1)",
"dest_name": "btpsfr",
"dest_type": "text",
"description": "Planning Schedule Frequency"
},
{
"source_name": "BTPSDY",
"source_type": "CHAR(1)",
"dest_name": "btpsdy",
"dest_type": "text",
"description": "Planning Schedule Day"
},
{
"source_name": "BTPSDR",
"source_type": "CHAR(1)",
"dest_name": "btpsdr",
"dest_type": "text",
"description": "Planning Schedule Date"
},
{
"source_name": "BTSSAC",
"source_type": "CHAR(1)",
"dest_name": "btssac",
"dest_type": "text",
"description": "Create Shipping Schedule"
},
{
"source_name": "BTSSFR",
"source_type": "CHAR(1)",
"dest_name": "btssfr",
"dest_type": "text",
"description": "Shipping Schedule Frequency"
},
{
"source_name": "BTSSDY",
"source_type": "CHAR(1)",
"dest_name": "btssdy",
"dest_type": "text",
"description": "Shipping Schedule Day"
},
{
"source_name": "BTSSDR",
"source_type": "CHAR(1)",
"dest_name": "btssdr",
"dest_type": "text",
"description": "Shipping Schedule Date"
},
{
"source_name": "BTPEDI",
"source_type": "CHAR(1)",
"dest_name": "btpedi",
"dest_type": "text",
"description": "Planning Schedule EDI"
},
{
"source_name": "BTSEDI",
"source_type": "CHAR(1)",
"dest_name": "btsedi",
"dest_type": "text",
"description": "Shipping Schedule EDI"
},
{
"source_name": "BTCNTC",
"source_type": "CHAR(3)",
"dest_name": "btcntc",
"dest_type": "text",
"description": "Country Code"
},
{
"source_name": "BTFAXP",
"source_type": "CHAR(1)",
"dest_name": "btfaxp",
"dest_type": "text",
"description": "P/O Send Mode"
},
{
"source_name": "BTEMAL",
"source_type": "CHAR(50)",
"dest_name": "btemal",
"dest_type": "text",
"description": "E-Mail Address"
},
{
"source_name": "BTWPAG",
"source_type": "CHAR(60)",
"dest_name": "btwpag",
"dest_type": "text",
"description": "Web Page Address"
},
{
"source_name": "BTFLG1",
"source_type": "CHAR(1)",
"dest_name": "btflg1",
"dest_type": "text",
"description": "Scan Supplier Serial #s"
},
{
"source_name": "BTCUSR",
"source_type": "CHAR(10)",
"dest_name": "btcusr",
"dest_type": "text",
"description": "Created By User"
},
{
"source_name": "BTCDAT",
"source_type": "DATE",
"dest_name": "btcdat",
"dest_type": "date",
"description": "Record Creation Date"
},
{
"source_name": "BTCTME",
"source_type": "TIME",
"dest_name": "btctme",
"dest_type": "time",
"description": "Time Created"
},
{
"source_name": "BTUUSR",
"source_type": "CHAR(10)",
"dest_name": "btuusr",
"dest_type": "text",
"description": "Updated By User"
},
{
"source_name": "BTUDAT",
"source_type": "DATE",
"dest_name": "btudat",
"dest_type": "date",
"description": "Record Updated Date"
},
{
"source_name": "BTUTME",
"source_type": "TIME",
"dest_name": "btutme",
"dest_type": "time",
"description": "Time Updated"
},
{
"source_name": "BTPRCL",
"source_type": "CHAR(1)",
"dest_name": "btprcl",
"dest_type": "text",
"description": "Prepaid Collect"
},
{
"source_name": "BTFLG2",
"source_type": "CHAR(1)",
"dest_name": "btflg2",
"dest_type": "text",
"description": "1099 Applicable"
},
{
"source_name": "BTFLG3",
"source_type": "CHAR(1)",
"dest_name": "btflg3",
"dest_type": "text",
"description": "Generate ScoreCard"
},
{
"source_name": "BTFLG4",
"source_type": "CHAR(1)",
"dest_name": "btflg4",
"dest_type": "text",
"description": "Process Serialized dtls"
},
{
"source_name": "BTUVER",
"source_type": "CHAR(10)",
"dest_name": "btuver",
"dest_type": "text",
"description": "USRDEF Verification Template"
},
{
"source_name": "BTPRCD",
"source_type": "CHAR(3)",
"dest_name": "btprcd",
"dest_type": "text",
"description": "Province /State Code"
},
{
"source_name": "BTSTAT",
"source_type": "CHAR(1)",
"dest_name": "btstat",
"dest_type": "text",
"description": "Vendor Status"
},
{
"source_name": "BTREAS",
"source_type": "CHAR(2)",
"dest_name": "btreas",
"dest_type": "text",
"description": "Inactive Reason Code"
},
{
"source_name": "BTARCN",
"source_type": "CHAR(30)",
"dest_name": "btarcn",
"dest_type": "text",
"description": "A/R Contact"
},
{
"source_name": "BTARPN",
"source_type": "CHAR(25)",
"dest_name": "btarpn",
"dest_type": "text",
"description": "A/R Phone Number"
},
{
"source_name": "BTARFX",
"source_type": "CHAR(25)",
"dest_name": "btarfx",
"dest_type": "text",
"description": "A/R Fax Number"
},
{
"source_name": "BTEBNK",
"source_type": "CHAR(10)",
"dest_name": "btebnk",
"dest_type": "text",
"description": "EFT Bank Code"
},
{
"source_name": "BTDACN",
"source_type": "NUMERIC(17,0)",
"dest_name": "btdacn",
"dest_type": "numeric(17,0)",
"description": "Deposit Account Number"
},
{
"source_name": "BTDACT",
"source_type": "CHAR(2)",
"dest_name": "btdact",
"dest_type": "text",
"description": "Deposit Account Type"
},
{
"source_name": "BTPAYT",
"source_type": "CHAR(1)",
"dest_name": "btpayt",
"dest_type": "text",
"description": "Payment Type"
},
{
"source_name": "BTFRMT",
"source_type": "CHAR(1)",
"dest_name": "btfrmt",
"dest_type": "text",
"description": "Fax Remittance"
},
{
"source_name": "BTAPCN",
"source_type": "CHAR(1)",
"dest_name": "btapcn",
"dest_type": "text",
"description": "A/P Control"
},
{
"source_name": "BTFUT1",
"source_type": "CHAR(10)",
"dest_name": "btfut1",
"dest_type": "text",
"description": "Future Use 1"
},
{
"source_name": "BTFUT2",
"source_type": "CHAR(10)",
"dest_name": "btfut2",
"dest_type": "text",
"description": "Future Use 2"
},
{
"source_name": "BTFUT3",
"source_type": "CHAR(10)",
"dest_name": "btfut3",
"dest_type": "text",
"description": "Future Use 3"
},
{
"source_name": "BTFUT4",
"source_type": "CHAR(20)",
"dest_name": "btfut4",
"dest_type": "text",
"description": "Future Use 4"
},
{
"source_name": "BTFUT5",
"source_type": "CHAR(20)",
"dest_name": "btfut5",
"dest_type": "text",
"description": "Commodity Authorization"
},
{
"source_name": "BTFUT6",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut6",
"dest_type": "numeric(15,5)",
"description": "Future Use 6"
},
{
"source_name": "BTFUT7",
"source_type": "CHAR(3)",
"dest_name": "btfut7",
"dest_type": "text",
"description": "Future Use 7"
},
{
"source_name": "BTFUT8",
"source_type": "CHAR(1)",
"dest_name": "btfut8",
"dest_type": "text",
"description": "Future Use 8"
},
{
"source_name": "BTFUT9",
"source_type": "CHAR(1)",
"dest_name": "btfut9",
"dest_type": "text",
"description": "Future Use 9"
},
{
"source_name": "BTFUTA",
"source_type": "CHAR(1)",
"dest_name": "btfuta",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "BTFUTB",
"source_type": "CHAR(1)",
"dest_name": "btfutb",
"dest_type": "text",
"description": "Future Use"
},
{
"source_name": "BTSPLN",
"source_type": "CHAR(1)",
"dest_name": "btspln",
"dest_type": "text",
"description": "Send Planning Schedule"
},
{
"source_name": "BTSSHP",
"source_type": "CHAR(1)",
"dest_name": "btsshp",
"dest_type": "text",
"description": "Send Shipping Schedule"
},
{
"source_name": "BTSASN",
"source_type": "CHAR(1)",
"dest_name": "btsasn",
"dest_type": "text",
"description": "Send ASN"
},
{
"source_name": "BTSLT",
"source_type": "NUMERIC(5,0)",
"dest_name": "btslt",
"dest_type": "numeric(5,0)",
"description": "Shipping Lead Time"
},
{
"source_name": "BTSWK",
"source_type": "CHAR(1)",
"dest_name": "btswk",
"dest_type": "text",
"description": "Skip Weekend for Lead Time"
},
{
"source_name": "BTRERA",
"source_type": "CHAR(1)",
"dest_name": "btrera",
"dest_type": "text",
"description": "Require EDI Remittance Advice"
},
{
"source_name": "BTPPAY",
"source_type": "CHAR(1)",
"dest_name": "btppay",
"dest_type": "text",
"description": "Partial Payment Allowed for EDI"
},
{
"source_name": "BTFRBL",
"source_type": "CHAR(1)",
"dest_name": "btfrbl",
"dest_type": "text",
"description": "SCD BOL# for Freight Bill"
},
{
"source_name": "BTVNDT",
"source_type": "CHAR(1)",
"dest_name": "btvndt",
"dest_type": "text",
"description": "Vendor Type"
},
{
"source_name": "BTFUT10",
"source_type": "CHAR(10)",
"dest_name": "btfut10",
"dest_type": "text",
"description": "Extra Future 1"
},
{
"source_name": "BTFUT11",
"source_type": "CHAR(10)",
"dest_name": "btfut11",
"dest_type": "text",
"description": "Default EDI Special Instruction Code"
},
{
"source_name": "BTFUT12",
"source_type": "CHAR(10)",
"dest_name": "btfut12",
"dest_type": "text",
"description": "Import Vendor Flag"
},
{
"source_name": "BTFUT13",
"source_type": "CHAR(20)",
"dest_name": "btfut13",
"dest_type": "text",
"description": "User Defined Flds Vndr Part Verf. Tmpl"
},
{
"source_name": "BTFUT14",
"source_type": "CHAR(20)",
"dest_name": "btfut14",
"dest_type": "text",
"description": "Ext Future 5"
},
{
"source_name": "BTFUT15",
"source_type": "CHAR(20)",
"dest_name": "btfut15",
"dest_type": "text",
"description": "Ext Future 6"
},
{
"source_name": "BTFUT16",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut16",
"dest_type": "numeric(15,5)",
"description": "Ext Future 7"
},
{
"source_name": "BTFUT17",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut17",
"dest_type": "numeric(15,5)",
"description": "Ext Future 8"
},
{
"source_name": "BTFUT18",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut18",
"dest_type": "numeric(15,5)",
"description": "Future9"
},
{
"source_name": "BTFLG10",
"source_type": "CHAR(1)",
"dest_name": "btflg10",
"dest_type": "text",
"description": "Auto-Prt PO When Approve"
},
{
"source_name": "BTFLG11",
"source_type": "CHAR(1)",
"dest_name": "btflg11",
"dest_type": "text",
"description": "Voucher Without Rcpt/Ref Requires Notpad"
},
{
"source_name": "BTFLG12",
"source_type": "CHAR(1)",
"dest_name": "btflg12",
"dest_type": "text",
"description": "Enter Notes for Recurring Vouchers"
},
{
"source_name": "BTTMZN",
"source_type": "CHAR(4)",
"dest_name": "bttmzn",
"dest_type": "text",
"description": "Time Zone Code"
},
{
"source_name": "BTDLRF",
"source_type": "CHAR(1)",
"dest_name": "btdlrf",
"dest_type": "text",
"description": "Dealer Flag"
},
{
"source_name": "BTIDSP",
"source_type": "CHAR(1)",
"dest_name": "btidsp",
"dest_type": "text",
"description": "Initial Display Schedule Release"
},
{
"source_name": "BTSLTU",
"source_type": "CHAR(1)",
"dest_name": "btsltu",
"dest_type": "text",
"description": "Shipping Lead Time Unit"
},
{
"source_name": "BTSTRN",
"source_type": "CHAR(1)",
"dest_name": "btstrn",
"dest_type": "text",
"description": "Round Shipping Hours to Days"
},
{
"source_name": "BTRPRL",
"source_type": "CHAR(6)",
"dest_name": "btrprl",
"dest_type": "text",
"description": "Repair Location"
},
{
"source_name": "BTCAMT",
"source_type": "NUMERIC(15,5)",
"dest_name": "btcamt",
"dest_type": "numeric(15,5)",
"description": "PO-AP Pre-approved Increase Amt"
},
{
"source_name": "BTUDPC",
"source_type": "NUMERIC(7,3)",
"dest_name": "btudpc",
"dest_type": "numeric(7,3)",
"description": "Vchr Pre-approved Increase %"
},
{
"source_name": "BTUDAM",
"source_type": "NUMERIC(15,5)",
"dest_name": "btudam",
"dest_type": "numeric(15,5)",
"description": "Vchr Pre-approved Increase Amt"
},
{
"source_name": "BTPGRP",
"source_type": "CHAR(20)",
"dest_name": "btpgrp",
"dest_type": "text",
"description": "Commodity Category Code"
},
{
"source_name": "BT2DFMT",
"source_type": "CHAR(10)",
"dest_name": "bt2dfmt",
"dest_type": "text",
"description": "2D Scan Format"
},
{
"source_name": "BTD2DS",
"source_type": "CHAR(1)",
"dest_name": "btd2ds",
"dest_type": "text",
"description": "Default to 2D Scan"
},
{
"source_name": "BTLANG",
"source_type": "CHAR(2)",
"dest_name": "btlang",
"dest_type": "text",
"description": "Language Code"
},
{
"source_name": "BTHIN",
"source_type": "CHAR(9)",
"dest_name": "bthin",
"dest_type": "text",
"description": "Health Industry Number"
},
{
"source_name": "BTFEDID",
"source_type": "CHAR(15)",
"dest_name": "btfedid",
"dest_type": "text",
"description": "Federal ID"
},
{
"source_name": "BTO2DL",
"source_type": "CHAR(1)",
"dest_name": "bto2dl",
"dest_type": "text",
"description": "Override 2D Scan Lot"
},
{
"source_name": "BTASNM",
"source_type": "CHAR(1)",
"dest_name": "btasnm",
"dest_type": "text",
"description": "ASN Mapping"
},
{
"source_name": "BTDCLS",
"source_type": "CHAR(10)",
"dest_name": "btdcls",
"dest_type": "text",
"description": "Vendor Dumping Class Code"
},
{
"source_name": "BTDSUPP",
"source_type": "CHAR(20)",
"dest_name": "btdsupp",
"dest_type": "text",
"description": "Dft. Supplier Code"
},
{
"source_name": "BTDEPIN",
"source_type": "NUMERIC(11,0)",
"dest_name": "btdepin",
"dest_type": "numeric(11,0)",
"description": "Deposit Institution"
},
{
"source_name": "BTMORQ",
"source_type": "NUMERIC(15,5)",
"dest_name": "btmorq",
"dest_type": "numeric(15,5)",
"description": "Minimum Order Amount"
},
{
"source_name": "BTDACA",
"source_type": "CHAR(50)",
"dest_name": "btdaca",
"dest_type": "text",
"description": "Deposit Account Number (char)"
},
{
"source_name": "BTDOMS",
"source_type": "CHAR(1)",
"dest_name": "btdoms",
"dest_type": "text",
"description": "Domestic Bank Indicator"
},
{
"source_name": "BTBREF",
"source_type": "CHAR(10)",
"dest_name": "btbref",
"dest_type": "text",
"description": "Bank Reference"
},
{
"source_name": "BTSWID",
"source_type": "CHAR(15)",
"dest_name": "btswid",
"dest_type": "text",
"description": "Swift ID"
},
{
"source_name": "BTBLAC",
"source_type": "CHAR(30)",
"dest_name": "btblac",
"dest_type": "text",
"description": "Billing Account Number"
},
{
"source_name": "BTABAN",
"source_type": "CHAR(9)",
"dest_name": "btaban",
"dest_type": "text",
"description": "ABA#"
},
{
"source_name": "BTCHIP",
"source_type": "CHAR(15)",
"dest_name": "btchip",
"dest_type": "text",
"description": "CHIP#"
},
{
"source_name": "BT3BNAM",
"source_type": "CHAR(30)",
"dest_name": "bt3bnam",
"dest_type": "text",
"description": "Third Party Bank Name"
},
{
"source_name": "BT3CHIP",
"source_type": "CHAR(15)",
"dest_name": "bt3chip",
"dest_type": "text",
"description": "Third Party Bank CHIP#"
},
{
"source_name": "BT3SWID",
"source_type": "CHAR(15)",
"dest_name": "bt3swid",
"dest_type": "text",
"description": "Third Party Bank Swif ID"
},
{
"source_name": "BT3BLAC",
"source_type": "CHAR(35)",
"dest_name": "bt3blac",
"dest_type": "text",
"description": "Third Party Bank Billing Account Number"
},
{
"source_name": "BT3IBAN",
"source_type": "CHAR(35)",
"dest_name": "bt3iban",
"dest_type": "text",
"description": "Third Party Bank IBAN#"
},
{
"source_name": "BT3ADR1",
"source_type": "CHAR(30)",
"dest_name": "bt3adr1",
"dest_type": "text",
"description": "Third Party Bank Address Line 1"
},
{
"source_name": "BT3ADR2",
"source_type": "CHAR(30)",
"dest_name": "bt3adr2",
"dest_type": "text",
"description": "Third Party Bank Address Line 2"
},
{
"source_name": "BT3CITY",
"source_type": "CHAR(30)",
"dest_name": "bt3city",
"dest_type": "text",
"description": "Third Party Bank City"
},
{
"source_name": "BT3PROV",
"source_type": "CHAR(3)",
"dest_name": "bt3prov",
"dest_type": "text",
"description": "Third Party Bank Prov/Stat"
},
{
"source_name": "BT3POST",
"source_type": "CHAR(10)",
"dest_name": "bt3post",
"dest_type": "text",
"description": "Third Party Bank Postal/Zip"
},
{
"source_name": "BT3CRYC",
"source_type": "CHAR(3)",
"dest_name": "bt3cryc",
"dest_type": "text",
"description": "Third Party Bank Country"
},
{
"source_name": "BT3CONT",
"source_type": "CHAR(10)",
"dest_name": "bt3cont",
"dest_type": "text",
"description": "Third Party Bank Contact Name"
},
{
"source_name": "BT3PHON",
"source_type": "CHAR(25)",
"dest_name": "bt3phon",
"dest_type": "text",
"description": "Third Party Bank Phone #"
},
{
"source_name": "BT3FAXN",
"source_type": "CHAR(25)",
"dest_name": "bt3faxn",
"dest_type": "text",
"description": "Third Party Bank Fax #"
},
{
"source_name": "BTFCUR",
"source_type": "CHAR(2)",
"dest_name": "btfcur",
"dest_type": "text",
"description": "Foreign Currency"
},
{
"source_name": "BTEBNM",
"source_type": "CHAR(30)",
"dest_name": "btebnm",
"dest_type": "text",
"description": "Bank Name"
},
{
"source_name": "BTFFTH",
"source_type": "DECIMAL(11,2)",
"dest_name": "btffth",
"dest_type": "numeric(11,2)",
"description": "Free Freight Threshold"
},
{
"source_name": "BTXBNAM",
"source_type": "CHAR(30)",
"dest_name": "btxbnam",
"dest_type": "text",
"description": "In-Care-Of Bank Name"
},
{
"source_name": "BTXCHIP",
"source_type": "CHAR(15)",
"dest_name": "btxchip",
"dest_type": "text",
"description": "In-Care-Of Bank CHIP#"
},
{
"source_name": "BTXSWID",
"source_type": "CHAR(15)",
"dest_name": "btxswid",
"dest_type": "text",
"description": "In-Care-Of Bank Swif ID"
},
{
"source_name": "BTXBLAC",
"source_type": "CHAR(35)",
"dest_name": "btxblac",
"dest_type": "text",
"description": "In-Care-Of Bank Account Number"
},
{
"source_name": "BTXIBAN",
"source_type": "CHAR(35)",
"dest_name": "btxiban",
"dest_type": "text",
"description": "In-Care-Of Bank IBAN#"
},
{
"source_name": "BTXADR1",
"source_type": "CHAR(30)",
"dest_name": "btxadr1",
"dest_type": "text",
"description": "In-Care-Of Bank Address Line 1"
},
{
"source_name": "BTXADR2",
"source_type": "CHAR(30)",
"dest_name": "btxadr2",
"dest_type": "text",
"description": "In-Care-Of Bank Address Line 2"
},
{
"source_name": "BTXCITY",
"source_type": "CHAR(30)",
"dest_name": "btxcity",
"dest_type": "text",
"description": "In-Care-Of Bank City"
},
{
"source_name": "BTXPROV",
"source_type": "CHAR(3)",
"dest_name": "btxprov",
"dest_type": "text",
"description": "In-Care-Of Bank Prov/Stat"
},
{
"source_name": "BTXPOST",
"source_type": "CHAR(10)",
"dest_name": "btxpost",
"dest_type": "text",
"description": "In-Care-Of Bank Postal/Zip"
},
{
"source_name": "BTXCRYC",
"source_type": "CHAR(3)",
"dest_name": "btxcryc",
"dest_type": "text",
"description": "In-Care-Of Bank Country"
},
{
"source_name": "BTXCONT",
"source_type": "CHAR(10)",
"dest_name": "btxcont",
"dest_type": "text",
"description": "In-Care-Of Bank Contact Name"
},
{
"source_name": "BTXPHON",
"source_type": "CHAR(25)",
"dest_name": "btxphon",
"dest_type": "text",
"description": "In-Care-Of Bank Phone #"
},
{
"source_name": "BTXFAXN",
"source_type": "CHAR(25)",
"dest_name": "btxfaxn",
"dest_type": "text",
"description": "In-Care-Of Bank Fax #"
},
{
"source_name": "BTGMT",
"source_type": "CHAR(1)",
"dest_name": "btgmt",
"dest_type": "text",
"description": "Global SWIFT"
},
{
"source_name": "BTMRPN",
"source_type": "CHAR(1)",
"dest_name": "btmrpn",
"dest_type": "text",
"description": "Display/Print/Send MRP Notification"
},
{
"source_name": "BTEZAI",
"source_type": "CHAR(1)",
"dest_name": "btezai",
"dest_type": "text",
"description": "EZ ASN Update PO Shipments In-Transit"
},
{
"source_name": "BTFUT19",
"source_type": "CHAR(1)",
"dest_name": "btfut19",
"dest_type": "text",
"description": "Support Intercompany ASN Reuse Shipped Serl#"
},
{
"source_name": "BTFUT20",
"source_type": "CHAR(1)",
"dest_name": "btfut20",
"dest_type": "text",
"description": "Future Use 20"
},
{
"source_name": "BTFUT21",
"source_type": "CHAR(10)",
"dest_name": "btfut21",
"dest_type": "text",
"description": "Future Use 21"
},
{
"source_name": "BTFUT22",
"source_type": "CHAR(10)",
"dest_name": "btfut22",
"dest_type": "text",
"description": "Future Use 22"
},
{
"source_name": "BTFUT23",
"source_type": "CHAR(20)",
"dest_name": "btfut23",
"dest_type": "text",
"description": "Future Use 23"
},
{
"source_name": "BTFUT24",
"source_type": "CHAR(20)",
"dest_name": "btfut24",
"dest_type": "text",
"description": "Future Use 24"
},
{
"source_name": "BTFUT25",
"source_type": "CHAR(30)",
"dest_name": "btfut25",
"dest_type": "text",
"description": "Future Use 25"
},
{
"source_name": "BTFUT26",
"source_type": "CHAR(30)",
"dest_name": "btfut26",
"dest_type": "text",
"description": "Future Use 26"
},
{
"source_name": "BTFUT27",
"source_type": "CHAR(30)",
"dest_name": "btfut27",
"dest_type": "text",
"description": "Future Use 27"
},
{
"source_name": "BTFUT28",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut28",
"dest_type": "numeric(15,5)",
"description": "Future Use 28"
},
{
"source_name": "BTFUT29",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut29",
"dest_type": "numeric(15,5)",
"description": "Future Use 29"
},
{
"source_name": "BTFUT30",
"source_type": "NUMERIC(15,5)",
"dest_name": "btfut30",
"dest_type": "numeric(15,5)",
"description": "Future Use 30"
}
],
"watermarks": [],
"hooks": []
}