Add `pipekit export` / `pipekit apply` (pipekit/config_io.py) to serialise the DB's config — drivers, connections, modules (+ columns, watermarks, hooks), groups, schedules — to a git-trackable text tree under config/, and rehydrate it. SQLite stays runtime state; definitions become diffable/reviewable/ revertible. - config only: run_log/group_run/settings and per-run state columns excluded - name-keyed refs (portable across databases); source_query in .sql sidecars; columns as real JSON arrays for line-by-line diffs - newline-normalised so CRLF-vs-LF is never a spurious change - apply is create/update by name; child collections fully synced; top-level deletes gated behind --prune; --dry-run prints the plan - round-trip is identity (export -> apply --dry-run == nothing to do) Commits the current config/ as the first baseline, capturing the freshly populated columns_json for rm00101/rm00301/iv00101. Documented in SPEC.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1612 lines
40 KiB
JSON
1612 lines
40 KiB
JSON
{
|
|
"name": "cust",
|
|
"source_connection": "S78030956",
|
|
"dest_connection": "usmidsap02",
|
|
"dest_table": "cms.cust",
|
|
"staging_table": "pipekit_staging.cust",
|
|
"merge_strategy": "full",
|
|
"merge_key": null,
|
|
"enabled": 1,
|
|
"dest_description": "Customer Master File 6.0",
|
|
"columns": [
|
|
{
|
|
"source_name": "BVCOMP",
|
|
"source_type": "NUMERIC(2,0)",
|
|
"dest_name": "bvcomp",
|
|
"dest_type": "numeric(2,0)",
|
|
"description": "Company Number"
|
|
},
|
|
{
|
|
"source_name": "BVCUST",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "bvcust",
|
|
"dest_type": "text",
|
|
"description": "Customer Code"
|
|
},
|
|
{
|
|
"source_name": "BVNAME",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvname",
|
|
"dest_type": "text",
|
|
"description": "Customer Name"
|
|
},
|
|
{
|
|
"source_name": "BVADR1",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr1",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 1"
|
|
},
|
|
{
|
|
"source_name": "BVADR2",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr2",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 2"
|
|
},
|
|
{
|
|
"source_name": "BVADR3",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr3",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 3"
|
|
},
|
|
{
|
|
"source_name": "BVADR4",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr4",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 4"
|
|
},
|
|
{
|
|
"source_name": "BVADR5",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr5",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 5"
|
|
},
|
|
{
|
|
"source_name": "BVADR6",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr6",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 6"
|
|
},
|
|
{
|
|
"source_name": "BVADR7",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr7",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 7"
|
|
},
|
|
{
|
|
"source_name": "BVADR8",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr8",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 8"
|
|
},
|
|
{
|
|
"source_name": "BVADR9",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr9",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 9"
|
|
},
|
|
{
|
|
"source_name": "BVADR10",
|
|
"source_type": "CHAR(35)",
|
|
"dest_name": "bvadr10",
|
|
"dest_type": "text",
|
|
"description": "Customer Address 10"
|
|
},
|
|
{
|
|
"source_name": "BVPOST",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvpost",
|
|
"dest_type": "text",
|
|
"description": "Postal Code/ZIP"
|
|
},
|
|
{
|
|
"source_name": "BVCITY",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvcity",
|
|
"dest_type": "text",
|
|
"description": "City"
|
|
},
|
|
{
|
|
"source_name": "BVPROV",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvprov",
|
|
"dest_type": "text",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "BVCTRY",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvctry",
|
|
"dest_type": "text",
|
|
"description": "Country Code"
|
|
},
|
|
{
|
|
"source_name": "BVTELP",
|
|
"source_type": "CHAR(25)",
|
|
"dest_name": "bvtelp",
|
|
"dest_type": "text",
|
|
"description": "Customer Phone No"
|
|
},
|
|
{
|
|
"source_name": "BVBORD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvbord",
|
|
"dest_type": "text",
|
|
"description": "Allow Backorders (Y/N)"
|
|
},
|
|
{
|
|
"source_name": "BVPRAR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvprar",
|
|
"dest_type": "text",
|
|
"description": "Print A/R Statements (Y/N)"
|
|
},
|
|
{
|
|
"source_name": "BVPSTE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvpste",
|
|
"dest_type": "text",
|
|
"description": "PST Exempt Not Used"
|
|
},
|
|
{
|
|
"source_name": "BVPRCD",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvprcd",
|
|
"dest_type": "text",
|
|
"description": "Province Code"
|
|
},
|
|
{
|
|
"source_name": "BVPSTL",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "bvpstl",
|
|
"dest_type": "text",
|
|
"description": "PST Exempt Licence Number"
|
|
},
|
|
{
|
|
"source_name": "BVFSTE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfste",
|
|
"dest_type": "text",
|
|
"description": "FST Exempt Not Used"
|
|
},
|
|
{
|
|
"source_name": "BVTXGR",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvtxgr",
|
|
"dest_type": "text",
|
|
"description": "Tax Group Code"
|
|
},
|
|
{
|
|
"source_name": "BVTXRT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvtxrt",
|
|
"dest_type": "text",
|
|
"description": "Tax Group Rate"
|
|
},
|
|
{
|
|
"source_name": "BVPACK",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvpack",
|
|
"dest_type": "text",
|
|
"description": "Use Standard Pack"
|
|
},
|
|
{
|
|
"source_name": "BVNU10",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvnu10",
|
|
"dest_type": "text",
|
|
"description": "Not Used"
|
|
},
|
|
{
|
|
"source_name": "BVSALM",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvsalm",
|
|
"dest_type": "text",
|
|
"description": "Salesman Code"
|
|
},
|
|
{
|
|
"source_name": "BVTERR",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "bvterr",
|
|
"dest_type": "text",
|
|
"description": "Territory Code"
|
|
},
|
|
{
|
|
"source_name": "BVSNOT",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvsnot",
|
|
"dest_type": "text",
|
|
"description": "Shipping Note for O/E"
|
|
},
|
|
{
|
|
"source_name": "BVCURR",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "bvcurr",
|
|
"dest_type": "text",
|
|
"description": "Currency Code"
|
|
},
|
|
{
|
|
"source_name": "BVSCOM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvscom",
|
|
"dest_type": "text",
|
|
"description": "Ship Complete Code (Y/N)"
|
|
},
|
|
{
|
|
"source_name": "BVTYPE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvtype",
|
|
"dest_type": "text",
|
|
"description": "Type: Ship/Bill/Either"
|
|
},
|
|
{
|
|
"source_name": "BVCRLE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvcrle",
|
|
"dest_type": "text",
|
|
"description": "Credit Limit Exceeded"
|
|
},
|
|
{
|
|
"source_name": "BVGSTE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvgste",
|
|
"dest_type": "text",
|
|
"description": "GST Exempt Not Used"
|
|
},
|
|
{
|
|
"source_name": "BVCREL",
|
|
"source_type": "DECIMAL(13,2)",
|
|
"dest_name": "bvcrel",
|
|
"dest_type": "numeric(13,2)",
|
|
"description": "Credit Limit"
|
|
},
|
|
{
|
|
"source_name": "BVOEM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvoem",
|
|
"dest_type": "text",
|
|
"description": "OEM Code"
|
|
},
|
|
{
|
|
"source_name": "BVLANG",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "bvlang",
|
|
"dest_type": "text",
|
|
"description": "Language Code"
|
|
},
|
|
{
|
|
"source_name": "BVSHLT",
|
|
"source_type": "NUMERIC(3,0)",
|
|
"dest_name": "bvshlt",
|
|
"dest_type": "numeric(3,0)",
|
|
"description": "Shipping Lead Time (OBSOLETE)"
|
|
},
|
|
{
|
|
"source_name": "BVINPO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvinpo",
|
|
"dest_type": "text",
|
|
"description": "Create Invoice / PO#"
|
|
},
|
|
{
|
|
"source_name": "BVTERM",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "bvterm",
|
|
"dest_type": "text",
|
|
"description": "Terms Code"
|
|
},
|
|
{
|
|
"source_name": "BVSHCL",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvshcl",
|
|
"dest_type": "text",
|
|
"description": "Shipping Class Code"
|
|
},
|
|
{
|
|
"source_name": "BV1B",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bv1b",
|
|
"dest_type": "text",
|
|
"description": "Create Multi Invoices"
|
|
},
|
|
{
|
|
"source_name": "BVDISL",
|
|
"source_type": "NUMERIC(1,0)",
|
|
"dest_name": "bvdisl",
|
|
"dest_type": "numeric(1,0)",
|
|
"description": "Discount Level"
|
|
},
|
|
{
|
|
"source_name": "BVARCD",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvarcd",
|
|
"dest_type": "text",
|
|
"description": "A/R Bank Code"
|
|
},
|
|
{
|
|
"source_name": "BVINT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvint",
|
|
"dest_type": "text",
|
|
"description": "Interest Charge"
|
|
},
|
|
{
|
|
"source_name": "BVSDAY",
|
|
"source_type": "NUMERIC(1,0)",
|
|
"dest_name": "bvsday",
|
|
"dest_type": "numeric(1,0)",
|
|
"description": "Shipping Day Number"
|
|
},
|
|
{
|
|
"source_name": "BVPORQ",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvporq",
|
|
"dest_type": "text",
|
|
"description": "P/O Required"
|
|
},
|
|
{
|
|
"source_name": "BVCLAS",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "bvclas",
|
|
"dest_type": "text",
|
|
"description": "Customer Class"
|
|
},
|
|
{
|
|
"source_name": "BVPSTC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvpstc",
|
|
"dest_type": "text",
|
|
"description": "PST Code"
|
|
},
|
|
{
|
|
"source_name": "BVLDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvldat",
|
|
"dest_type": "date",
|
|
"description": "Last Invoice Date"
|
|
},
|
|
{
|
|
"source_name": "BVLINA",
|
|
"source_type": "DECIMAL(11,2)",
|
|
"dest_name": "bvlina",
|
|
"dest_type": "numeric(11,2)",
|
|
"description": "Last Invoice Amount"
|
|
},
|
|
{
|
|
"source_name": "BVPDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvpdat",
|
|
"dest_type": "date",
|
|
"description": "Last Payment Date"
|
|
},
|
|
{
|
|
"source_name": "BVLPAA",
|
|
"source_type": "DECIMAL(11,2)",
|
|
"dest_name": "bvlpaa",
|
|
"dest_type": "numeric(11,2)",
|
|
"description": "Last Payment Amount"
|
|
},
|
|
{
|
|
"source_name": "BVYTDS",
|
|
"source_type": "DECIMAL(11,2)",
|
|
"dest_name": "bvytds",
|
|
"dest_type": "numeric(11,2)",
|
|
"description": "YTD Sales"
|
|
},
|
|
{
|
|
"source_name": "BVLYTD",
|
|
"source_type": "DECIMAL(11,2)",
|
|
"dest_name": "bvlytd",
|
|
"dest_type": "numeric(11,2)",
|
|
"description": "Last Year Sales Total"
|
|
},
|
|
{
|
|
"source_name": "BVOUTB",
|
|
"source_type": "DECIMAL(11,2)",
|
|
"dest_name": "bvoutb",
|
|
"dest_type": "numeric(11,2)",
|
|
"description": "Outstanding Balance"
|
|
},
|
|
{
|
|
"source_name": "BV15",
|
|
"source_type": "CHAR(15)",
|
|
"dest_name": "bv15",
|
|
"dest_type": "text",
|
|
"description": "Prepaid Exceed Limit"
|
|
},
|
|
{
|
|
"source_name": "BVDUNN",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvdunn",
|
|
"dest_type": "text",
|
|
"description": "Allow Dunning Message (Y/N)"
|
|
},
|
|
{
|
|
"source_name": "BVFAX",
|
|
"source_type": "CHAR(25)",
|
|
"dest_name": "bvfax",
|
|
"dest_type": "text",
|
|
"description": "Fax Number"
|
|
},
|
|
{
|
|
"source_name": "BVMDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvmdat",
|
|
"dest_type": "date",
|
|
"description": "Date Last Maintained"
|
|
},
|
|
{
|
|
"source_name": "BVBILL",
|
|
"source_type": "CHAR(8)",
|
|
"dest_name": "bvbill",
|
|
"dest_type": "text",
|
|
"description": "Bill-to Number"
|
|
},
|
|
{
|
|
"source_name": "BVGSTL",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "bvgstl",
|
|
"dest_type": "text",
|
|
"description": "GST Licence"
|
|
},
|
|
{
|
|
"source_name": "BV3",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "bv3",
|
|
"dest_type": "text",
|
|
"description": "Customer Ship Location"
|
|
},
|
|
{
|
|
"source_name": "BVLARA",
|
|
"source_type": "DECIMAL(9,2)",
|
|
"dest_name": "bvlara",
|
|
"dest_type": "numeric(9,2)",
|
|
"description": "Late A/R Tolerance"
|
|
},
|
|
{
|
|
"source_name": "BVCONT",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvcont",
|
|
"dest_type": "text",
|
|
"description": "Contact Person"
|
|
},
|
|
{
|
|
"source_name": "BVSUPP",
|
|
"source_type": "CHAR(15)",
|
|
"dest_name": "bvsupp",
|
|
"dest_type": "text",
|
|
"description": "Supplier Code"
|
|
},
|
|
{
|
|
"source_name": "BVSFOR",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvsfor",
|
|
"dest_type": "text",
|
|
"description": "Label Shipping Format"
|
|
},
|
|
{
|
|
"source_name": "BVSFCP",
|
|
"source_type": "NUMERIC(3,0)",
|
|
"dest_name": "bvsfcp",
|
|
"dest_type": "numeric(3,0)",
|
|
"description": "Serial Copies"
|
|
},
|
|
{
|
|
"source_name": "BVMFOR",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvmfor",
|
|
"dest_type": "text",
|
|
"description": "Master Shipping Format"
|
|
},
|
|
{
|
|
"source_name": "BVMFCP",
|
|
"source_type": "NUMERIC(3,0)",
|
|
"dest_name": "bvmfcp",
|
|
"dest_type": "numeric(3,0)",
|
|
"description": "Master Copies"
|
|
},
|
|
{
|
|
"source_name": "BVXFOR",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvxfor",
|
|
"dest_type": "text",
|
|
"description": "Mixed Load Format"
|
|
},
|
|
{
|
|
"source_name": "BVXFCP",
|
|
"source_type": "NUMERIC(3,0)",
|
|
"dest_name": "bvxfcp",
|
|
"dest_type": "numeric(3,0)",
|
|
"description": "Mixed Load Copies"
|
|
},
|
|
{
|
|
"source_name": "BVCARC",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "bvcarc",
|
|
"dest_type": "text",
|
|
"description": "Carrier Code"
|
|
},
|
|
{
|
|
"source_name": "BVSERC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvserc",
|
|
"dest_type": "text",
|
|
"description": "Service Code"
|
|
},
|
|
{
|
|
"source_name": "BVSUPA",
|
|
"source_type": "CHAR(12)",
|
|
"dest_name": "bvsupa",
|
|
"dest_type": "text",
|
|
"description": "Supplier Abbreviation Code"
|
|
},
|
|
{
|
|
"source_name": "BVTRDP",
|
|
"source_type": "CHAR(12)",
|
|
"dest_name": "bvtrdp",
|
|
"dest_type": "text",
|
|
"description": "EDI Trading Partner"
|
|
},
|
|
{
|
|
"source_name": "BVDUNS",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "bvduns",
|
|
"dest_type": "text",
|
|
"description": "Customer I.D."
|
|
},
|
|
{
|
|
"source_name": "BVSFID",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "bvsfid",
|
|
"dest_type": "text",
|
|
"description": "Ship From I.D."
|
|
},
|
|
{
|
|
"source_name": "BVUSEC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvusec",
|
|
"dest_type": "text",
|
|
"description": "Ship Using Cum"
|
|
},
|
|
{
|
|
"source_name": "BVSHPR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvshpr",
|
|
"dest_type": "text",
|
|
"description": "Ship Using RAN"
|
|
},
|
|
{
|
|
"source_name": "BVASNY",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvasny",
|
|
"dest_type": "text",
|
|
"description": "Create ASN Y/N"
|
|
},
|
|
{
|
|
"source_name": "BVINVY",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvinvy",
|
|
"dest_type": "text",
|
|
"description": "Print Invoice Y/N"
|
|
},
|
|
{
|
|
"source_name": "BVFLG1",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg1",
|
|
"dest_type": "text",
|
|
"description": "Consignment Customer Y/N"
|
|
},
|
|
{
|
|
"source_name": "BVFLG2",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg2",
|
|
"dest_type": "text",
|
|
"description": "Invoice Send Mode"
|
|
},
|
|
{
|
|
"source_name": "BVFLG3",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg3",
|
|
"dest_type": "text",
|
|
"description": "Accept Trans. Price"
|
|
},
|
|
{
|
|
"source_name": "BVFLG4",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg4",
|
|
"dest_type": "text",
|
|
"description": "Scanning Required"
|
|
},
|
|
{
|
|
"source_name": "BVFLG5",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg5",
|
|
"dest_type": "text",
|
|
"description": "Container Transmit Mode"
|
|
},
|
|
{
|
|
"source_name": "BVFLG6",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvflg6",
|
|
"dest_type": "text",
|
|
"description": "ASN Serial Numbers"
|
|
},
|
|
{
|
|
"source_name": "BVSUMR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsumr",
|
|
"dest_type": "text",
|
|
"description": "Summarize Returnable Containers"
|
|
},
|
|
{
|
|
"source_name": "BVPLNT",
|
|
"source_type": "CHAR(17)",
|
|
"dest_name": "bvplnt",
|
|
"dest_type": "text",
|
|
"description": "Plant Code (Default)"
|
|
},
|
|
{
|
|
"source_name": "BVDOCK",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvdock",
|
|
"dest_type": "text",
|
|
"description": "Dock Code (Default)"
|
|
},
|
|
{
|
|
"source_name": "BVLINE",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvline",
|
|
"dest_type": "text",
|
|
"description": "Line Code (Default)"
|
|
},
|
|
{
|
|
"source_name": "BVDROP",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvdrop",
|
|
"dest_type": "text",
|
|
"description": "Drop Code (Default)"
|
|
},
|
|
{
|
|
"source_name": "BVTMOD",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvtmod",
|
|
"dest_type": "text",
|
|
"description": "Transportation Mode"
|
|
},
|
|
{
|
|
"source_name": "BVTTYP",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvttyp",
|
|
"dest_type": "text",
|
|
"description": "Equipment Description"
|
|
},
|
|
{
|
|
"source_name": "BVEQPI",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "bveqpi",
|
|
"dest_type": "text",
|
|
"description": "Equipment Initial"
|
|
},
|
|
{
|
|
"source_name": "BVROUT",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvrout",
|
|
"dest_type": "text",
|
|
"description": "Routing"
|
|
},
|
|
{
|
|
"source_name": "BVPOOL",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvpool",
|
|
"dest_type": "text",
|
|
"description": "Pool Point"
|
|
},
|
|
{
|
|
"source_name": "BVPOLL",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvpoll",
|
|
"dest_type": "text",
|
|
"description": "Pool Location"
|
|
},
|
|
{
|
|
"source_name": "BVJITF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvjitf",
|
|
"dest_type": "text",
|
|
"description": "JIT Delivery Flag"
|
|
},
|
|
{
|
|
"source_name": "BVAPLG",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvaplg",
|
|
"dest_type": "text",
|
|
"description": "Auto Pick List Create"
|
|
},
|
|
{
|
|
"source_name": "BVAVER",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvaver",
|
|
"dest_type": "text",
|
|
"description": "ASN Verification Template"
|
|
},
|
|
{
|
|
"source_name": "BVUVER",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvuver",
|
|
"dest_type": "text",
|
|
"description": "USRDEF Verification Template"
|
|
},
|
|
{
|
|
"source_name": "BVFOBC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfobc",
|
|
"dest_type": "text",
|
|
"description": "FOB Code"
|
|
},
|
|
{
|
|
"source_name": "BVEMAL",
|
|
"source_type": "CHAR(50)",
|
|
"dest_name": "bvemal",
|
|
"dest_type": "text",
|
|
"description": "E-Mail Address"
|
|
},
|
|
{
|
|
"source_name": "BVWEB",
|
|
"source_type": "CHAR(60)",
|
|
"dest_name": "bvweb",
|
|
"dest_type": "text",
|
|
"description": "Web Page Address"
|
|
},
|
|
{
|
|
"source_name": "BVDDIR",
|
|
"source_type": "CHAR(30)",
|
|
"dest_name": "bvddir",
|
|
"dest_type": "text",
|
|
"description": "Document Directory"
|
|
},
|
|
{
|
|
"source_name": "BVFL01",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl01",
|
|
"dest_type": "text",
|
|
"description": "Future Use 01"
|
|
},
|
|
{
|
|
"source_name": "BVADJC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvadjc",
|
|
"dest_type": "text",
|
|
"description": "Adjust Cum Flag"
|
|
},
|
|
{
|
|
"source_name": "BVPPCL",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvppcl",
|
|
"dest_type": "text",
|
|
"description": "Freight Charge Mode"
|
|
},
|
|
{
|
|
"source_name": "BVCDAT",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvcdat",
|
|
"dest_type": "date",
|
|
"description": "Record Creation Date"
|
|
},
|
|
{
|
|
"source_name": "BVIBRQ",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvibrq",
|
|
"dest_type": "text",
|
|
"description": "Inv#/BOL# Reqd for RANS"
|
|
},
|
|
{
|
|
"source_name": "BVORSM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvorsm",
|
|
"dest_type": "text",
|
|
"description": "Order Ack Send Mode"
|
|
},
|
|
{
|
|
"source_name": "BVFL04",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl04",
|
|
"dest_type": "text",
|
|
"description": "Future Use 04"
|
|
},
|
|
{
|
|
"source_name": "BVSTAT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvstat",
|
|
"dest_type": "text",
|
|
"description": "Customer Status"
|
|
},
|
|
{
|
|
"source_name": "BVREAS",
|
|
"source_type": "CHAR(2)",
|
|
"dest_name": "bvreas",
|
|
"dest_type": "text",
|
|
"description": "Inactive Reason Code"
|
|
},
|
|
{
|
|
"source_name": "BVFL05",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl05",
|
|
"dest_type": "text",
|
|
"description": "Future Use 05"
|
|
},
|
|
{
|
|
"source_name": "BVFL06",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl06",
|
|
"dest_type": "text",
|
|
"description": "FUTURE USE 06"
|
|
},
|
|
{
|
|
"source_name": "BVFL07",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl07",
|
|
"dest_type": "text",
|
|
"description": "FUTURE USE 07"
|
|
},
|
|
{
|
|
"source_name": "BVCSERD",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvcserd",
|
|
"dest_type": "text",
|
|
"description": "Custom Serial# Definition"
|
|
},
|
|
{
|
|
"source_name": "BVFL08",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl08",
|
|
"dest_type": "text",
|
|
"description": "Future Use 08"
|
|
},
|
|
{
|
|
"source_name": "BVFL09",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl09",
|
|
"dest_type": "text",
|
|
"description": "EDI Price Warning"
|
|
},
|
|
{
|
|
"source_name": "BVFL10",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfl10",
|
|
"dest_type": "text",
|
|
"description": "Future Use 10"
|
|
},
|
|
{
|
|
"source_name": "BVFL11",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfl11",
|
|
"dest_type": "text",
|
|
"description": "Future Use 11"
|
|
},
|
|
{
|
|
"source_name": "BVFL12",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfl12",
|
|
"dest_type": "text",
|
|
"description": "Future Use 12"
|
|
},
|
|
{
|
|
"source_name": "BVFL13",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvfl13",
|
|
"dest_type": "date",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "BVFL14",
|
|
"source_type": "DATE",
|
|
"dest_name": "bvfl14",
|
|
"dest_type": "date",
|
|
"description": "Future Use"
|
|
},
|
|
{
|
|
"source_name": "BVFL15",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "bvfl15",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Address Number"
|
|
},
|
|
{
|
|
"source_name": "BVFL16",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "bvfl16",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Future Use 16"
|
|
},
|
|
{
|
|
"source_name": "BVFL17",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "bvfl17",
|
|
"dest_type": "text",
|
|
"description": "Future Use 17"
|
|
},
|
|
{
|
|
"source_name": "BVFL18",
|
|
"source_type": "CHAR(20)",
|
|
"dest_name": "bvfl18",
|
|
"dest_type": "text",
|
|
"description": "Multiple Flags"
|
|
},
|
|
{
|
|
"source_name": "BVFL19",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfl19",
|
|
"dest_type": "text",
|
|
"description": "Future Use 19"
|
|
},
|
|
{
|
|
"source_name": "BVFL20",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfl20",
|
|
"dest_type": "text",
|
|
"description": "Skip EDI Inv if No BOL"
|
|
},
|
|
{
|
|
"source_name": "BVVRFKB",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvvrfkb",
|
|
"dest_type": "text",
|
|
"description": "Verify KanBan"
|
|
},
|
|
{
|
|
"source_name": "BVGRPCK",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvgrpck",
|
|
"dest_type": "text",
|
|
"description": "EDI Order as Group Pick"
|
|
},
|
|
{
|
|
"source_name": "BVSWAP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvswap",
|
|
"dest_type": "text",
|
|
"description": "Real Time Shipping Label Swap"
|
|
},
|
|
{
|
|
"source_name": "BVICON",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvicon",
|
|
"dest_type": "text",
|
|
"description": "Allow Consolidate Invoices"
|
|
},
|
|
{
|
|
"source_name": "BVINSP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvinsp",
|
|
"dest_type": "text",
|
|
"description": "Full Detail Inspection"
|
|
},
|
|
{
|
|
"source_name": "BVALS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvals",
|
|
"dest_type": "text",
|
|
"description": "Allow Late Shipment"
|
|
},
|
|
{
|
|
"source_name": "BVFUT2",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut2",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 2"
|
|
},
|
|
{
|
|
"source_name": "BVFUT3",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut3",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 3"
|
|
},
|
|
{
|
|
"source_name": "BVFUT4",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut4",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 4"
|
|
},
|
|
{
|
|
"source_name": "BVFUT5",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut5",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 5"
|
|
},
|
|
{
|
|
"source_name": "BVFUT6",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut6",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 6"
|
|
},
|
|
{
|
|
"source_name": "BVFUT7",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut7",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 7"
|
|
},
|
|
{
|
|
"source_name": "BVFUT8",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut8",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 8"
|
|
},
|
|
{
|
|
"source_name": "BVFUT9",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut9",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 9"
|
|
},
|
|
{
|
|
"source_name": "BVFUT10",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut10",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 10"
|
|
},
|
|
{
|
|
"source_name": "BVFUT11",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut11",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 11"
|
|
},
|
|
{
|
|
"source_name": "BVFUT12",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut12",
|
|
"dest_type": "text",
|
|
"description": "Check Min.Order Quantity"
|
|
},
|
|
{
|
|
"source_name": "BVFUT13",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut13",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 13"
|
|
},
|
|
{
|
|
"source_name": "BVFUT14",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut14",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 14"
|
|
},
|
|
{
|
|
"source_name": "BVFUT15",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut15",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 15"
|
|
},
|
|
{
|
|
"source_name": "BVTMZN",
|
|
"source_type": "CHAR(4)",
|
|
"dest_name": "bvtmzn",
|
|
"dest_type": "text",
|
|
"description": "Time Zone Code"
|
|
},
|
|
{
|
|
"source_name": "BVSLT",
|
|
"source_type": "NUMERIC(15,5)",
|
|
"dest_name": "bvslt",
|
|
"dest_type": "numeric(15,5)",
|
|
"description": "Shipping Lead Time in days/hours"
|
|
},
|
|
{
|
|
"source_name": "BVSLTU",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvsltu",
|
|
"dest_type": "text",
|
|
"description": "Shipping Lead Time Unit"
|
|
},
|
|
{
|
|
"source_name": "BVUPSC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvupsc",
|
|
"dest_type": "text",
|
|
"description": "UPS Consignee Billed Flag"
|
|
},
|
|
{
|
|
"source_name": "BVSEAL",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvseal",
|
|
"dest_type": "text",
|
|
"description": "Seal Required"
|
|
},
|
|
{
|
|
"source_name": "BVSTRQ",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvstrq",
|
|
"dest_type": "text",
|
|
"description": "Ship Time Required"
|
|
},
|
|
{
|
|
"source_name": "BVWTPT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvwtpt",
|
|
"dest_type": "text",
|
|
"description": "Warranty Pay Type"
|
|
},
|
|
{
|
|
"source_name": "BVINCD",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvincd",
|
|
"dest_type": "text",
|
|
"description": "Industry Code"
|
|
},
|
|
{
|
|
"source_name": "BVWCAR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvwcar",
|
|
"dest_type": "text",
|
|
"description": "Consolidate Warranty A/R Credit"
|
|
},
|
|
{
|
|
"source_name": "BVSVPO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsvpo",
|
|
"dest_type": "text",
|
|
"description": "PO Required For Service"
|
|
},
|
|
{
|
|
"source_name": "BVSVCT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsvct",
|
|
"dest_type": "text",
|
|
"description": "Services Tax Group Rate Code"
|
|
},
|
|
{
|
|
"source_name": "BVFSTR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfstr",
|
|
"dest_type": "text",
|
|
"description": "Field Service Territory"
|
|
},
|
|
{
|
|
"source_name": "BVTRVL",
|
|
"source_type": "NUMERIC(5,2)",
|
|
"dest_name": "bvtrvl",
|
|
"dest_type": "numeric(5,2)",
|
|
"description": "Service Travel Hours"
|
|
},
|
|
{
|
|
"source_name": "BVCTIM",
|
|
"source_type": "TIME",
|
|
"dest_name": "bvctim",
|
|
"dest_type": "time",
|
|
"description": "Record Creation Time"
|
|
},
|
|
{
|
|
"source_name": "BVCUSR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvcusr",
|
|
"dest_type": "text",
|
|
"description": "Record Created By User Id"
|
|
},
|
|
{
|
|
"source_name": "BVMTIM",
|
|
"source_type": "TIME",
|
|
"dest_name": "bvmtim",
|
|
"dest_type": "time",
|
|
"description": "Time Last Maintained"
|
|
},
|
|
{
|
|
"source_name": "BVMUSR",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvmusr",
|
|
"dest_type": "text",
|
|
"description": "User Last Maintained"
|
|
},
|
|
{
|
|
"source_name": "BVSEBP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsebp",
|
|
"dest_type": "text",
|
|
"description": "Send Email BOL Posting"
|
|
},
|
|
{
|
|
"source_name": "BVWESS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvwess",
|
|
"dest_type": "text",
|
|
"description": "WARN Excluded Ship.Sch."
|
|
},
|
|
{
|
|
"source_name": "BVFUT16",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut16",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 16"
|
|
},
|
|
{
|
|
"source_name": "BVFUT17",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut17",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 17"
|
|
},
|
|
{
|
|
"source_name": "BVFUT18",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut18",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 18"
|
|
},
|
|
{
|
|
"source_name": "BVFUT19",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut19",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 19"
|
|
},
|
|
{
|
|
"source_name": "BVFUT20",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut20",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 20"
|
|
},
|
|
{
|
|
"source_name": "BVFUT21",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvfut21",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 21"
|
|
},
|
|
{
|
|
"source_name": "BVFUT22",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut22",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 22"
|
|
},
|
|
{
|
|
"source_name": "BVFUT23",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut23",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 23"
|
|
},
|
|
{
|
|
"source_name": "BVFUT24",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvfut24",
|
|
"dest_type": "text",
|
|
"description": "Extra Future Use 24"
|
|
},
|
|
{
|
|
"source_name": "BVFUT25",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut25",
|
|
"dest_type": "text",
|
|
"description": "EXTRA FUTURE USE 25"
|
|
},
|
|
{
|
|
"source_name": "BVFUT26",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut26",
|
|
"dest_type": "text",
|
|
"description": "EXTRA FUTURE USE 26"
|
|
},
|
|
{
|
|
"source_name": "BVFUT27",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvfut27",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "BVFUT28",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut28",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "BVFUT29",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut29",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "BVFUT30",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvfut30",
|
|
"dest_type": "text",
|
|
"description": "Future Field"
|
|
},
|
|
{
|
|
"source_name": "BVHIN",
|
|
"source_type": "CHAR(9)",
|
|
"dest_name": "bvhin",
|
|
"dest_type": "text",
|
|
"description": "Health Industry Number"
|
|
},
|
|
{
|
|
"source_name": "BVDOCKF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvdockf",
|
|
"dest_type": "text",
|
|
"description": "Use Dock Code Flag Default"
|
|
},
|
|
{
|
|
"source_name": "BVORLNF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvorlnf",
|
|
"dest_type": "text",
|
|
"description": "Use Order Release Num. Flag Default"
|
|
},
|
|
{
|
|
"source_name": "BVCLOC",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "bvcloc",
|
|
"dest_type": "text",
|
|
"description": "Customer Consignment Location"
|
|
},
|
|
{
|
|
"source_name": "BVDLRD",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvdlrd",
|
|
"dest_type": "text",
|
|
"description": "Dealer Direct"
|
|
},
|
|
{
|
|
"source_name": "BVSLTT",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsltt",
|
|
"dest_type": "text",
|
|
"description": "Shipping Lead Time'Turnaround"
|
|
},
|
|
{
|
|
"source_name": "BVVSM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvvsm",
|
|
"dest_type": "text",
|
|
"description": "Verify Shipment Mandatory"
|
|
},
|
|
{
|
|
"source_name": "BVMRWM",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvmrwm",
|
|
"dest_type": "text",
|
|
"description": "Master Required With Mixed Load"
|
|
},
|
|
{
|
|
"source_name": "BVEDIPW",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvedipw",
|
|
"dest_type": "text",
|
|
"description": "EDI Price Warning"
|
|
},
|
|
{
|
|
"source_name": "BVSPUF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvspuf",
|
|
"dest_type": "text",
|
|
"description": "Support Per Unit Freight"
|
|
},
|
|
{
|
|
"source_name": "BVSLZN",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvslzn",
|
|
"dest_type": "text",
|
|
"description": "Service Location Zone"
|
|
},
|
|
{
|
|
"source_name": "BVHFEP",
|
|
"source_type": "NUMERIC(5,2)",
|
|
"dest_name": "bvhfep",
|
|
"dest_type": "numeric(5,2)",
|
|
"description": "Handling Fee Percentage"
|
|
},
|
|
{
|
|
"source_name": "BVARGP",
|
|
"source_type": "NUMERIC(3,0)",
|
|
"dest_name": "bvargp",
|
|
"dest_type": "numeric(3,0)",
|
|
"description": "Auto Register Grace Period"
|
|
},
|
|
{
|
|
"source_name": "BVCSPO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvcspo",
|
|
"dest_type": "text",
|
|
"description": "Confirm SCD PO"
|
|
},
|
|
{
|
|
"source_name": "BVSHPD",
|
|
"source_type": "NUMERIC(1,0)",
|
|
"dest_name": "bvshpd",
|
|
"dest_type": "numeric(1,0)",
|
|
"description": "Shipping Day of Week"
|
|
},
|
|
{
|
|
"source_name": "BVSHPT",
|
|
"source_type": "NUMERIC(4,0)",
|
|
"dest_name": "bvshpt",
|
|
"dest_type": "numeric(4,0)",
|
|
"description": "shipping Time"
|
|
},
|
|
{
|
|
"source_name": "BVOOSF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvoosf",
|
|
"dest_type": "text",
|
|
"description": "Open Order Selection"
|
|
},
|
|
{
|
|
"source_name": "BVSCILC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvscilc",
|
|
"dest_type": "text",
|
|
"description": "Srv Chrg Inv Line Consolidate Mode"
|
|
},
|
|
{
|
|
"source_name": "BVSCICI",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvscici",
|
|
"dest_type": "text",
|
|
"description": "Svr Chrg Inv Create Interval"
|
|
},
|
|
{
|
|
"source_name": "BVSCIGD",
|
|
"source_type": "NUMERIC(2,0)",
|
|
"dest_name": "bvscigd",
|
|
"dest_type": "numeric(2,0)",
|
|
"description": "Generation Day"
|
|
},
|
|
{
|
|
"source_name": "BVSCIGD2",
|
|
"source_type": "NUMERIC(2,0)",
|
|
"dest_name": "bvscigd2",
|
|
"dest_type": "numeric(2,0)",
|
|
"description": "Generation Day 2"
|
|
},
|
|
{
|
|
"source_name": "BVARCOL",
|
|
"source_type": "CHAR(5)",
|
|
"dest_name": "bvarcol",
|
|
"dest_type": "text",
|
|
"description": "AR Collector"
|
|
},
|
|
{
|
|
"source_name": "BVDCLS",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvdcls",
|
|
"dest_type": "text",
|
|
"description": "Customer Dumping Class Code"
|
|
},
|
|
{
|
|
"source_name": "BVSCHL",
|
|
"source_type": "CHAR(10)",
|
|
"dest_name": "bvschl",
|
|
"dest_type": "text",
|
|
"description": "Sales Channel"
|
|
},
|
|
{
|
|
"source_name": "BVARSP",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvarsp",
|
|
"dest_type": "text",
|
|
"description": "Auto Register As Activated Or Not"
|
|
},
|
|
{
|
|
"source_name": "BVACBOL",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvacbol",
|
|
"dest_type": "text",
|
|
"description": "Allow Change BOL Quantity"
|
|
},
|
|
{
|
|
"source_name": "BVSOSO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsoso",
|
|
"dest_type": "text",
|
|
"description": "Use Incoming EDI 850 Carrier/Service on Standard O"
|
|
},
|
|
{
|
|
"source_name": "BVRTXR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvrtxr",
|
|
"dest_type": "text",
|
|
"description": "Rebate Tax Rate"
|
|
},
|
|
{
|
|
"source_name": "BVPODCF",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvpodcf",
|
|
"dest_type": "text",
|
|
"description": "Proof of Delivery Default Charge Flag"
|
|
},
|
|
{
|
|
"source_name": "BVADSSC",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvadssc",
|
|
"dest_type": "text",
|
|
"description": "Apply Drop-ship Surcharge"
|
|
},
|
|
{
|
|
"source_name": "BVPODCC",
|
|
"source_type": "CHAR(3)",
|
|
"dest_name": "bvpodcc",
|
|
"dest_type": "text",
|
|
"description": "Proof of Delivery Default Charge Code"
|
|
},
|
|
{
|
|
"source_name": "BVATFE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvatfe",
|
|
"dest_type": "text",
|
|
"description": "ATF-Restricted-Part Exempt"
|
|
},
|
|
{
|
|
"source_name": "BVVIDO",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvvido",
|
|
"dest_type": "text",
|
|
"description": "Valid State FOID On File"
|
|
},
|
|
{
|
|
"source_name": "BVUCFS",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvucfs",
|
|
"dest_type": "text",
|
|
"description": "Use Containers From BOL Serials"
|
|
},
|
|
{
|
|
"source_name": "BVSISR",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsisr",
|
|
"dest_type": "text",
|
|
"description": "Support Inv Shipment Reference"
|
|
},
|
|
{
|
|
"source_name": "BVNBBL",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvnbbl",
|
|
"dest_type": "text",
|
|
"description": "New BOL By Lot#"
|
|
},
|
|
{
|
|
"source_name": "BVSITL",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "bvsitl",
|
|
"dest_type": "text",
|
|
"description": "Shipment In-Transit Location"
|
|
},
|
|
{
|
|
"source_name": "BVSIAL",
|
|
"source_type": "CHAR(6)",
|
|
"dest_name": "bvsial",
|
|
"dest_type": "text",
|
|
"description": "Shipment In-Transit Adj. Loc"
|
|
},
|
|
{
|
|
"source_name": "BVSIOE",
|
|
"source_type": "CHAR(1)",
|
|
"dest_name": "bvsioe",
|
|
"dest_type": "text",
|
|
"description": "Shipment In-Transit Outgoing EDI"
|
|
}
|
|
],
|
|
"watermarks": [],
|
|
"hooks": []
|
|
}
|