Bank Pmt. Appl. Rule

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

Table Type: Company

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

Table Number: 1252

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. Rule can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Match Confidence]
   ,[Priority]
   ,[Related Party Matched]
   ,[Doc_ No__Ext_ Doc_ No_ Matched]
   ,[Amount Incl_ Tolerance Matched]
   ,[Direct Debit Collect_ Matched]
   ,[Score]
   ,[Review Required]
   ,[Apply Immediatelly]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Bank Pmt_ Appl_ Rule$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_ Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Rule]
LEFT JOIN
   [User] AS [User]
      ON
         [Bank Pmt. Appl. Rule].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Bank Pmt. Appl. Rule].[SystemModifiedBy] = [User].[User Security ID]

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

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Match Confidence Primary Key SearchMatch ConfidenceNormalOption4Match Confidenceint
Available options are:
  • “None”
  • “Low”
  • “Medium”
  • “High”
2Priority Primary Key SearchPriorityNormalInteger4Priorityint
3Related Party Matched SearchRelated Party MatchedNormalOption4Related Party Matchedint
Available options are:
  • “Not Considered”
  • “Fully”
  • “Partially”
  • “No”
4Doc. No./Ext. Doc. No. Matched SearchDoc. No./Ext. Doc. No. MatchedNormalOption4Doc_ No__Ext_ Doc_ No_ Matchedint
Available options are:
  • “Not Considered”
  • “Yes”
  • “No”
  • “Yes – Multiple”
5Amount Incl. Tolerance Matched SearchAmount Incl. Tolerance MatchedNormalOption4Amount Incl_ Tolerance Matchedint
Available options are:
  • “Not Considered”
  • “One Match”
  • “Multiple Matches”
  • “No Matches”
6Direct Debit Collect. Matched SearchDirect Debit Collect. MatchedNormalOption4Direct Debit Collect_ Matchedint
Available options are:
  • “Not Considered”
  • “Yes”
  • “No”
30Score SearchScoreNormalInteger4Scoreint
40Review Required SearchReview RequiredNormalBoolean4Review Requiredtinyint
41Apply Immediatelly SearchApply ImmediatellyNormalBoolean4Apply Immediatellytinyint
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. Rule].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Bank Pmt_ Appl_ Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Rule]
LEFT JOIN
       [User] AS [User]
              ON
                     [Bank Pmt. Appl. Rule].[$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. Rule].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Bank Pmt_ Appl_ Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Pmt. Appl. Rule]
LEFT JOIN
       [User] AS [User]
              ON
                     [Bank Pmt. Appl. Rule].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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