Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5805
Table Type: Company
Table Name: Item Charge Assignment (Purch)
Database Table Name: CRONUS UK Ltd_$Item Charge Assignment (Purch)$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 Item Charge Assignment (Purch) can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Document Type]
,[Document No_]
,[Document Line No_]
,[Line No_]
,[Item Charge No_]
,[Item No_]
,[Description]
,[Qty_ to Assign]
,[Qty_ Assigned]
,[Unit Cost]
,[Amount to Assign]
,[Applies-to Doc_ Type]
,[Applies-to Doc_ No_]
,[Applies-to Doc_ Line No_]
,[Applies-to Doc_ Line Amount]
,[Qty_ to Handle]
,[Amount to Handle]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge Assignment (Purch)]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
ON
[Item Charge Assignment (Purch)].[Document Type] = [Sales Header Archive].[Document Type]
AND
[Item Charge Assignment (Purch)].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
[CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
ON
[Item Charge Assignment (Purch)].[Document Type] = [Sales Header].[Document Type]
AND
[Item Charge Assignment (Purch)].[Document No_] = [Sales Header].[No_]
LEFT JOIN
[User] AS [User]
ON
[Item Charge Assignment (Purch)].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Item Charge Assignment (Purch)].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Item Charge Assignment (Purch) table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Document Type | Document Type | Normal | Option | 4 | Document Type | int |
Available options are:
| |||||||
2 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
3 | Document Line No. | Document Line No. | Normal | Integer | 4 | Document Line No_ | int |
4 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
5 | Item Charge No. | Item Charge No. | Normal | Code | 20 | Item Charge No_ | nvarchar(40) |
Key to join to the Item Charge table.Show/hide example querySELECT [Item Charge Assignment (Purch)].[Item Charge No_] ,[Item Charge].[No_] FROM [CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge Assignment (Purch)] LEFT JOIN [CRONUS UK Ltd_$Item Charge$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge] ON [Item Charge Assignment (Purch)].[Item Charge No_] = [Item Charge].[No_] | |||||||
6 | Item No. | Item No. | Normal | Code | 20 | Item No_ | nvarchar(40) |
Key to join to the Item table.Show/hide example querySELECT [Item Charge Assignment (Purch)].[Item No_] ,[Item].[No_] FROM [CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge Assignment (Purch)] LEFT JOIN [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item] ON [Item Charge Assignment (Purch)].[Item No_] = [Item].[No_] | |||||||
7 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
8 | Qty. to Assign | Qty. to Assign | Normal | Decimal | 12 | Qty_ to Assign | decimal(38,38) |
9 | Qty. Assigned | Qty. Assigned | Normal | Decimal | 12 | Qty_ Assigned | decimal(38,38) |
10 | Unit Cost | Unit Cost | Normal | Decimal | 12 | Unit Cost | decimal(38,38) |
11 | Amount to Assign | Amount to Assign | Normal | Decimal | 12 | Amount to Assign | decimal(38,38) |
12 | Applies-to Doc. Type | Applies-to Doc. Type | Normal | Option | 4 | Applies-to Doc_ Type | int |
Available options are:
| |||||||
13 | Applies-to Doc. No. | Applies-to Doc. No. | Normal | Code | 20 | Applies-to Doc_ No_ | nvarchar(40) |
14 | Applies-to Doc. Line No. | Applies-to Doc. Line No. | Normal | Integer | 4 | Applies-to Doc_ Line No_ | int |
15 | Applies-to Doc. Line Amount | Applies-to Doc. Line Amount | Normal | Decimal | 12 | Applies-to Doc_ Line Amount | decimal(38,38) |
16 | Qty. to Handle | Qty. to Handle | Normal | Decimal | 12 | Qty_ to Handle | decimal(38,38) |
17 | Amount to Handle | Amount to Handle | Normal | Decimal | 12 | Amount to Handle | decimal(38,38) |
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 [Item Charge Assignment (Purch)].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Item Charge Assignment (Purch)$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Charge Assignment (Purch)] LEFT JOIN [User] AS [User] ON [Item Charge Assignment (Purch)].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |