Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5790
Table Type: Company
Table Name: Shipping Agent Services
Database Table Name: CRONUS UK Ltd_$Shipping Agent Services$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 Shipping Agent Services can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Shipping Agent Code]
,[Code]
,[Description]
,[Shipping Time]
,[Base Calendar Code]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent]
ON
[Shipping Agent Services].[Shipping Agent Code] = [Shipping Agent].[Code]
Show/hide columns in Shipping Agent Services table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Shipping Agent Code ![]() ![]() | nvarchar(20) | ||||
Key to join to the Shipping Agent table.Show/hide example querySELECT
[Shipping Agent Services].[Shipping Agent Code]
,[Shipping Agent].[Code]
FROM
[CRONUS UK Ltd_$Shipping Agent Services$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent Services]
LEFT JOIN
[CRONUS UK Ltd_$Shipping Agent$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Shipping Agent]
ON
[Shipping Agent Services].[Shipping Agent Code] = [Shipping Agent].[Code] | ||||||
3 | Code ![]() ![]() | nvarchar(20) | ||||
4 | Description ![]() | nvarchar(200) | ||||
5 | Shipping Time ![]() | varchar(32) | ||||
6 | Base Calendar Code ![]() | nvarchar(20) | ||||
7 | $systemId ![]() | uniqueidentifier | ||||
8 | $systemCreatedAt ![]() | datetime | ||||
9 | $systemCreatedBy ![]() | uniqueidentifier | ||||
10 | $systemModifiedAt ![]() | datetime | ||||
11 | $systemModifiedBy ![]() | uniqueidentifier |
Show/hide tables related from Shipping Agent Services table
Show/hide tables related to Shipping Agent Services table
CustomerCustomer Templ_Posted Invt_ Pick LinePosted Invt_ Put-away LinePosted Whse_ Shipment HeaderRegistered Invt_ Movement LineRegistered Whse_ Activity LineSales Cr_Memo HeaderSales HeaderSales Header ArchiveSales LineSales Line ArchiveSales Shipment HeaderService HeaderService LineShip-to AddressTransfer HeaderTransfer LineTransfer Receipt HeaderTransfer Receipt LineTransfer RouteTransfer Shipment HeaderTransfer Shipment LineWarehouse Activity LineWarehouse RequestWarehouse Shipment HeaderWhse_ Worksheet Line