Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/124
Table Type: Company
Table Name: Purch. Cr. Memo Hdr.
Database Table Name: CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Purch. Cr. Memo Hdr. can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Buy-from Vendor No_]
,[No_]
,[Pay-to Vendor No_]
,[Pay-to Name]
,[Pay-to Name 2]
,[Pay-to Address]
,[Pay-to Address 2]
,[Pay-to City]
,[Pay-to Contact]
,[Your Reference]
,[Ship-to Code]
,[Ship-to Name]
,[Ship-to Name 2]
,[Ship-to Address]
,[Ship-to Address 2]
,[Ship-to City]
,[Ship-to Contact]
,[Posting Date]
,[Expected Receipt Date]
,[Posting Description]
,[Payment Terms Code]
,[Due Date]
,[Payment Discount _]
,[Pmt_ Discount Date]
,[Shipment Method Code]
,[Location Code]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Vendor Posting Group]
,[Currency Code]
,[Currency Factor]
,[Prices Including VAT]
,[Invoice Disc_ Code]
,[Language Code]
,[Format Region]
,[Purchaser Code]
,[No_ Printed]
,[On Hold]
,[Applies-to Doc_ Type]
,[Applies-to Doc_ No_]
,[Bal_ Account No_]
,[Vendor Cr_ Memo No_]
,[VAT Registration No_]
,[Sell-to Customer No_]
,[Reason Code]
,[Gen_ Bus_ Posting Group]
,[Transaction Type]
,[Transport Method]
,[VAT Country_Region Code]
,[Buy-from Vendor Name]
,[Buy-from Vendor Name 2]
,[Buy-from Address]
,[Buy-from Address 2]
,[Buy-from City]
,[Buy-from Contact]
,[Pay-to Post Code]
,[Pay-to County]
,[Pay-to Country_Region Code]
,[Buy-from Post Code]
,[Buy-from County]
,[Buy-from Country_Region Code]
,[Ship-to Post Code]
,[Ship-to County]
,[Ship-to Country_Region Code]
,[Bal_ Account Type]
,[Order Address Code]
,[Entry Point]
,[Correction]
,[Document Date]
,[Area]
,[Transaction Specification]
,[Payment Method Code]
,[Pre-Assigned No_ Series]
,[No_ Series]
,[Pre-Assigned No_]
,[User ID]
,[Source Code]
,[Tax Area Code]
,[Tax Liable]
,[VAT Bus_ Posting Group]
,[VAT Base Discount _]
,[Prepmt_ Cr_ Memo No_ Series]
,[Prepayment Credit Memo]
,[Prepayment Order No_]
,[VAT Reporting Date]
,[Dimension Set ID]
,[Vendor Ledger Entry No_]
,[Campaign No_]
,[Buy-from Contact No_]
,[Pay-to Contact No_]
,[Responsibility Center]
,[Return Order No_]
,[Return Order No_ Series]
,[Price Calculation Method]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.]
LEFT JOIN
[CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor]
ON
[Purch. Cr. Memo Hdr.].[Pay-to Name] = [Vendor].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Pay-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address]
ON
[Purch. Cr. Memo Hdr.].[Ship-to Code] = [Ship-to Address].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Ship-to City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms]
ON
[Purch. Cr. Memo Hdr.].[Payment Terms Code] = [Payment Terms].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method]
ON
[Purch. Cr. Memo Hdr.].[Shipment Method Code] = [Shipment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location]
ON
[Purch. Cr. Memo Hdr.].[Location Code] = [Location].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Purch. Cr. Memo Hdr.].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Purch. Cr. Memo Hdr.].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Vendor Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor Posting Group]
ON
[Purch. Cr. Memo Hdr.].[Vendor Posting Group] = [Vendor Posting Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
ON
[Purch. Cr. Memo Hdr.].[Currency Code] = [Currency].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language]
ON
[Purch. Cr. Memo Hdr.].[Language Code] = [Language].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser]
ON
[Purch. Cr. Memo Hdr.].[Purchaser Code] = [Salesperson/Purchaser].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
ON
[Purch. Cr. Memo Hdr.].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type]
ON
[Purch. Cr. Memo Hdr.].[Transaction Type] = [Transaction Type].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method]
ON
[Purch. Cr. Memo Hdr.].[Transport Method] = [Transport Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor]
ON
[Purch. Cr. Memo Hdr.].[Buy-from Vendor Name] = [Vendor].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Buy-from City] = [Post Code].[City]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Pay-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Buy-from Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code]
ON
[Purch. Cr. Memo Hdr.].[Ship-to Post Code] = [Post Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Entry_Exit Point$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Entry/Exit Point]
ON
[Purch. Cr. Memo Hdr.].[Entry Point] = [Entry/Exit Point].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area]
ON
[Purch. Cr. Memo Hdr.].[Area] = [Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification]
ON
[Purch. Cr. Memo Hdr.].[Transaction Specification] = [Transaction Specification].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
ON
[Purch. Cr. Memo Hdr.].[Payment Method Code] = [Payment Method].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
ON
[Purch. Cr. Memo Hdr.].[Source Code] = [Source Code].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area]
ON
[Purch. Cr. Memo Hdr.].[Tax Area Code] = [Tax Area].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Purch. Cr. Memo Hdr.].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center]
ON
[Purch. Cr. Memo Hdr.].[Responsibility Center] = [Responsibility Center].[Code]
LEFT JOIN
[User] AS [User]
ON
[Purch. Cr. Memo Hdr.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Purch. Cr. Memo Hdr.].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Purch. Cr. Memo Hdr. table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
2 | Buy-from Vendor No. | Buy-from Vendor No. | Normal | Code | 20 | Buy-from Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Buy-from Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Purch. Cr. Memo Hdr.].[Buy-from Vendor No_] = [Vendor].[No_] | |||||||
3 | No. | No. | Normal | Code | 20 | No_ | nvarchar(40) |
4 | Pay-to Vendor No. | Vendor No. | Normal | Code | 20 | Pay-to Vendor No_ | nvarchar(40) |
Key to join to the Vendor table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pay-to Vendor No_] ,[Vendor].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Purch. Cr. Memo Hdr.].[Pay-to Vendor No_] = [Vendor].[No_] | |||||||
5 | Pay-to Name | Name | Normal | Text | 100 | Pay-to Name | nvarchar(200) |
Key to join to the Vendor table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pay-to Name] ,[Vendor].[Name] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Purch. Cr. Memo Hdr.].[Pay-to Name] = [Vendor].[Name] | |||||||
6 | Pay-to Name 2 | Name 2 | Normal | Text | 50 | Pay-to Name 2 | nvarchar(100) |
7 | Pay-to Address | Address | Normal | Text | 100 | Pay-to Address | nvarchar(200) |
8 | Pay-to Address 2 | Address 2 | Normal | Text | 50 | Pay-to Address 2 | nvarchar(100) |
9 | Pay-to City | City | Normal | Text | 30 | Pay-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pay-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Pay-to City] = [Post Code].[City] | |||||||
10 | Pay-to Contact | Contact | Normal | Text | 100 | Pay-to Contact | nvarchar(200) |
11 | Your Reference | Your Reference | Normal | Text | 35 | Your Reference | nvarchar(70) |
12 | Ship-to Code | Ship-to Code | Normal | Code | 10 | Ship-to Code | nvarchar(20) |
Key to join to the Ship-to Address table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Ship-to Code] ,[Ship-to Address].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Ship-to Address$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Ship-to Address] ON [Purch. Cr. Memo Hdr.].[Ship-to Code] = [Ship-to Address].[Code] | |||||||
13 | Ship-to Name | Ship-to Name | Normal | Text | 100 | Ship-to Name | nvarchar(200) |
14 | Ship-to Name 2 | Ship-to Name 2 | Normal | Text | 50 | Ship-to Name 2 | nvarchar(100) |
15 | Ship-to Address | Ship-to Address | Normal | Text | 100 | Ship-to Address | nvarchar(200) |
16 | Ship-to Address 2 | Ship-to Address 2 | Normal | Text | 50 | Ship-to Address 2 | nvarchar(100) |
17 | Ship-to City | Ship-to City | Normal | Text | 30 | Ship-to City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Ship-to City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Ship-to City] = [Post Code].[City] | |||||||
18 | Ship-to Contact | Ship-to Contact | Normal | Text | 100 | Ship-to Contact | nvarchar(200) |
20 | Posting Date | Posting Date | Normal | Date | 4 | Posting Date | datetime |
21 | Expected Receipt Date | Expected Receipt Date | Normal | Date | 4 | Expected Receipt Date | datetime |
22 | Posting Description | Posting Description | Normal | Text | 100 | Posting Description | nvarchar(200) |
23 | Payment Terms Code | Payment Terms Code | Normal | Code | 10 | Payment Terms Code | nvarchar(20) |
Key to join to the Payment Terms table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Payment Terms Code] ,[Payment Terms].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Payment Terms$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Terms] ON [Purch. Cr. Memo Hdr.].[Payment Terms Code] = [Payment Terms].[Code] | |||||||
24 | Due Date | Due Date | Normal | Date | 4 | Due Date | datetime |
25 | Payment Discount % | Payment Discount % | Normal | Decimal | 12 | Payment Discount _ | decimal(38,38) |
26 | Pmt. Discount Date | Pmt. Discount Date | Normal | Date | 4 | Pmt_ Discount Date | datetime |
27 | Shipment Method Code | Shipment Method Code | Normal | Code | 10 | Shipment Method Code | nvarchar(20) |
Key to join to the Shipment Method table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Shipment Method Code] ,[Shipment Method].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Shipment Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipment Method] ON [Purch. Cr. Memo Hdr.].[Shipment Method Code] = [Shipment Method].[Code] | |||||||
28 | Location Code | Location Code | Normal | Code | 10 | Location Code | nvarchar(20) |
Key to join to the Location table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Location Code] ,[Location].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Location$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Location] ON [Purch. Cr. Memo Hdr.].[Location Code] = [Location].[Code] | |||||||
29 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Purch. Cr. Memo Hdr.].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
30 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Purch. Cr. Memo Hdr.].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
31 | Vendor Posting Group | Vendor Posting Group | Normal | Code | 20 | Vendor Posting Group | nvarchar(40) |
Key to join to the Vendor Posting Group table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Vendor Posting Group] ,[Vendor Posting Group].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor Posting Group] ON [Purch. Cr. Memo Hdr.].[Vendor Posting Group] = [Vendor Posting Group].[Code] | |||||||
32 | Currency Code | Currency Code | Normal | Code | 10 | Currency Code | nvarchar(20) |
Key to join to the Currency table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Currency Code] ,[Currency].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency] ON [Purch. Cr. Memo Hdr.].[Currency Code] = [Currency].[Code] | |||||||
33 | Currency Factor | Currency Factor | Normal | Decimal | 12 | Currency Factor | decimal(38,38) |
35 | Prices Including VAT | Prices Including Tax | Normal | Boolean | 4 | Prices Including VAT | tinyint |
37 | Invoice Disc. Code | Invoice Disc. Code | Normal | Code | 20 | Invoice Disc_ Code | nvarchar(40) |
41 | Language Code | Language Code | Normal | Code | 10 | Language Code | nvarchar(20) |
Key to join to the Language table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Language Code] ,[Language].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Language$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Language] ON [Purch. Cr. Memo Hdr.].[Language Code] = [Language].[Code] | |||||||
42 | Format Region | Format Region | Normal | Text | 80 | Format Region | nvarchar(160) |
43 | Purchaser Code | Purchaser Code | Normal | Code | 20 | Purchaser Code | nvarchar(40) |
Key to join to the Salesperson/Purchaser table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Purchaser Code] ,[Salesperson/Purchaser].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Salesperson_Purchaser$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Salesperson/Purchaser] ON [Purch. Cr. Memo Hdr.].[Purchaser Code] = [Salesperson/Purchaser].[Code] | |||||||
46 | Comment | Comment | FlowField | Boolean | 4 | ||
47 | No. Printed | No. Printed | Normal | Integer | 4 | No_ Printed | int |
51 | On Hold | On Hold | Normal | Code | 3 | On Hold | nvarchar(6) |
52 | Applies-to Doc. Type | Applies-to Doc. Type | Normal | Option | 4 | Applies-to Doc_ Type | int |
Available options are:
| |||||||
53 | Applies-to Doc. No. | Applies-to Doc. No. | Normal | Code | 20 | Applies-to Doc_ No_ | nvarchar(40) |
55 | Bal. Account No. | Bal. Account No. | Normal | Code | 20 | Bal_ Account No_ | nvarchar(40) |
60 | Amount | Amount | FlowField | Decimal | 12 | ||
61 | Amount Including VAT | Amount Including Tax | FlowField | Decimal | 12 | ||
69 | Vendor Cr. Memo No. | Vendor Cr. Memo No. | Normal | Code | 35 | Vendor Cr_ Memo No_ | nvarchar(70) |
70 | VAT Registration No. | Tax Registration No. | Normal | Text | 20 | VAT Registration No_ | nvarchar(40) |
72 | Sell-to Customer No. | Sell-to Customer No. | Normal | Code | 20 | Sell-to Customer No_ | nvarchar(40) |
Key to join to the Customer table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Sell-to Customer No_] ,[Customer].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Customer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Customer] ON [Purch. Cr. Memo Hdr.].[Sell-to Customer No_] = [Customer].[No_] | |||||||
73 | Reason Code | Reason Code | Normal | Code | 10 | Reason Code | nvarchar(20) |
Key to join to the Reason Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Reason Code] ,[Reason Code].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code] ON [Purch. Cr. Memo Hdr.].[Reason Code] = [Reason Code].[Code] | |||||||
74 | Gen. Bus. Posting Group | Gen. Bus. Posting Group | Normal | Code | 20 | Gen_ Bus_ Posting Group | nvarchar(40) |
Key to join to the Gen. Business Posting Group table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Gen_ Bus_ Posting Group] ,[Gen. Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Gen_ Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Business Posting Group] ON [Purch. Cr. Memo Hdr.].[Gen_ Bus_ Posting Group] = [Gen. Business Posting Group].[Code] | |||||||
76 | Transaction Type | Transaction Type | Normal | Code | 10 | Transaction Type | nvarchar(20) |
Key to join to the Transaction Type table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Transaction Type] ,[Transaction Type].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Transaction Type$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Type] ON [Purch. Cr. Memo Hdr.].[Transaction Type] = [Transaction Type].[Code] | |||||||
77 | Transport Method | Transport Method | Normal | Code | 10 | Transport Method | nvarchar(20) |
Key to join to the Transport Method table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Transport Method] ,[Transport Method].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Transport Method$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transport Method] ON [Purch. Cr. Memo Hdr.].[Transport Method] = [Transport Method].[Code] | |||||||
78 | VAT Country/Region Code | Tax Country/Region Code | Normal | Code | 10 | VAT Country_Region Code | nvarchar(20) |
79 | Buy-from Vendor Name | Buy-from Vendor Name | Normal | Text | 100 | Buy-from Vendor Name | nvarchar(200) |
Key to join to the Vendor table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Buy-from Vendor Name] ,[Vendor].[Name] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor] ON [Purch. Cr. Memo Hdr.].[Buy-from Vendor Name] = [Vendor].[Name] | |||||||
80 | Buy-from Vendor Name 2 | Buy-from Vendor Name 2 | Normal | Text | 50 | Buy-from Vendor Name 2 | nvarchar(100) |
81 | Buy-from Address | Buy-from Address | Normal | Text | 100 | Buy-from Address | nvarchar(200) |
82 | Buy-from Address 2 | Buy-from Address 2 | Normal | Text | 50 | Buy-from Address 2 | nvarchar(100) |
83 | Buy-from City | Buy-from City | Normal | Text | 30 | Buy-from City | nvarchar(60) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Buy-from City] ,[Post Code].[City] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Buy-from City] = [Post Code].[City] | |||||||
84 | Buy-from Contact | Buy-from Contact | Normal | Text | 100 | Buy-from Contact | nvarchar(200) |
85 | Pay-to Post Code | ZIP Code | Normal | Code | 20 | Pay-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pay-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Pay-to Post Code] = [Post Code].[Code] | |||||||
86 | Pay-to County | State | Normal | Text | 30 | Pay-to County | nvarchar(60) |
87 | Pay-to Country/Region Code | Country/Region Code | Normal | Code | 10 | Pay-to Country_Region Code | nvarchar(20) |
88 | Buy-from Post Code | Buy-from ZIP Code | Normal | Code | 20 | Buy-from Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Buy-from Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Buy-from Post Code] = [Post Code].[Code] | |||||||
89 | Buy-from County | Buy-from State | Normal | Text | 30 | Buy-from County | nvarchar(60) |
90 | Buy-from Country/Region Code | Buy-from Country/Region Code | Normal | Code | 10 | Buy-from Country_Region Code | nvarchar(20) |
91 | Ship-to Post Code | Ship-to ZIP Code | Normal | Code | 20 | Ship-to Post Code | nvarchar(40) |
Key to join to the Post Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Ship-to Post Code] ,[Post Code].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Post Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Post Code] ON [Purch. Cr. Memo Hdr.].[Ship-to Post Code] = [Post Code].[Code] | |||||||
92 | Ship-to County | Ship-to State | Normal | Text | 30 | Ship-to County | nvarchar(60) |
93 | Ship-to Country/Region Code | Ship-to Country/Region Code | Normal | Code | 10 | Ship-to Country_Region Code | nvarchar(20) |
94 | Bal. Account Type | Bal. Account Type | Normal | Option | 4 | Bal_ Account Type | int |
Available options are:
| |||||||
95 | Order Address Code | Order Address Code | Normal | Code | 10 | Order Address Code | nvarchar(20) |
97 | Entry Point | Entry Point | Normal | Code | 10 | Entry Point | nvarchar(20) |
Key to join to the Entry/Exit Point table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Entry Point] ,[Entry/Exit Point].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Entry_Exit Point$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Entry/Exit Point] ON [Purch. Cr. Memo Hdr.].[Entry Point] = [Entry/Exit Point].[Code] | |||||||
98 | Correction | Correction | Normal | Boolean | 4 | Correction | tinyint |
99 | Document Date | Document Date | Normal | Date | 4 | Document Date | datetime |
101 | Area | Area | Normal | Code | 10 | Area | nvarchar(20) |
Key to join to the Area table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Area] ,[Area].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Area] ON [Purch. Cr. Memo Hdr.].[Area] = [Area].[Code] | |||||||
102 | Transaction Specification | Transaction Specification | Normal | Code | 10 | Transaction Specification | nvarchar(20) |
Key to join to the Transaction Specification table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Transaction Specification] ,[Transaction Specification].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Transaction Specification$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transaction Specification] ON [Purch. Cr. Memo Hdr.].[Transaction Specification] = [Transaction Specification].[Code] | |||||||
104 | Payment Method Code | Payment Method Code | Normal | Code | 10 | Payment Method Code | nvarchar(20) |
Key to join to the Payment Method table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Payment Method Code] ,[Payment Method].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method] ON [Purch. Cr. Memo Hdr.].[Payment Method Code] = [Payment Method].[Code] | |||||||
107 | Pre-Assigned No. Series | Pre-Assigned No. Series | Normal | Code | 20 | Pre-Assigned No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pre-Assigned No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Purch. Cr. Memo Hdr.].[Pre-Assigned No_ Series] = [No. Series].[Code] | |||||||
108 | No. Series | No. Series | Normal | Code | 20 | No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Purch. Cr. Memo Hdr.].[No_ Series] = [No. Series].[Code] | |||||||
111 | Pre-Assigned No. | Pre-Assigned No. | Normal | Code | 20 | Pre-Assigned No_ | nvarchar(40) |
112 | User ID | User ID | Normal | Code | 50 | User ID | nvarchar(100) |
113 | Source Code | Source Code | Normal | Code | 10 | Source Code | nvarchar(20) |
Key to join to the Source Code table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Source Code] ,[Source Code].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code] ON [Purch. Cr. Memo Hdr.].[Source Code] = [Source Code].[Code] | |||||||
114 | Tax Area Code | Tax Area Code | Normal | Code | 20 | Tax Area Code | nvarchar(40) |
Key to join to the Tax Area table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Tax Area Code] ,[Tax Area].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Tax Area$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Tax Area] ON [Purch. Cr. Memo Hdr.].[Tax Area Code] = [Tax Area].[Code] | |||||||
115 | Tax Liable | Tax Liable | Normal | Boolean | 4 | Tax Liable | tinyint |
116 | VAT Bus. Posting Group | VAT Bus. Posting Group | Normal | Code | 20 | VAT Bus_ Posting Group | nvarchar(40) |
Key to join to the VAT Business Posting Group table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[VAT Bus_ Posting Group] ,[VAT Business Posting Group].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$VAT Business Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Business Posting Group] ON [Purch. Cr. Memo Hdr.].[VAT Bus_ Posting Group] = [VAT Business Posting Group].[Code] | |||||||
119 | VAT Base Discount % | VAT Base Discount % | Normal | Decimal | 12 | VAT Base Discount _ | decimal(38,38) |
138 | Prepmt. Cr. Memo No. Series | Prepmt. Cr. Memo No. Series | Normal | Code | 20 | Prepmt_ Cr_ Memo No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Prepmt_ Cr_ Memo No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Purch. Cr. Memo Hdr.].[Prepmt_ Cr_ Memo No_ Series] = [No. Series].[Code] | |||||||
140 | Prepayment Credit Memo | Prepayment Credit Memo | Normal | Boolean | 4 | Prepayment Credit Memo | tinyint |
141 | Prepayment Order No. | Prepayment Order No. | Normal | Code | 20 | Prepayment Order No_ | nvarchar(40) |
179 | VAT Reporting Date | Tax Date | Normal | Date | 4 | VAT Reporting Date | datetime |
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Purch. Cr. Memo Hdr.].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID] | |||||||
1302 | Paid | Paid | FlowField | Boolean | 4 | ||
1303 | Remaining Amount | Remaining Amount | FlowField | Decimal | 12 | ||
1304 | Vendor Ledger Entry No. | Vendor Ledger Entry No. | Normal | Integer | 4 | Vendor Ledger Entry No_ | int |
Key to join to the Vendor Ledger Entry table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Vendor Ledger Entry No_] ,[Vendor Ledger Entry].[Entry No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Vendor Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor Ledger Entry] ON [Purch. Cr. Memo Hdr.].[Vendor Ledger Entry No_] = [Vendor Ledger Entry].[Entry No_] | |||||||
1305 | Invoice Discount Amount | Invoice Discount Amount | FlowField | Decimal | 12 | ||
1310 | Cancelled | Canceled | FlowField | Boolean | 4 | ||
1311 | Corrective | Corrective | FlowField | Boolean | 4 | ||
5050 | Campaign No. | Campaign No. | Normal | Code | 20 | Campaign No_ | nvarchar(40) |
Key to join to the Campaign table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Campaign No_] ,[Campaign].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Campaign$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Campaign] ON [Purch. Cr. Memo Hdr.].[Campaign No_] = [Campaign].[No_] | |||||||
5052 | Buy-from Contact No. | Buy-from Contact No. | Normal | Code | 20 | Buy-from Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Buy-from Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Purch. Cr. Memo Hdr.].[Buy-from Contact No_] = [Contact].[No_] | |||||||
5053 | Pay-to Contact No. | Contact No. | Normal | Code | 20 | Pay-to Contact No_ | nvarchar(40) |
Key to join to the Contact table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Pay-to Contact No_] ,[Contact].[No_] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Contact$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Contact] ON [Purch. Cr. Memo Hdr.].[Pay-to Contact No_] = [Contact].[No_] | |||||||
5700 | Responsibility Center | Responsibility Center | Normal | Code | 10 | Responsibility Center | nvarchar(20) |
Key to join to the Responsibility Center table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Responsibility Center] ,[Responsibility Center].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$Responsibility Center$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Responsibility Center] ON [Purch. Cr. Memo Hdr.].[Responsibility Center] = [Responsibility Center].[Code] | |||||||
6601 | Return Order No. | Return Order No. | Normal | Code | 20 | Return Order No_ | nvarchar(40) |
6602 | Return Order No. Series | Return Order No. Series | Normal | Code | 20 | Return Order No_ Series | nvarchar(40) |
Key to join to the No. Series table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[Return Order No_ Series] ,[No. Series].[Code] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series] ON [Purch. Cr. Memo Hdr.].[Return Order No_ Series] = [No. Series].[Code] | |||||||
7000 | Price Calculation Method | Price Calculation Method | Normal | Option | 4 | Price Calculation Method | int |
Available options are:
| |||||||
8001 | Draft Cr. Memo SystemId | Draft Cr. Memo System Id | Normal | GUID | 16 | ||
10005 | Ship-to UPS Zone | Ship-to UPS Zone | Normal | Code | 2 | ||
10015 | Tax Exemption No. | Tax Exemption No. | Normal | Text | 30 | ||
10017 | Provincial Tax Area Code | Provincial Tax Area Code | Normal | Code | 20 | ||
10018 | STE Transaction ID | STE Transaction ID | Normal | Text | 20 | ||
10020 | IRS 1099 Code | IRS 1099 Code | Normal | Code | 10 | ||
10042 | Fiscal Invoice Number PAC | Fiscal Invoice Number PAC | Normal | Text | 50 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Purch. Cr. Memo Hdr.].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Purch_ Cr_ Memo Hdr_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Purch. Cr. Memo Hdr.] LEFT JOIN [User] AS [User] ON [Purch. Cr. Memo Hdr.].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |