Shpfy Payout

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

Table Type: Company

Table Name: Shpfy Payout
Database Table Name: CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb

Table Number: 30125

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

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

Show/hide an example select of all columns by name

SELECT
   [Id]
   ,[Status]
   ,[Date]
   ,[Currency]
   ,[Amount]
   ,[Adjustments Fee Amount]
   ,[Adjustments Gross Amount]
   ,[Charges Fee Amount]
   ,[Charges Gross Amount]
   ,[Refunds Fee Amount]
   ,[Refunds Gross Amount]
   ,[Reserved Funds Fee Amount]
   ,[Reserved Funds Gross Amount]
   ,[Retried Payouts Fee Amount]
   ,[Retried Payouts Gross Amount]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb]

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

SELECT
   *
FROM
   [CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Payout]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Payout].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Shpfy Payout].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Shpfy Payout table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Id Primary Key SearchIdNormalBigInteger8Idbigint
2Status SearchStatusNormalOption4Statusint
Available options are:
  • “Unknown”
  • “Scheduled”
  • “In Transit”
  • “Paid”
  • “Failed”
  • “Canceled”
3Date SearchDateNormalDate4Datedatetime
4Currency SearchCurrencyNormalCode10Currencynvarchar(20)
5Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
6Adjustments Fee Amount SearchAdjustments Fee AmountNormalDecimal12Adjustments Fee Amountdecimal(38,38)
7Adjustments Gross Amount SearchAdjustments Gross AmountNormalDecimal12Adjustments Gross Amountdecimal(38,38)
8Charges Fee Amount SearchCharges Fee AmountNormalDecimal12Charges Fee Amountdecimal(38,38)
9Charges Gross Amount SearchCharges Gross AmountNormalDecimal12Charges Gross Amountdecimal(38,38)
10Refunds Fee Amount SearchRefunds Fee AmountNormalDecimal12Refunds Fee Amountdecimal(38,38)
11Refunds Gross Amount SearchRefunds Gross AmountNormalDecimal12Refunds Gross Amountdecimal(38,38)
12Reserved Funds Fee Amount SearchReserved Funds Fee AmountNormalDecimal12Reserved Funds Fee Amountdecimal(38,38)
13Reserved Funds Gross Amount SearchReserved Funds Gross AmountNormalDecimal12Reserved Funds Gross Amountdecimal(38,38)
14Retried Payouts Fee Amount SearchRetried Payouts Fee AmountNormalDecimal12Retried Payouts Fee Amountdecimal(38,38)
15Retried Payouts Gross Amount SearchRetried Payouts Gross AmountNormalDecimal12Retried Payouts Gross Amountdecimal(38,38)
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
       [Shpfy Payout].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Payout]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Payout].[$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
       [Shpfy Payout].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Shpfy Payout$ec255f57-31d0-4ca2-b751-f2fa7c745abb] AS [Shpfy Payout]
LEFT JOIN
       [User] AS [User]
              ON
                     [Shpfy Payout].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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