Bank Pmt. Appl. Settings

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1253

Table Type: Company

Table Name: Bank Pmt. Appl. Settings
Database Table Name: CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 1253

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 Bank Pmt. Appl. Settings can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [PrimaryKey]
   ,[Vendor Ledger Entries Matching]
   ,[Cust_ Ledger Entries Matching]
   ,[Bank Ledger Entries Matching]
   ,[RelatedParty Name Matching]
   ,[Bank Ledg Closing Doc No Match]
   ,[Apply Man_ Disable Suggestions]
   ,[Enable Apply Immediatelly]
   ,[Empl_ Ledger Entries Matching]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Settings]
LEFT JOIN
   [User] AS [User]
      ON
         [Bank Pmt. Appl. Settings].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Bank Pmt. Appl. Settings].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Bank Pmt. Appl. Settings table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1PrimaryKey Primary Key SearchPrimaryKeyNormalCode20PrimaryKeynvarchar(40)
3Vendor Ledger Entries Matching SearchVendor Ledger Entries MatchingNormalBoolean4Vendor Ledger Entries Matchingtinyint
4Cust. Ledger Entries Matching SearchCust. Ledger Entries MatchingNormalBoolean4Cust_ Ledger Entries Matchingtinyint
5Bank Ledger Entries Matching SearchBank Ledger Entries MatchingNormalBoolean4Bank Ledger Entries Matchingtinyint
6RelatedParty Name Matching SearchRelatedParty Name MatchingNormalOption4RelatedParty Name Matchingint
Available options are:
  • “String Nearness”
  • “Exact Match with Permutations”
  • “Disabled”
7Bank Ledg Closing Doc No Match SearchBank Ledg Closing Doc No MatchNormalBoolean4Bank Ledg Closing Doc No Matchtinyint
8Apply Man. Disable Suggestions SearchApply Man. Disable SuggestionsNormalBoolean4Apply Man_ Disable Suggestionstinyint
9Enable Apply Immediatelly SearchEnable Apply ImmediatellyNormalBoolean4Enable Apply Immediatellytinyint
10Empl. Ledger Entries Matching SearchEmpl. Ledger Entries MatchingNormalBoolean4Empl_ Ledger Entries Matchingtinyint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Bank Pmt. Appl. Settings].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Bank Pmt. Appl. Settings].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Bank Pmt. Appl. Settings].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Bank Pmt_ Appl_ Settings$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Settings]
LEFT JOIN
       [User] AS [User]
              ON
                     [Bank Pmt. Appl. Settings].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *