Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/2000000239
Table Type: System
Table Name: Tenant Application Storage
Database Table Name: Tenant Application Storage
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 Tenant Application Storage can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Tenant Application Storage]
Show/hide an example select of all columns by name
SELECT
[ID]
,[Target Release]
,[Package ID]
,[Name]
,[Publisher]
,[Version]
,[ApplicationVersion]
,[Dependencies]
,[Sync Mode]
,[Blob]
,[Package Hash]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Tenant Application Storage]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[Tenant Application Storage] AS [Tenant Application Storage]
LEFT JOIN
[CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item]
ON
[Tenant Application Storage].[Version] = [Guided Experience Item].[Version]
LEFT JOIN
[User] AS [User]
ON
[Tenant Application Storage].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Tenant Application Storage].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Tenant Application Storage table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | ID | ID | Normal | GUID | 16 | ID | uniqueidentifier |
2 | Target Release | Target Release | Normal | Text | 43 | Target Release | nvarchar(86) |
3 | Package ID | Package ID | Normal | GUID | 16 | Package ID | uniqueidentifier |
4 | Name | Name | Normal | Text | 250 | Name | nvarchar(500) |
5 | Publisher | Publisher | Normal | Text | 250 | Publisher | nvarchar(500) |
6 | Version | Version | Normal | Text | 43 | Version | nvarchar(86) |
Key to join to the Guided Experience Item table.Show/hide example querySELECT [Tenant Application Storage].[Version] ,[Guided Experience Item].[Version] FROM [Tenant Application Storage] AS [Tenant Application Storage] LEFT JOIN [CRONUS UK Ltd_$Guided Experience Item$63ca2fa4-4f03-4f2b-a480-172fef340d3f] AS [Guided Experience Item] ON [Tenant Application Storage].[Version] = [Guided Experience Item].[Version] | |||||||
7 | ApplicationVersion | Application Version | Normal | Text | 43 | ApplicationVersion | nvarchar(86) |
8 | Dependencies | Dependencies | Normal | BLOB | 8 | Dependencies | image |
9 | Sync Mode | Sync Mode | Normal | Option | 4 | Sync Mode | int |
Available options are:
| |||||||
10 | Installed | Installed | FlowField | Boolean | 4 | ||
11 | Blob | Blob | Normal | BLOB | 8 | Blob | image |
13 | Package Hash | Package Hash | Normal | Text | 64 | Package Hash | nvarchar(128) |
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 [Tenant Application Storage].[$systemCreatedBy] ,[User].[User Security ID] FROM [Tenant Application Storage] AS [Tenant Application Storage] LEFT JOIN [User] AS [User] ON [Tenant Application Storage].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |