The CData Sync App provides a straightforward way to continuously pipeline your Sage 50 UK data to any database, data lake, or data warehouse, making it easily available for Analytics, Reporting, AI, and Machine Learning.
The Sage 50 UK connector can be used from the CData Sync application to pull data from Sage 50 UK and move it to any of the supported destinations.
The Sync App models data in Sage 50 UK 2012 and above as relational tables. Note that for v28 and later, you must install the Sdata adapter prior to using Sage 50 UK driver. See the Sage 50 UK documentation for more information.
For required properties, see the Settings tab.
For connection properties that are not typically required, see the Advanced tab.
The Sync App connects to Sage 50 UK data through the SData REST API included in the Sage 50 UK installation. SData allows access to local company datasets as well as datasets on network drives.
After Configuring the Sage SData Service, connect with the below steps, the URL property should be set to the address of the company dataset desired. To obtain the address, do the following:
The User and Password properties must be set to valid Sage 50 UK user credentials. These values are the same values used to log in to the Sage 50 UK software. To authenticate with HTTP digest to the SData service, set AuthScheme to Digest. Otherwise, Basic AuthScheme will be used.
Note: If the dataset you want to connect to is not displayed, the permissions on the Sage 50 UK folder location may not be correct. If you are connecting to a dataset on a networked drive, ensure:
The CData Sync App connects to Sage 50 UK via the Sage SData service (which is Sage's Web toolkit for connecting to Sage instances) that is built into the Sage 50 UK software. SData allows for remote access to Sage software applications. By default, Sage UK 2015 instances will have SData turned on and ready for use.
You can follow the steps below to verify that the SData service is started.
Once you apply any changes, you can then establish a connection to your Sage 50 UK software.
The Sage SData service provides secure and encrypted connections via HTTPS. Data confidentiality and the authenticity of the server are provided by digital certificates. If you do not have a certificate, use IIS to generate a self-signed certificate.
You can follow the steps below to configure the SData service to use a certificate; the Sync App will validate this certificate against the system trust store by default. If you generated a self-signed certificate, you can add the certificate to this certificate store or set SSLServerCert.
See Advanced Features for more information on configuring the Sync App for HTTPS.
The certificate has the following requirements:
You can then configure the SData service to use the certificate:
If you select a certificate and do not see the certificate name populated in the Certificate textbox, this is most likely due to missing extended properties within the certificate. The extended properties include thumbprint, thumbprint algorithm, key usage, and enhanced key usage.
Use IIS to avoid this issue: IIS automatically populates these fields when generating a self-signed certificate.
If the SData configuration window is closed and reopened but the Enable HTTPS option is not enabled, this is most likely caused by the Sage.SData.Service.exe.config file not being updated properly. Follow the steps below to use the alternate configuration file below.
You will need the certificate thumbprint. Note that the thumbprint data includes spaces. The thumbprint data can be obtained using Windows services. You can also access the thumbprint in the SData configuration window:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section name="Sage.SData.Service.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="Sage.Integration.Server.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="Sage.Common.Syndication.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> </sectionGroup> </configSections> <applicationSettings> <Sage.SData.Service.Properties.Settings> <setting name="DigestTimeout" serializeAs="String"> <value>12000000000</value> </setting> <setting name="EnableBasicAuthentication" serializeAs="String"> <value>True</value> </setting> <setting name="WebAppPath" serializeAs="String"> <value /> </setting> <setting name="EnableSSL" serializeAs="String"> <value>True</value> </setting> <setting name="Port" serializeAs="String"> <value>443</value> </setting> </Sage.SData.Service.Properties.Settings> <Sage.Integration.Server.Properties.Settings> <setting name="EnableBroadcast" serializeAs="String"> <value>False</value> </setting> </Sage.Integration.Server.Properties.Settings> <Sage.Common.Syndication.Properties.Settings> <setting name="IPAddress" serializeAs="String"> <value /> </setting> <setting name="Server" serializeAs="String"> <value>sdata</value> </setting> <setting name="EnableSSLPort" serializeAs="String"> <value>True</value> </setting> <setting name="Port" serializeAs="String"> <value>5493</value> </setting> <setting name="SettingsProviderType" serializeAs="String"> <value>Sage.Common.Syndication.ConfigurationSyndicationSettings, Sage.Common.Syndication</value> </setting> <setting name="PathPrefix" serializeAs="String"> <value /> </setting> <setting name="DoNotUseRegistry" serializeAs="String"> <value>False</value> </setting> <setting name="EnableStandardPort" serializeAs="String"> <value>True</value> </setting> <setting name="SSLPort" serializeAs="String"> <value>5494</value> </setting> <setting name="CertificateLookupValue" serializeAs="String"> <value>ENTER YOUR CERTIFICATE THUMBPRINT HERE</value> </setting> <setting name="CertificateLookupType" serializeAs="String"> <value>Thumbprint</value> </setting> </Sage.Common.Syndication.Properties.Settings> </applicationSettings> </configuration>
This section details a selection of advanced features of the Sage 50 UK Sync App.
The Sync App supports the use of user defined views, virtual tables whose contents are decided by a pre-configured user defined query. These views are useful when you cannot directly control queries being issued to the drivers. For an overview of creating and configuring custom views, see User Defined Views .
Use SSL Configuration to adjust how Sync App handles TLS/SSL certificate negotiations. You can choose from various certificate formats;. For further information, see the SSLServerCert property under "Connection String Options" .
Configure the Sync App for compliance with Firewall and Proxy, including Windows proxies and HTTP proxies. You can also set up tunnel connections.
For further information, see Query Processing.
To enable TLS, set the following:
With this configuration, the Sync App attempts to negotiate TLS with the server. The server certificate is validated against the default system trusted certificate store. You can override how the certificate gets validated using the SSLServerCert connection property.
To specify another certificate, see the SSLServerCert connection property.
To authenticate to an HTTP proxy, set the following:
Set the following properties:
The Sync App models the data in Sage 50 UK as a list of tables in a relational database that can be queried using standard SQL statements.
| Name | Description |
| Commodities | Create, Update and Query Commodities (Products and Services) within Sage UK 50 Accounts. |
| Contacts | Create, Update, Delete, and Query Contacts within Sage UK 50 Accounts. |
| PurchaseOrders | Create, Update, Delete, and Query PurchaseOrders within Sage UK 50 Accounts. |
| SalesCredits | Query SalesCredits within Sage UK 50 Accounts. |
| SalesInvoices | Query SalesInvoices within Sage UK 50 Accounts. |
| SalesOrders | Create, Update, Delete, and Query SalesOrders within Sage UK 50 Accounts. |
| TradingAccounts | Create, Update, Delete, and Query TradingAccounts within Sage UK 50 Accounts. |
Create, Update and Query Commodities (Products and Services) within Sage UK 50 Accounts.
The Commodities table allows you to select, insert, and update Commodities (Products and Services) within a Sage 50 UK company dataset.
The Commodities table returns the products and services for a Sage 50 UK company dataset.
SELECT * FROM Commodities WHERE ProductCode LIKE 'ABC%'
To create a new Commodity record, the Description field is required.
INSERT INTO Commodities (ProductCode, Description, SupplierReference, CatalogueNumber, WebDescription, Cost)
VALUES ('MNP', 'MyNewProduct', 'UNI001', 'U143', 'My Web Description', 5.49)
Any field that is not read-only can be updated.
UPDATE Commodities SET Description = 'My New Description' WHERE CommodityUUID = '8c47b43a-7115-7419-9679-7c72586e67d1'
| Name | Type | ReadOnly | Description |
| CommodityUUID [KEY] | String | True |
Commodity UUID |
| CommodityIdentifierType | String | False |
Commodity CommodityIdentifier Type |
| ProductCode | String | False |
Commodity Product Code |
| Reference2 | String | False |
Commodity Reference2 |
| Status | String | False |
Commodity Status |
| Description | String | False |
Commodity Description |
| WebDescription | String | False |
Commodity Web Description |
| AlternativeDescription2 | String | False |
Commodity Alternative Description 2 |
| Type | String | True |
Commodity Type (Category) |
| BuyingAllowedFlag | Boolean | False |
Commodity Buying Allowed Flag |
| SellingAllowedFlag | Boolean | False |
Commodity Selling Allowed Flag |
| CatalogueNumber | String | False |
Commodity Catalogue (Part) Number |
| SupplierReference | String | False |
Commodity Supplier reference |
| ManufacturerCompany | String | False |
Commodity Manufacturer Company |
| Weight | Decimal | False |
Commodity Weight |
| Classification | String | False |
Commodity Classification |
| Cost | Decimal | False |
Commodity Cost |
| InStock | Decimal | True |
Commodity Amount in Stock |
| Allocated | Decimal | True |
Commodity Amount Allocated |
| FreeStock | Decimal | True |
Commodity Free Stock |
| OnOrder | Decimal | True |
Commodity Amount on Order |
| SalesPrice | Decimal | True |
Commodity Sales Price in base currency |
| UnitDescription | String | True |
Commodity UnitOfMeasure Description |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Create, Update, Delete, and Query Contacts within Sage UK 50 Accounts.
The Contacts table allows you to select, insert, update, and delete contacts within a Sage 50 UK company dataset.
The Contacts table returns the contacts contained within a Sage 50 UK company dataset.
SELECT * FROM Contacts WHERE TradingAccountReference = 'ABC123'
To create a new Contacts record, the TradingAccountReference and Type fields are required.
INSERT INTO Contacts (Title, FirstName, MiddleName, FamilyName, Suffix, TradingAccountReference, Type, PostalAddressAddress1, PostalAddressTownCity, PostalAddressStateRegion, PostalAddressZipPostCode, PostalAddressType, PostalAddressDescription, Phone1Text, Phone1Type, Phone2Text, Phone2Type, EmailAddress) VALUES (True, 'Dr.', 'INSERT', 'ME', 'NOW', 'Jr.', 'CNTCTEST', 'Customer Delivery Contact', '123 Main St', 'Durham', 'NC', '12345', 'Shipping', 'NEW Description', '123-456-7890', 'Business Phone', '555-444-1111', 'Fax', '[email protected]')
Any field that is not read-only can be updated. Requirements exist for some fields of a Contact record:
UPDATE Contacts SET EmailAddress = '[email protected]', Phone1Text = '999-999-9999' WHERE ContactUUID = '96df2e1e-72c6-4b52-b39a-eeb42c840f87' AND Phone1UUID = 'bd621624-f78e-4dec-abf3-b8b94d8fe7a3' AND EmailUUID = 'a3f6ff1b-a80b-4019-ae5e-b1fa1bb4044d'
Deleting a Contact record will also delete all postal addresses, phone numbers, and emails associated with the Contact.
DELETE FROM Contacts WHERE ContactUUID = '96df2e1e-72c6-4b52-b39a-eeb42c840f87'
| Name | Type | ReadOnly | Description |
| ContactUUID [KEY] | String | True |
Contact UUID |
| TradingAccountReference | String | False |
Contact Trading Account Reference |
| Reference2 | String | False |
Contact Reference2 |
| Type | String | False |
Contact Type |
| FullName | String | False |
Contact Full Name. In the form: [Title] [FirstName] [MiddleName] [FamilyName] [Suffix]. |
| Title | String | False |
Contact Title |
| FirstName | String | False |
Contact First Name |
| MiddleName | String | False |
Contact Middle Name |
| FamilyName | String | False |
Contact Family Name |
| Suffix | String | False |
Contact Suffix |
| TaxReference | String | False |
Contact Tax Reference |
| PrimacyIndicator | Boolean | False |
Contact Primacy Indicator |
| PostalAddressUUID | String | True |
Contact PostalAddress UUID |
| PostalAddressActive | Boolean | False |
Contact PostalAddress Active Flag |
| PostalAddressReference | String | False |
Contact PostalAddress Reference |
| PostalAddressName | String | False |
Contact PostalAddress Name |
| PostalAddressDescription | String | False |
Contact PostalAddress Description |
| PostalAddressAddress1 | String | False |
Contact PostalAddress Address 1 |
| PostalAddressAddress2 | String | False |
Contact PostalAddress Address 2 |
| PostalAddressTownCity | String | False |
Contact PostalAddress TownCity |
| PostalAddressCounty | String | False |
Contact PostalAddress StateRegion |
| PostalAddressZipPostCode | String | False |
Contact PostalAddress ZipPost Code |
| PostalAddressCountry | String | False |
Contact PostalAddress Country |
| PostalAddressPrimacyIndicator | Boolean | False |
Contact PostalAddress Primacy Indicator |
| PostalAddressType | String | False |
Contact PostalAddress Type |
| Phone1UUID | String | True |
Contact PhoneNumber UUID |
| Phone1Active | Boolean | False |
Contact PhoneNumber Active Flag |
| Phone1Reference | String | False |
Contact PhoneNumber Reference |
| Phone1Reference2 | String | False |
Contact PhoneNumber Reference2 |
| Phone1Type | String | False |
Contact PhoneNumber Type |
| Phone1Name | String | False |
Contact PhoneNumber Name |
| Phone1Text | String | False |
Contact PhoneNumber Text |
| Phone1PrimacyIndicator | Boolean | False |
Contact PhoneNumber Primacy Indicator |
| Phone2UUID | String | True |
Contact PhoneNumber UUID |
| Phone2Active | Boolean | False |
Contact PhoneNumber Active Flag |
| Phone2Reference | String | False |
Contact PhoneNumber reference |
| Phone2Reference2 | String | False |
Contact PhoneNumber Reference2 |
| Phone2Type | String | False |
Contact PhoneNumber Type |
| Phone2Name | String | False |
Contact PhoneNumber Name |
| Phone2Text | String | False |
Contact PhoneNumber Text |
| Phone2PrimacyIndicator | Boolean | False |
Contact PhoneNumber Primacy Indicator |
| EmailUUID | String | True |
Contact Email UUID |
| EmailActive | Boolean | False |
Contact Email Active Flag |
| EmailReference | String | False |
Contact Email Reference |
| EmailReference2 | String | False |
Contact Email Reference |
| EmailType | String | False |
Contact Email Type |
| EmailAddress | String | False |
Contact Email Address |
| EmailUrl | String | False |
Contact Email mailto:URL |
| EmailPrimacyIndicator | Boolean | False |
Contact Email Primacy Indicator |
| EmailLabel | String | False |
Contact Email Label |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Create, Update, Delete, and Query PurchaseOrders within Sage UK 50 Accounts.
The PurchaseOrders table allows you to select, insert, update, and delete purchase orders within a Sage 50 UK company dataset.
The PurchaseOrders table returns the purchase orders for a Sage 50 UK company dataset.
SELECT * FROM PurchaseOrders WHERE Date >= '1/1/2015' AND Date < '2/1/2015'
To create a new PurchaseOrder record, the TradingAccountUUID field is required.
Purchase Order Line Items are specified via an XML aggregate within the ItemsAggregate column. The columns that may be used in these aggregates are defined in the PurchaseOrderLineItems table.
The following example demonstrates how to insert a new PurchaseOrder with two line items:
INSERT INTO PurchaseOrders (TradingAccountUUID, DeliveryDate, PostalAddressName, PostalAddressType, PostalAddressAddress1, PostalAddressTownCity, PostalAddressStateRegion, ItemsAggregate)
VALUES ('b83c940f-9d2b-4a35-bf42-28bbe07ef994', '05/05/2015', 'Purchase Order Billing Address', 'Billing', '123 Main St', 'Chapel Hill', 'NC',
'<PurchaseOrderLineItems>
<Row><CommodityUUID>0a47b43d-7115-4863-9689-1a53123e67c8</CommodityUUID><Quantity>1</Quantity><ActualPrice>1.99</ActualPrice></Row>
<Row><CommodityUUID>586df2bb-7702-4228-b464-e8d509148547</CommodityUUID><Quantity>4</Quantity><ActualPrice>4.99</ActualPrice></Row>
</PurchaseOrderLineItems>')
Any field that is not read-only can be updated.
When updating a PurchaseOrder record, PostalAddressUUID is required when updating a postal address. Note that purchase order line items cannot be updated nor deleted.
UPDATE PurchaseOrders SET PostalAddressZipPostCode = '12345' WHERE PurchaseOrderUUID = '1b47b43a-7115-4863-9679-1a78636e67c1' AND PostalAddressUUID = '28915e09-b2a1-47e1-b193-741b32ba8ba0'
Deleting a PurchaseOrder record will also delete all line items and postal addresses associated with the PurchaseOrder.
DELETE FROM PurchaseOrders WHERE PurchaseOrderUUID = '1b47b43a-7115-4863-9679-1a78636e67c1'
| Name | Type | ReadOnly | Description |
| PurchaseOrderUUID [KEY] | String | True |
PurchaseOrder UUID |
| TradingAccountUUID | String | False |
Trading Account UUID associated with the PurchaseOrder |
| ContactUUID | String | True |
PurchaseOrder Seller Contact UUID |
| PurchaseOrderNumber | String | False |
PurchaseOrder Reference |
| Reference2 | String | False |
PurchaseOrder Reference2 |
| Status | String | False |
PurchaseOrder Status |
| StatusFlagText | String | False |
PurchaseOrder Status Flag Text |
| SupplierReference | String | False |
PurchaseOrder Supplier Reference |
| CopyFlag | Boolean | False |
PurchaseOrder Copy Flag |
| DeliveryDate | Date | False |
PurchaseOrder Delivery Date |
| CarrierNetPrice | Decimal | False |
PurchaseOrder Carrier Net Price |
| CarrierTaxPrice | Decimal | False |
PurchaseOrder Carrier Tax Price |
| CarrierTotalPrice | Decimal | False |
PurchaseOrder Carrier Gross Price |
| CarrierReference | String | False |
PurchaseOrder Carrier reference |
| Currency | String | False |
PurchaseOrder Currency |
| OCCurrencyExchangeRate | Decimal | False |
PurchaseOrder Operating Company Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | False |
PurchaseOrder Operating Company Currency Exchange Rate Operator |
| Date | Date | False |
PurchaseOrder Date |
| User | String | False |
PurchaseOrder User |
| LineCount | Decimal | True |
PurchaseOrder Line Count |
| Text1 | String | False |
PurchaseOrder Text1 |
| Text2 | String | False |
PurchaseOrder Text2 |
| NetTotal | Decimal | True |
PurchaseOrder Net Total |
| TaxTotal | Decimal | True |
PurchaseOrder Tax Total |
| GrossTotal | Decimal | True |
PurchaseOrder Gross Total |
| OnOrder | String | False |
PurchaseOrder On Order Status |
| ItemsAggregate | String | False |
An aggregate of the line item data, which is used for adding a purchase order and its line items. |
| PostalAddressUUID | String | True |
PurchaseOrder PostalAddress UUID |
| PostalAddressActive | Boolean | False |
PurchaseOrder PostalAddress Active Flag |
| PostalAddressReference | String | False |
PurchaseOrder PostalAddress Reference |
| PostalAddressName | String | False |
PurchaseOrder PostalAddress Name |
| PostalAddressDescription | String | False |
PurchaseOrder PostalAddress Description |
| PostalAddressAddress1 | String | False |
PurchaseOrder PostalAddress Address 1 |
| PostalAddressAddress2 | String | False |
PurchaseOrder PostalAddress Address 2 |
| PostalAddressAddress3 | String | False |
PurchaseOrder PostalAddress Address 3 |
| PostalAddressAddress4 | String | False |
PurchaseOrder PostalAddress Address 4 |
| PostalAddressTownCity | String | False |
PurchaseOrder PostalAddress TownCity |
| PostalAddressCounty | String | False |
PurchaseOrder PostalAddress County |
| PostalAddressStateRegion | String | False |
PurchaseOrder PostalAddress StateRegion |
| PostalAddressZipPostCode | String | False |
PurchaseOrder PostalAddress ZipPost Code |
| PostalAddressCountry | String | False |
PurchaseOrder PostalAddress Country |
| PostalAddressPrimacyIndicator | Boolean | False |
PurchaseOrder PostalAddress Primacy Indicator |
| PostalAddressType | String | False |
PurchaseOrder PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Query SalesCredits within Sage UK 50 Accounts.
The SalesCredits table allows you to select, insert, update, and delete sales credits within a Sage 50 UK company dataset.
The SalesCredits table returns the sales credits for a Sage 50 UK company dataset.
SELECT * FROM SalesCredits WHERE Date >= '1/1/2015' AND Date < '2/1/2015'
To create a new SalesCredits record, the TradingAccountUUID field is required.
Sales Credit Line Items are specified via an XML aggregate within the ItemsAggregate column. The columns that may be used in these aggregates are defined in the SalesCreditLineItems table.
The following example demonstrates how to insert a new PurchaseOrder with two line items:
INSERT INTO SalesCredits (TradingAccountUUID, Type, PostalAddress1Name, PostalAddress1Type, PostalAddress1Address1, PostalAddress1TownCity, PostalAddress1StateRegion, PostalAddress2Name, PostalAddress2Type, PostalAddress2Address1, PostalAddress2TownCity, PostalAddress2StateRegion, ItemsAggregate)
VALUES ('b83c940f-9d2b-4a35-bf42-28bbe07ef994', 'Product Credit Note', 'Sales Order Delivery Address', 'Shipping', '123 Main St', 'Chapel Hill', 'NC', 'Sales Order Billing Address', 'Billing', '987 Center Road', 'Chapel Hill', 'NC',
'<SalesCreditLineItems>
<Row><CommodityUUID>03ecf74f-0f08-4667-8a59-07e6338a8b32</CommodityUUID><Quantity>1</Quantity><ActualPrice>2.99</ActualPrice></Row>
<Row><CommodityUUID>0a47b43d-7115-4863-9689-1a53123e67c8</CommodityUUID><Quantity>2</Quantity><ActualPrice>3.99</ActualPrice></Row>
</SalesCreditLineItems>')
Any field that is not read-only can be updated.
When updating a SalesCredits record, PostalAddress1UUID or PostalAddress2UUID are required when updating the respective postal address. Note that sales credit line items cannot be updated nor deleted.
UPDATE SalesCredits SET PostalAddress2ZipPostCode = '12345' WHERE SalesCreditUUID = '392235af-f45a-4c43-a275-897130e4fdc4' AND PostalAddress2UUID = '28915e09-b2a1-47e1-b193-741b32ba8ba0'
Deleting a SalesCredit record will also delete all line items and postal addresses associated with the SalesCredit.
DELETE FROM SalesCredits WHERE SalesCreditUUID = '392235af-f45a-4c43-a275-897130e4fdc4'
| Name | Type | ReadOnly | Description |
| SalesCreditUUID [KEY] | String | True |
SalesCredit UUID |
| TradingAccountUUID | String | False |
SalesCredit Trading Account UUID |
| ContactUUID | String | True |
SalesCredit Buyer Contact UUID |
| CreditNumber | String | False |
SalesCredit Reference |
| SalesOrderNumber | String | False |
SalesCredit Invoice Reference |
| Status | String | False |
SalesCredit Status |
| Type | String | False |
SalesCredit Type |
| CustomerOrderNumber | String | False |
SalesCredit Customer Reference |
| CopyFlag | Boolean | False |
SalesCredit Copy Flag |
| Date | Date | False |
SalesCredit Date |
| TaxDate | Date | False |
SalesCredit Tax Date |
| CarrierNetPrice | Decimal | False |
SalesCredit Carrier Net Price |
| CarrierTaxPrice | Decimal | False |
SalesCredit Carrier Tax Price |
| CarrierTotalPrice | Decimal | False |
SalesCredit Carrier Gross Price |
| Currency | String | False |
SalesCredit Currency |
| OCCurrencyExchangeRate | Decimal | False |
SalesCredit OperatingCompany Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | False |
SalesCredit OperatingCompany Currency Exchange Rate Operator |
| LineCount | Decimal | False |
SalesCredit Line Count |
| SettlementDiscountAmount | Decimal | False |
SalesCredit Settlement Discount Amount |
| SettlementDiscountPercent | Decimal | False |
SalesCredit Settlement Discount Percent |
| SettlementDiscountIncludedInTotal | Boolean | False |
SalesCredit Settlement Discount Included In Total |
| InvoiceDiscountAmount | Decimal | False |
SalesCredit Invoice Discount Amount |
| InvoiceDiscountPercent | Decimal | False |
SalesCredit Invoice Discount Percent |
| NetTotal | Decimal | True |
SalesCredit Net Total |
| TaxTotal | Decimal | True |
SalesCredit Tax Total |
| GrossTotal | Decimal | True |
SalesCredit Gross Total |
| Text1 | String | False |
SalesCredit Text1 |
| Text2 | String | False |
SalesCredit Text2 |
| User | String | False |
SalesCredit User |
| ItemsAggregate | String | False |
An aggregate of the line item data, which can be used for adding a purchase order and its line items. |
| PostalAddress1UUID | String | True |
SalesCredit PostalAddress UUID |
| PostalAddress1Active | Boolean | False |
SalesCredit PostalAddress Active Flag |
| PostalAddress1Reference | String | False |
SalesCredit PostalAddress Reference |
| PostalAddress1Name | String | False |
SalesCredit PostalAddress Name |
| PostalAddress1Description | String | False |
SalesCredit PostalAddress Description |
| PostalAddress1Address1 | String | False |
SalesCredit PostalAddress Address 1 |
| PostalAddress1Address2 | String | False |
SalesCredit PostalAddress Address 2 |
| PostalAddress1Address3 | String | False |
SalesCredit PostalAddress Address 3 |
| PostalAddress1Address4 | String | False |
SalesCredit PostalAddress Address 4 |
| PostalAddress1TownCity | String | False |
SalesCredit PostalAddress TownCity |
| PostalAddress1County | String | False |
SalesCredit PostalAddress County |
| PostalAddress1StateRegion | String | False |
SalesCredit PostalAddress StateRegion |
| PostalAddress1ZipPostCode | String | False |
SalesCredit PostalAddress ZipPost Code |
| PostalAddress1Country | String | False |
SalesCredit PostalAddress Country |
| PostalAddress1PrimacyIndicator | Boolean | False |
SalesCredit PostalAddress Primacy Indicator |
| PostalAddress1Type | String | False |
SalesCredit PostalAddress Type. Sample values: Billing, Shipping. |
| PostalAddress2UUID | String | True |
SalesCredit PostalAddress UUID |
| PostalAddress2Active | Boolean | False |
SalesCredit PostalAddress Active Flag |
| PostalAddress2Reference | String | False |
SalesCredit PostalAddress Reference |
| PostalAddress2Name | String | False |
SalesCredit PostalAddress Name |
| PostalAddress2Description | String | False |
SalesCredit PostalAddress Description |
| PostalAddress2Address1 | String | False |
SalesCredit PostalAddress Address 1 |
| PostalAddress2Address2 | String | False |
SalesCredit PostalAddress Address 2 |
| PostalAddress2Address3 | String | False |
SalesCredit PostalAddress Address 3 |
| PostalAddress2Address4 | String | False |
SalesCredit PostalAddress Address 4 |
| PostalAddress2TownCity | String | False |
SalesCredit PostalAddress TownCity |
| PostalAddress2County | String | False |
SalesCredit PostalAddress County |
| PostalAddress2StateRegion | String | False |
SalesCredit PostalAddress StateRegion |
| PostalAddress2ZipPostCode | String | False |
SalesCredit PostalAddress ZipPost Code |
| PostalAddress2Country | String | False |
SalesCredit PostalAddress Country |
| PostalAddress2PrimacyIndicator | Boolean | False |
SalesCredit PostalAddress Primacy Indicator |
| PostalAddress2Type | String | False |
SalesCredit PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Query SalesInvoices within Sage UK 50 Accounts.
The SalesInvoices table allows you to select, insert, update, and delete sales invoices within a Sage 50 UK company dataset.
The SalesInvoices table returns the sales invoices for a Sage 50 UK company dataset.
SELECT * FROM SalesInvoices WHERE Date >= '1/1/2015' AND Date < '2/1/2015'
To create a new SalesInvoices record, the TradingAccountUUID field is required.
Sales Invoice Line Items are specified via an XML aggregate within the ItemsAggregate column. The columns that may be used in these aggregates are defined
in the SalesInvoiceLineItems table.
Note: For text column in SalesInvoiceLineItems, length of the string must be equal or less than 61 characters, otherwise driver will use first 61 characters.
The following example demonstrates how to insert a new SalesInvoice with two line items:
INSERT INTO SalesInvoices (TradingAccountUUID, Type, PostalAddress1Name, PostalAddress1Type, PostalAddress1Address1, PostalAddress1TownCity, PostalAddress1StateRegion, PostalAddress2Name, PostalAddress2Type, PostalAddress2Address1, PostalAddress2TownCity, PostalAddress2StateRegion, ItemsAggregate)
VALUES ('b83c940f-9d2b-4a35-bf42-28bbe07ef994', 'Product Invoice', 'Sales Order Delivery Address', 'Shipping', '123 Main St', 'Chapel Hill', 'NC', 'Sales Order Billing Address', 'Billing', '987 Center Road', 'Chapel Hill', 'NC', '<SalesInvoiceLineItems> <Row><CommodityUUID>03ecf74f-0f08-4667-8a59-07e6338a8b32</CommodityUUID><Quantity>2</Quantity><ActualPrice>2.99</ActualPrice></Row> <Row><CommodityUUID>0a47b43d-7115-4863-9689-1a53123e67c8</CommodityUUID><Quantity>1</Quantity><ActualPrice>4.99</ActualPrice></Row>
</SalesInvoiceLineItems>')
Any field that is not read-only can be updated.
When updating a SalesInvoices record, PostalAddress1UUID and PostalAddress2UUID are required when updating a postal address (respectively). Note that sales invoice line items cannot be updated nor deleted.
UPDATE SalesInvoices SET PostalAddress2ZipPostCode = '12345' WHERE SalesInvoiceUUID = '392235af-f45a-4c43-a275-897130e4fdc4' AND PostalAddress2UUID = '28915e09-b2a1-47e1-b193-741b32ba8ba0'
Deleting a SalesInvoice record will also delete all line items and postal addresses associated with the SalesInvoice.
DELETE FROM SalesInvoices WHERE SalesInvoiceUUID = '392235af-f45a-4c43-a275-897130e4fdc4'
| Name | Type | ReadOnly | Description |
| SalesInvoiceUUID [KEY] | String | True |
SalesInvoice UUID |
| TradingAccountUUID | String | False |
SalesOrder Trading Account UUID |
| ContactUUID | String | True |
SalesOrder Buyer Contact UUID |
| InvoiceNumber | String | False |
SalesInvoice Reference |
| SalesOrderNumber | String | False |
SalesInvoice Reference2 |
| Status | String | False |
SalesInvoice Status |
| Type | String | False |
SalesInvoice Type |
| CustomerOrderNumber | String | False |
SalesInvoice Customer Reference |
| Date | Date | False |
SalesInvoice Date |
| TaxDate | Date | False |
SalesInvoice Tax Date |
| CarrierNetPrice | Decimal | False |
SalesInvoice Carrier Net Price |
| CarrierTaxPrice | Decimal | False |
SalesInvoice Carrier Tax Price |
| CarrierTotalPrice | Decimal | False |
SalesInvoice Carrier Gross Price |
| Currency | String | False |
SalesInvoice Currency |
| OCCurrencyExchangeRate | Decimal | False |
SalesInvoice Operating Company Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | False |
SalesInvoice Operating Company Currency Exchange Rate Operator |
| LineCount | Decimal | True |
SalesInvoice Line Count |
| SettlementDiscountAmount | Decimal | False |
SalesInvoice Settlement Discount Amount |
| SettlementDiscountPercent | Decimal | False |
SalesInvoice Settlement Discount Percent |
| SettlementDiscountIncludedInTotal | Boolean | False |
SalesInvoice Settlement Discount Included In Total |
| InvoiceDiscountAmount | Decimal | False |
SalesInvoice Invoice Discount Amount |
| InvoiceDiscountPercent | Decimal | False |
SalesInvoice Invoice Discount Percent |
| NetTotal | Decimal | True |
SalesInvoice Net Total |
| TaxTotal | Decimal | True |
SalesInvoice Tax Total |
| GrossTotal | Decimal | True |
SalesInvoice Gross Total |
| Text1 | String | False |
SalesInvoice Text1 |
| Text2 | String | False |
SalesInvoice Text2 |
| User | String | False |
SalesInvoice User |
| PaymentDue | Date | True |
SalesInvoice Payment Due |
| ItemsAggregate | String | False |
An aggregate of the line item data, which can be used for adding a purchase order and its line items. |
| PostalAddress1UUID | String | True |
SalesOrder PostalAddress UUID |
| PostalAddress1Active | Boolean | False |
SalesOrder PostalAddress Active Flag |
| PostalAddress1Reference | String | False |
SalesOrder PostalAddress Reference |
| PostalAddress1Name | String | False |
SalesOrder PostalAddress Name |
| PostalAddress1Description | String | False |
SalesOrder PostalAddress Description |
| PostalAddress1Address1 | String | False |
SalesOrder PostalAddress Address 1 |
| PostalAddress1Address2 | String | False |
SalesOrder PostalAddress Address 2 |
| PostalAddress1Address3 | String | False |
SalesOrder PostalAddress Address 3 |
| PostalAddress1Address4 | String | False |
SalesOrder PostalAddress Address 4 |
| PostalAddress1TownCity | String | False |
SalesOrder PostalAddress TownCity |
| PostalAddress1County | String | False |
SalesOrder PostalAddress County |
| PostalAddress1StateRegion | String | False |
SalesOrder PostalAddress StateRegion |
| PostalAddress1ZipPostCode | String | False |
SalesOrder PostalAddress ZipPost Code |
| PostalAddress1Country | String | False |
SalesOrder PostalAddress Country |
| PostalAddress1PrimacyIndicator | Boolean | False |
SalesOrder PostalAddress Primacy Indicator |
| PostalAddress1Type | String | False |
SalesOrder PostalAddress Type. Sample values: Billing, Shipping. |
| PostalAddress2UUID | String | True |
SalesOrder PostalAddress UUID |
| PostalAddress2Active | Boolean | False |
SalesOrder PostalAddress Active Flag |
| PostalAddress2Reference | String | False |
SalesOrder PostalAddress Reference |
| PostalAddress2Name | String | False |
SalesOrder PostalAddress Name |
| PostalAddress2Description | String | False |
SalesOrder PostalAddress Description |
| PostalAddress2Address1 | String | False |
SalesOrder PostalAddress Address 1 |
| PostalAddress2Address2 | String | False |
SalesOrder PostalAddress Address 2 |
| PostalAddress2Address3 | String | False |
SalesOrder PostalAddress Address 3 |
| PostalAddress2Address4 | String | False |
SalesOrder PostalAddress Address 4 |
| PostalAddress2TownCity | String | False |
SalesOrder PostalAddress TownCity |
| PostalAddress2County | String | False |
SalesOrder PostalAddress County |
| PostalAddress2StateRegion | String | False |
SalesOrder PostalAddress StateRegion |
| PostalAddress2ZipPostCode | String | False |
SalesOrder PostalAddress ZipPost Code |
| PostalAddress2Country | String | False |
SalesOrder PostalAddress Country |
| PostalAddress2PrimacyIndicator | Boolean | False |
SalesOrder PostalAddress Primacy Indicator |
| PostalAddress2Type | String | False |
SalesOrder PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Create, Update, Delete, and Query SalesOrders within Sage UK 50 Accounts.
The SalesOrders table allows you to select, insert, update, and delete sales orders within a Sage 50 UK company dataset.
The SalesOrders table returns the sales orders for a Sage 50 UK company dataset.
SELECT * FROM SalesOrders WHERE Date >= '1/1/2015' AND Date < '2/1/2015'
To create a new SalesOrder record, the TradingAccountUUID field is required.
Sales Order Line Items are specified via an XML aggregate within the ItemsAggregate column. The columns that may be used in these aggregates are defined in the SalesOrderLineItems table. Note: a CommodityUUID must be set when adding a SalesOrderLineItem, as only existing Commodities can be referenced (to create a new Commodity, the Commodities table can be used).
The following example demonstrates how to insert a new SalesOrder with two line items:
INSERT INTO SalesOrders (TradingAccountUUID, DueDate, PostalAddress1Name, PostalAddress1Type, PostalAddress1Address1, PostalAddress1TownCity, PostalAddress1StateRegion, ItemsAggregate)
VALUES ('b83c940f-9d2b-4a35-bf42-28bbe07ef994', True, '05/05/2015', 'Sales Order Delivery Address', 'Shipping', '123 Main St', 'Chapel Hill', 'NC',
'<SalesOrderLineItems>
<Row><CommodityUUID>0a47b43d-7115-4863-9689-1a53123e67c8</CommodityUUID><Quantity>1</Quantity><ActualPrice>1.99</ActualPrice></Row>
<Row><CommodityUUID>586df2bb-7702-4228-b464-e8d509148547</CommodityUUID><Quantity>4</Quantity><ActualPrice>4.99</ActualPrice></Row>
</SalesOrderLineItems>')
Any field that is not read-only can be updated.
When updating a SalesOrder record, PostalAddress1UUID and PostalAddress2UUID are required when updating the respective postal address. Note that sales order line items cannot be updated nor deleted.
UPDATE SalesOrders SET PostalAddress1ZipPostCode = '12345' WHERE SalesOrderUUID = '957af245-4678-4ca9-904a-162dcce87e5b' AND PostalAddress1UUID = '28915e09-b2a1-47e1-b193-741b32ba8ba0'
Deleting a SalesOrder record will also delete all line items and postal addresses associated with the SalesOrder.
DELETE FROM SalesOrders WHERE SalesOrderUUID = '957af245-4678-4ca9-904a-162dcce87e5b'
| Name | Type | ReadOnly | Description |
| SalesOrderUUID [KEY] | String | True |
SalesOrder UUID |
| TradingAccountUUID | String | False |
SalesOrder Trading Account UUID |
| ContactUUID | String | True |
SalesOrder Buyer Contact UUID |
| SalesOrderNumber | String | False |
SalesOrder Reference |
| InvoiceNumber | String | False |
SalesOrder Invoice Reference |
| AllocationStatus | String | False |
SalesOrder Allocation Status |
| DeliveryStatus | String | False |
SalesOrder Delivery Status |
| InvoiceStatus | String | False |
SalesOrder Invoice Status |
| CustomerReference | String | False |
SalesOrder Customer reference |
| Type | String | False |
SalesOrder Type |
| CopyFlag | Boolean | False |
SalesOrder Copy Flag |
| DueDate | Date | False |
SalesOrder Due Date |
| CarrierNetPrice | Decimal | False |
SalesOrder Carrier Net Price |
| CarrierTaxPrice | Decimal | False |
SalesOrder Carrier Tax Price |
| CarrierTotalPrice | Decimal | False |
SalesOrder Carrier Gross Price |
| CarrierReference | String | False |
SalesOrder Carrier Reference |
| Currency | String | False |
SalesOrder Currency |
| OCCurrency | String | False |
SalesOrder Operating Company Currency |
| OCCurrencyExchangeRate | Decimal | False |
SalesOrder Operating Company Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | False |
SalesOrder Operating Company Currency Exchange Rate Operator |
| Date | Date | False |
SalesOrder Date |
| User | String | False |
SalesOrder User |
| LineCount | Decimal | False |
SalesOrder Line Count |
| OrderDiscountType | String | False |
SalesOrder Order Discount Type |
| OrderDiscountAmount | Decimal | False |
SalesOrder Order Discount Amount |
| OrderDiscountPercent | Decimal | False |
SalesOrder Order Discount Percent |
| Text1 | String | False |
SalesOrder Text1 |
| Text2 | String | False |
SalesOrder Text2 |
| NetTotal | Decimal | False |
SalesOrder Net Total |
| TaxTotal | Decimal | False |
SalesOrder Tax Total |
| GrossTotal | Decimal | False |
SalesOrder Gross Total |
| ItemsAggregate | String | False |
An aggregate of the line item data, which can be used for adding a purchase order and its line items. |
| PostalAddress1UUID | String | True |
SalesOrder PostalAddress UUID |
| PostalAddress1Active | Boolean | False |
SalesOrder PostalAddress Active Flag |
| PostalAddress1Reference | String | False |
SalesOrder PostalAddress Reference |
| PostalAddress1Name | String | False |
SalesOrder PostalAddress Name |
| PostalAddress1Description | String | False |
SalesOrder PostalAddress Description |
| PostalAddress1Address1 | String | False |
SalesOrder PostalAddress Address 1 |
| PostalAddress1Address2 | String | False |
SalesOrder PostalAddress Address 2 |
| PostalAddress1Address3 | String | False |
SalesOrder PostalAddress Address 3 |
| PostalAddress1Address4 | String | False |
SalesOrder PostalAddress Address 4 |
| PostalAddress1TownCity | String | False |
SalesOrder PostalAddress TownCity |
| PostalAddress1County | String | False |
SalesOrder PostalAddress County |
| PostalAddress1StateRegion | String | False |
SalesOrder PostalAddress StateRegion |
| PostalAddress1ZipPostCode | String | False |
SalesOrder PostalAddress ZipPost Code |
| PostalAddress1Country | String | False |
SalesOrder PostalAddress Country |
| PostalAddress1PrimacyIndicator | Boolean | False |
SalesOrder PostalAddress Primacy Indicator |
| PostalAddress1Type | String | False |
SalesOrder PostalAddress Type. Sample values: Billing, Shipping. |
| PostalAddress2UUID | String | True |
SalesOrder PostalAddress UUID |
| PostalAddress2Active | Boolean | False |
SalesOrder PostalAddress Active Flag |
| PostalAddress2Reference | String | False |
SalesOrder PostalAddress Reference |
| PostalAddress2Name | String | False |
SalesOrder PostalAddress Name |
| PostalAddress2Description | String | False |
SalesOrder PostalAddress Description |
| PostalAddress2Address1 | String | False |
SalesOrder PostalAddress Address 1 |
| PostalAddress2Address2 | String | False |
SalesOrder PostalAddress Address 2 |
| PostalAddress2Address3 | String | False |
SalesOrder PostalAddress Address 3 |
| PostalAddress2Address4 | String | False |
SalesOrder PostalAddress Address 4 |
| PostalAddress2TownCity | String | False |
SalesOrder PostalAddress TownCity |
| PostalAddress2County | String | False |
SalesOrder PostalAddress County |
| PostalAddress2StateRegion | String | False |
SalesOrder PostalAddress StateRegion |
| PostalAddress2ZipPostCode | String | False |
SalesOrder PostalAddress ZipPost Code |
| PostalAddress2Country | String | False |
SalesOrder PostalAddress Country |
| PostalAddress2PrimacyIndicator | Boolean | False |
SalesOrder PostalAddress Primacy Indicator |
| PostalAddress2Type | String | False |
SalesOrder PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Create, Update, Delete, and Query TradingAccounts within Sage UK 50 Accounts.
The TradingAccounts table allows you to select, insert, and update trading accounts within a Sage 50 UK company dataset.
The TradingAccounts table returns the trading account information for a Sage 50 UK company dataset.
SELECT * FROM TradingAccounts
To create a new Trading Account record, the Name and CustomerSupplierFlag fields are required.
INSERT INTO TradingAccounts (Name, CustomerSupplierFlag, OpenedDate, Website, FinanceBalance, FinanceLimit, Analysis1, Analysis2, Analysis3)
VALUES ('My Trading Account', 'Customer', '05/10/2015', 'www.cdata.com', 100.00, 1000.00, 'Trade', 'Jenkins', 'National')
Any field that is not read-only can be updated.
UPDATE TradingAccounts SET Analysis3 = 'International' WHERE TradingAccountUUID = '90c7afb4-ad34-41a2-b71d-ef49cc489872'
DELETE FROM TradingAccounts WHERE TradingAccountUUID = '90c7afb4-ad34-41a2-b71d-ef49cc489872'
Note: When additional resources are tied to the account, the record is not deleted. However, the Sage API will still return an OK response, signalling the record has been deleted. The actual error message can be viewed by attempting to delete the account within the software itself.
| Name | Type | ReadOnly | Description |
| TradingAccountUUID [KEY] | String | True |
TradingAccount UUID |
| CustomerSupplierFlag | String | False |
TradingAccount Customer Supplier Flag |
| CompanyPersonFlag | String | False |
TradingAccount Company Person Flag. Valid values: Company or Person |
| OpenedDate | Date | False |
TradingAccount Opened Date |
| TradingAccountReference | String | True |
TradingAccount Reference |
| Status | String | False |
TradingAccount Status |
| Name | String | False |
TradingAccount Name |
| Type | String | False |
TradingAccount Type |
| Website | String | False |
TradingAccount Web site |
| DeliveryRule | Boolean | False |
TradingAccount Delivery Rule |
| Currency | String | False |
TradingAccount Currency |
| TaxReference | String | False |
TradingAccount Tax reference |
| TaxationCountry | String | False |
TradingAccount Taxation Country |
| FinanceBalance | Decimal | False |
TradingAccount Finance Balance |
| FinanceLimit | Decimal | False |
TradingAccount Finance Limit |
| FinanceStatusFlag | Boolean | False |
TradingAccount Finance Status Flag |
| FinanceStatusText | String | False |
TradingAccount Finance Status Text |
| SettlementDiscountType | String | False |
TradingAccount Settlement Discount Type |
| SettlementDiscountPercent | Decimal | False |
TradingAccount Settlement Discount Percent |
| SettlementDiscountTerms | String | False |
TradingAccount Settlement Discount Terms |
| SettlementDiscountIncludedInTotal | Boolean | False |
TradingAccount Settlement Discount Included In Total |
| PaymentTerms | String | False |
TradingAccount Payment Terms |
| OrderLineDiscountPercent | Decimal | False |
TradingAccount Order Line Discount Percent |
| InvoiceDiscountPercent | Decimal | False |
TradingAccount Invoice Discount Percent |
| PrimacyIndicator | Boolean | False |
TradingAccount Primacy Indicator |
| Balance | Decimal | False |
TradingAccount Balance |
| CreditLimit | Decimal | False |
TradingAccount Credit Limit |
| MTDTurnover | Decimal | True |
TradingAccount Month To Date Turnover |
| YTDTurnover | Decimal | True |
TradingAccount Year To Date Turnover |
| PriorYTDTurnover | Decimal | True |
TradingAccount Prior Year To Date Turnover |
| FirstInvoiceDate | Date | True |
TradingAccount First Invoice Date |
| LastInvoiceDate | Date | True |
TradingAccount Last Invoice Date |
| LastPaymentDate | Date | True |
TradingAccount Last Payment Date |
| LastCreditReviewDate | Date | False |
TradingAccount Last Credit Review Date |
| TradingTerms | String | True |
TradingAccount Trading Terms |
| StandardDiscount | Decimal | False |
TradingAccount Standard Discount |
| AccountOnHold | Boolean | False |
TradingAccount On Hold |
| Analysis1 | String | False |
TradingAccount Analysis (Custom) Field 1 |
| Analysis2 | String | False |
TradingAccount Analysis (Custom) Field 2 |
| Analysis3 | String | False |
TradingAccount Analysis (Custom) Field 3 |
| CanChargeCredit | Boolean | True |
TradingAccount Can Charge Credit |
| NextCreditReviewDate | Date | False |
TradingAccount Next Credit Review Date |
| AdditionalDiscount | String | True |
TradingAccount Additional Discount Type |
| CreditAppliedDate | Date | False |
TradingAccount Credit Applied date |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime |
An input used internally to filter records updated at a specific datetime. |
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
| Name | Description |
| BankAccounts | Query BankAccounts within Sage UK 50 Accounts. |
| FinancialAccounts | Query Financial Accounts within Sage UK 50 Accounts. |
| Interactions | Query Interactions within Sage UK 50 Accounts. |
| Prices | Query Prices within Sage UK 50 Accounts. |
| Projects | Query Projects within Sage UK 50 Accounts. |
| PurchaseOrderDeliveries | Query PurchaseOrderDeliveries within Sage UK 50 Accounts. |
| PurchaseOrderDeliveryLineItems | Query PurchaseOrderDeliveryLineItems within Sage UK 50 Accounts. |
| PurchaseOrderLineItems | Query PurchaseOrderLines within Sage UK 50 Accounts. |
| Receipts | Query Receipts within Sage UK 50 Accounts. |
| SalesCreditLineItems | Query SalesCreditLineItems within Sage UK 50 Accounts. |
| SalesInvoiceLineItems | Query SalesInvoiceLineItems within Sage UK 50 Accounts. |
| SalesOrderDeliveries | Query SalesOrderDeliveries within Sage UK 50 Accounts. |
| SalesOrderDeliveryLineItems | Query SalesOrderDeliveryLineItems within Sage UK 50 Accounts. |
| SalesOrderLineItems | Query SalesOrderLineItems within Sage UK 50 Accounts. |
| TaxCodes | Query Tax Codes within Sage UK 50 Accounts. |
| TradingActivities | Query TradingActivities within Sage UK 50 Accounts. |
Query BankAccounts within Sage UK 50 Accounts.
The BankAccounts table returns the bank accounts for a Sage 50 UK company dataset.
SELECT * FROM BankAccounts
| Name | Type | Description |
| BankAccountUUID [KEY] | String | BankAccount UUID |
| TradingAccountUUID | String | BankAccount Trading Account UUID |
| Type | String | BankAccount Type |
| TradingAccountReference | String | BankAccount Reference to the associated Trading Account |
| Name | String | BankAccount Name |
| BranchIdentifier | String | BankAccount Branch Identifier |
| AccountNumber | String | BankAccount Account Number |
| IBANNumber | String | BankAccount IBAN Number |
| BICSwiftCode | String | BankAccount BIC Swift Code |
| RollNumber | String | BankAccount Roll Number |
| Currency | String | BankAccount Currency |
| OperatingCompanyCurrency | String | BankAccount OperatingCompany Currency |
| Website | String | BankAccount Web site |
| CompanyReference | String | BankAccount Company Reference. Example values: 'Operating Company Bank Account', 'Supplier Bank Account', 'Customer Bank Account' |
| PaymentAllowedFlag | Boolean | BankAccount Payment Allowed Flag |
| ReceiptAllowedFlag | Boolean | BankAccount Receipt Allowed Flag |
| Reference2 | String | BankAccount Reference2 |
| Balance | Decimal | BankAccount Balance |
| Limit | Decimal | BankAccount Limit |
| PrimacyIndicator | Boolean | BankAccount Primacy Indicator |
| PostalAddressUUID | String | BankAccount PostalAddress UUID |
| PostalAddressActive | Boolean | BankAccount PostalAddress Active Flag |
| PostalAddressTradingAccountReference | String | BankAccount PostalAddress Reference |
| PostalAddressName | String | BankAccount PostalAddress Name |
| PostalAddressDescription | String | BankAccount PostalAddress Description |
| PostalAddressAddress1 | String | BankAccount PostalAddress Address 1 |
| PostalAddressAddress2 | String | BankAccount PostalAddress Address 2 |
| PostalAddressAddress3 | String | BankAccount PostalAddress Address 3 |
| PostalAddressAddress4 | String | BankAccount PostalAddress Address 4 |
| PostalAddressTownCity | String | BankAccount PostalAddress TownCity |
| PostalAddressCounty | String | BankAccount PostalAddress County |
| PostalAddressStateRegion | String | BankAccount PostalAddress StateRegion |
| PostalAddressZipPostCode | String | BankAccount PostalAddress ZipPost Code |
| PostalAddressCountry | String | BankAccount PostalAddress Country |
| PostalAddressPrimacyIndicator | Boolean | BankAccount PostalAddress Primacy Indicator |
| PostalAddressType | String | BankAccount PostalAddress Type |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Financial Accounts within Sage UK 50 Accounts.
| Name | Type | Description |
| FinancialAccountUUID [KEY] | String | FinancialAccount UUID |
| NominalCode | String | FinancialAccount Nominal Code |
| AccountName | String | FinancialAccount Type |
| Currency | String | FinancialAccount Currency |
| Balance | Decimal | FinancialAccount Balance |
| PrimacyIndicator | Boolean | FinancialAccount Primacy Indicator |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Interactions within Sage UK 50 Accounts.
The Interactions table returns the customer interaction information for a Sage 50 UK company dataset.
SELECT * FROM Interactions
| Name | Type | Description |
| InteractionUUID [KEY] | String | Interaction UUID |
| TradingAccountUUID | String | Interaction Trading Account UUID |
| Type | String | Interaction Type |
| Status | String | Interaction Status |
| TradingAccountReference | String | Interaction Reference |
| Description | String | Interaction Description |
| User | String | Interaction User |
| Date | Date | Interaction Date |
| Time | Time | Interaction Time |
| EndDate | Date | Interaction End Date |
| EndTime | Time | Interaction End Time |
| Recurrence | Boolean | Interaction Recurrence |
| PrivacyFlag | Boolean | Interaction Privacy Flag |
| PromisedPaymentDate | Date | Interaciton Promised Payment Date |
| FollowUpDate | Date | Interaction Follow Up Date |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Prices within Sage UK 50 Accounts.
The Prices table returns the product and services pricing information for a Sage 50 UK company dataset.
SELECT * FROM Prices WHERE Price < 10.00
| Name | Type | Description |
| PriceUUID [KEY] | String | Price UUID |
| ProductCode | String | Price Reference |
| Price | Decimal | Price |
| IncludesTax | Boolean | Price Includes Tax |
| Currency | String | Price Currency |
| DecimalPlaces | Decimal | Price Decimal Places |
| CustomerSupplierFlag | String | Price Customer Supplier Flag |
| OCCurrency | String | PurchaseOrderDelivery Operating Company Currency |
| OCCurrencyExchangeRate | Decimal | PurchaseOrderDelivery Operating Company Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | PurchaseOrderDelivery Operating Company Currency Exchange Rate Operator |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Projects within Sage UK 50 Accounts.
The Projects table returns project information for a Sage 50 UK company dataset.
SELECT * FROM Projects
| Name | Type | Description |
| ProjectUUID [KEY] | String | Project UUID |
| ProjectReference | String | Project Reference |
| TradingAccountReference | String | Project Reference2 |
| Name | String | Project Name |
| Description | String | Project Description |
| Status | String | Project Status |
| StartDate | Date | Project Start Date |
| EndDate | Date | Project End Date |
| Currency | String | Project Currency |
| OperatingCompanyCurrency | String | Project OperatingCompany Currency |
| OperatingCompanyCurrencyExchangeRate | Decimal | Project OperatingCompany Currency Exchange Rate |
| OperatingCompanyCurrencyExchangeRateOperator | String | Project OperatingCompany Currency Exchange Rate Operator |
| CurrentCostBalance | Decimal | Project Current Cost Balance |
| LastCostTransactionDate | Date | Project Last Cost Transaction Date |
| CurrentRevenueBalance | Decimal | Project Current Revenue Balance |
| LastRevenueTransactionDate | Date | Project Last Revenue Transaction Date |
| CurrentCostBudget | Decimal | Project Current Cost Budget |
| CurrentRevenueBudget | Decimal | Project Current Revenue Budget |
| CurrentCommittedCostBalance | Decimal | Project Current Committed Cost Balance |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query PurchaseOrderDeliveries within Sage UK 50 Accounts.
The PurchaseOrderDeliveries table returns purchase order delivery information for a Sage 50 UK company dataset.
SELECT * FROM PurchaseOrderDeliveries
| Name | Type | Description |
| PODeliveryUUID [KEY] | String | PurchaseOrderDelivery UUID |
| PurchaseOrderUUID | String | PurchaseOrderDelivery PurchaseOrder UUID |
| TradingAccountUUID | String | PurchaseOrderDelivery Trading Account UUID |
| GoodsReceivedNumber | String | PurchaseOrderDelivery Reference |
| SupplierReference | String | PurchaseOrderDelivery Supplier reference |
| CarrierReference | String | PurchaseOrderDelivery Carrier reference |
| Currency | String | PurchaseOrderDelivery Currency |
| OCCurrency | String | PurchaseOrderDelivery Operating Company Currency |
| OCCurrencyExchangeRate | Decimal | PurchaseOrderDelivery Operating Company Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | PurchaseOrderDelivery Operating Company Currency Exchange Rate Operator |
| RequestedDeliveryDate | Date | PurchaseOrderDelivery Requested Delivery Date |
| ActualDeliveryDate | Date | PurchaseOrderDelivery Actual Delivery Date |
| LineCount | Decimal | PurchaseOrderDelivery Line Count |
| PostalAddressUUID | String | PurchaseOrderDelivery PostalAddress UUID |
| PostalAddressActive | Boolean | PurchaseOrderDelivery PostalAddress Active Flag |
| PostalAddressReference | String | PurchaseOrderDelivery PostalAddress Reference |
| PostalAddressName | String | PurchaseOrderDelivery PostalAddress Name |
| PostalAddressDescription | String | PurchaseOrderDelivery PostalAddress Description |
| PostalAddressAddress1 | String | PurchaseOrderDelivery PostalAddress Address 1 |
| PostalAddressAddress2 | String | PurchaseOrderDelivery PostalAddress Address 2 |
| PostalAddressAddress3 | String | PurchaseOrderDelivery PostalAddress Address 3 |
| PostalAddressAddress4 | String | PurchaseOrderDelivery PostalAddress Address 4 |
| PostalAddressTownCity | String | PurchaseOrderDelivery PostalAddress TownCity |
| PostalAddressCounty | String | PurchaseOrderDelivery PostalAddress County |
| PostalAddressStateRegion | String | PurchaseOrderDelivery PostalAddress StateRegion |
| PostalAddressZipPostCode | String | PurchaseOrderDelivery PostalAddress ZipPost Code |
| PostalAddressCountry | String | PurchaseOrderDelivery PostalAddress Country |
| PostalAddressPrimacyIndicator | Boolean | PurchaseOrderDelivery PostalAddress Primacy Indicator |
| PostalAddressType | String | PurchaseOrderDelivery PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query PurchaseOrderDeliveryLineItems within Sage UK 50 Accounts.
The PurchaseOrderDeliveryLineItems table returns purchase order delivery line item information for a Sage 50 UK company dataset.
SELECT * FROM PurchaseOrderDeliveryLineItems WHERE GoodsReceivedNumber = '123'
| Name | Type | Description |
| PODeliveryLineItemUUID [KEY] | String | PurchaseOrderDeliveryLine UUID |
| CommodityUUID | String | PurchaseOrderDeliveryLine Commodity UUID |
| CommodityProductCode | String | PurchaseOrderDeliveryLine Commodity Product Code |
| CommodityName | String | PurchaseOrderDeliveryLine Commodity Name |
| GoodsReceivedNumber | String | PurchaseOrderDeliveryLine Reference |
| Reference2 | String | PurchaseOrderDeliveryLine Reference2 |
| LineNumber | Decimal | PurchaseOrderDeliveryLine Number |
| Text | String | PurchaseOrderDeliveryLine Text |
| RequestedQuantity | Decimal | PurchaseOrderDeliveryLine Requested Quantity |
| DeliveredQuantity | Decimal | PurchaseOrderDeliveryLine Delivered Quantity |
| UnitDescription | String | PurchaseOrderLine UnitOfMeasure Description |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query PurchaseOrderLines within Sage UK 50 Accounts.
The PurchaseOrderLineItems table returns purchase order line item information for a Sage 50 UK company dataset.
SELECT * FROM PurchaseOrderLineItems WHERE PurchaseOrderNumber = 'PO123'
| Name | Type | Description |
| PurchaseOrderLineItemUUID [KEY] | String | PurchaseOrderLine UUID |
| CommodityUUID | String | PurchaseOrderLine Commodity UUID |
| CommodityProductCode | String | PurchaseOrderLine Commodity Product Code |
| CommodityName | String | PurchaseOrderLine Commodity Name |
| PurchaseOrderNumber | String | PurchaseOrderLine Reference |
| LineNumber | Decimal | PurchaseOrderLine Number |
| DueDate | Date | PurchaseOrderLine Due Date |
| Description | String | PurchaseOrderLine Text |
| Quantity | Decimal | PurchaseOrderLine Quantity |
| InitialPrice | Decimal | PurchaseOrderLine Initial Price |
| ActualPrice | Decimal | PurchaseOrderLine Actual Price |
| NetTotal | Decimal | PurchaseOrderLine Net Total |
| DiscountTotal | Decimal | PurchaseOrderLine Discount Total |
| TaxTotal | Decimal | PurchaseOrderLine Tax Total |
| GrossTotal | Decimal | PurchaseOrderLine Gross Total |
| UnitDescription | String | PurchaseOrderLine UnitOfMeasure Description |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Receipts within Sage UK 50 Accounts.
The Receipts table returns the receipt information for a Sage 50 UK company dataset.
SELECT * FROM Receipts
| Name | Type | Description |
| ReceiptUUID [KEY] | String | Receipt UUID |
| TradingAccountUUID | String | Receipt Trading Account UUID |
| BankAccountUUID | String | Receipt BankAccount UUID |
| Type | String | Receipt Type |
| Reference | String | Receipt Reference |
| Reference2 | String | Receipt Reference2 |
| Date | Date | Receipt Date |
| TradingAccountReference | String | Receipt TradingAccount reference |
| Currency | String | Receipt Currency |
| OCCurrency | String | Receipt OperatingCompany Currency |
| OCCurrencyExchangeRate | Decimal | Receipt OperatingCompany Currency Exchange Rate |
| OCCurrencyExchangeRateOperator | String | Receipt OperatingCompany Currency Exchange Rate Operator |
| OCCurrencyExchangeRateDate | Date | Receipt OperatingCompany Currency Exchange Rate Date |
| BACurrency | String | Receipt Bank Account Currency |
| BACurrencyExchangeRate | Decimal | Receipt Bank Account Currency Exchange Rate |
| BACurrencyExchangeRateOperator | String | Receipt Bank Account Currency Exchange Rate Operator |
| TaxTotal | Decimal | Receipt Tax Total |
| GrossTotal | Decimal | Receipt Gross Total |
| Description | String | Receipt Description |
| LineCount | Decimal | Receipt Line Count |
| User | String | Receipt User |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query SalesCreditLineItems within Sage UK 50 Accounts.
The SalesCreditLineItems table returns sales credit line item information for a Sage 50 UK company dataset.
SELECT * FROM SalesCreditLineItems WHERE CreditNumber = 'CR123'
| Name | Type | Description |
| SalesCreditLineItemsUUID [KEY] | String | SalesCreditLine UUID |
| CommodityUUID | String | SalesCreditLine Commodity UUID |
| CommodityProductCode | String | SalesCreditLine Commodity Product Code |
| CommodityName | String | SalesCreditLine Commodity Name |
| CreditNumber | String | SalesCredit Reference |
| Reference2 | String | SalesCreditLine Reference2 |
| Type | String | SalesCreditLine Type |
| Number | Decimal | SalesCreditLine Number |
| Description | String | SalesCreditLine Text |
| DeliveryDate | Date | SalesCreditLine Delivery Date |
| Quantity | Decimal | SalesCreditLine Quantity |
| InitialPrice | Decimal | SalesCreditLine Initial Price |
| InvoiceLineDiscountAmount | Decimal | SalesCreditLine Invoice Line Discount Amount |
| InvoiceLineDiscountPercent | Decimal | SalesCreditLine Invoice Line Discount Percent |
| ActualPrice | Decimal | SalesCreditLine Actual Price |
| NetTotal | Decimal | SalesCreditLine Net Total |
| DiscountTotal | Decimal | SalesCreditLine Discount Total |
| TaxTotal | Decimal | SalesCreditLine Tax Total |
| GrossTotal | Decimal | SalesCreditLine Gross Total |
| UnitDescription | String | SalesCreditLine UnitOfMeasure Description |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query SalesInvoiceLineItems within Sage UK 50 Accounts.
The SalesInvoiceLineItems table returns sales invoice line item information for a Sage 50 UK company dataset.
SELECT * FROM SalesInvoiceLineItems WHERE InvoiceNumber = 'INV123'
| Name | Type | Description |
| SalesInvoiceLineItemUUID [KEY] | String | SalesInvoiceLine UUID |
| CommodityUUID | String | SalesInvoiceLine Commodity UUID |
| CommodityProductCode | String | SalesInvoiceLine Commodity Product Code |
| CommodityName | String | SalesInvoiceLine Commodity Name |
| InvoiceNumber | String | SalesInvoice Reference |
| Reference2 | String | SalesInvoice Reference2 |
| Type | String | SalesInvoiceLine Type |
| LineNumber | Integer | SalesInvoiceLine Number |
| Text | String | SalesInvoiceLine Text |
| DeliveryDate | Date | SalesInvoiceLine Delivery Date |
| Quantity | Decimal | SalesInvoiceLine Quantity |
| InitialPrice | Decimal | SalesInvoiceLine Initial Price |
| InvoiceLineDiscountAmount | Decimal | SalesInvoiceLine Invoice Line Discount Amount |
| InvoiceLineDiscountPercent | Decimal | SalesInvoiceLine Invoice Line Discount Percent |
| ActualPrice | Decimal | SalesInvoiceLine Actual Price |
| NetTotal | Decimal | SalesInvoiceLine Net Total |
| ChargesTotal | Decimal | SalesInvoiceLine Charges Total |
| DiscountTotal | Decimal | SalesInvoiceLine Discount Total |
| TaxTotal | Decimal | SalesInvoiceLine Tax Total |
| GrossTotal | Decimal | SalesInvoiceLine Gross Total |
| UnitDescription | String | SalesInvoiceLine UnitOfMeasure Description |
| TaxCodeUUID | String | SalesOrderLine Tax Code UUID |
| TaxCodeReference | String | SalesOrderLine Tax Code |
| TaxCodeValue | Decimal | SalesOrderLine Tax Code Value |
| TaxCodeDescription | String | SalesOrderLine Tax Code Description |
| TaxCodeType | String | SalesOrderLine Tax Code Type |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query SalesOrderDeliveries within Sage UK 50 Accounts.
The SalesOrderDeliveries table returns sales order delivery information for a Sage 50 UK company dataset.
SELECT * FROM SalesOrderDeliveries
| Name | Type | Description |
| SODeliveryUUID [KEY] | String | SalesOrderDelivery UUID |
| SalesOrderUUID | String | SalesOrderDelivery SalesOrder UUID |
| TradingAccountUUID | String | SalesOrderDelivery Trading Account UUID |
| SalesOrderNumber | String | SalesOrderDelivery Reference |
| TradingAccountReference | String | SalesOrderDelivery Reference2 |
| CustomerReference | String | SalesOrderDelivery Customer reference |
| CarrierReference | String | SalesOrderDelivery Carrier reference |
| Currency | String | SalesOrderDelivery Currency |
| OCCurrency | String | SalesOrderDelivery Operating Company Currency |
| CustomerCurrencyExchangeRate | Decimal | SalesOrderDelivery Customer Trading Account Currency Exchange Rate |
| CustomerCurrencyExchangeRateOperator | String | SalesOrderDelivery Customer Trading Account Currency Exchange Rate Operator |
| RequestedDeliveryDate | Date | SalesOrderDelivery Requested Delivery Date |
| ActualDeliveryDate | Date | SalesOrderDelivery Actual Delivery Date |
| LineCount | Decimal | SalesOrderDelivery Line Count |
| PostalAddressUUID | String | SalesOrderDelivery PostalAddress UUID |
| PostalAddressActive | Boolean | SalesOrderDelivery PostalAddress Active Flag |
| PostalAddressReference | String | SalesOrderDelivery PostalAddress Reference |
| PostalAddressName | String | SalesOrderDelivery PostalAddress Name |
| PostalAddressDescription | String | SalesOrderDelivery PostalAddress Description |
| PostalAddressAddress1 | String | SalesOrderDelivery PostalAddress Address 1 |
| PostalAddressAddress2 | String | SalesOrderDelivery PostalAddress Address 2 |
| PostalAddressAddress3 | String | SalesOrderDelivery PostalAddress Address 3 |
| PostalAddressAddress4 | String | SalesOrderDelivery PostalAddress Address 4 |
| PostalAddressTownCity | String | SalesOrderDelivery PostalAddress TownCity |
| PostalAddressCounty | String | SalesOrderDelivery PostalAddress County |
| PostalAddressStateRegion | String | SalesOrderDelivery PostalAddress StateRegion |
| PostalAddressZipPostCode | String | SalesOrderDelivery PostalAddress ZipPost Code |
| PostalAddressCountry | String | SalesOrderDelivery PostalAddress Country |
| PostalAddressPrimacyIndicator | Boolean | SalesOrderDelivery PostalAddress Primacy Indicator |
| PostalAddressType | String | SalesOrderDelivery PostalAddress Type. Sample values: Billing, Shipping. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query SalesOrderDeliveryLineItems within Sage UK 50 Accounts.
The SalesOrderDeliveryLineItems table returns sales order delivery line item information for a Sage 50 UK company dataset.
SELECT * FROM SalesOrderDeliveryLineItems WHERE GoodsDespatchedNumber = '987'
| Name | Type | Description |
| SODeliveryLineItemUUID [KEY] | String | SalesOrderDeliveryLine UUID |
| CommodityUUID | String | SalesOrderDeliveryLine Commodity UUID |
| CommodityProductCode | String | SalesOrderDeliveryLine Commodity Product Code |
| CommodityName | String | SalesOrderDeliveryLine Commodity Name |
| SalesOrderNumber | String | SalesOrderDeliveryLine Sales Order Number |
| GoodsDespatchedNumber | String | SalesOrderDeliveryLine Reference |
| Reference2 | String | SalesOrderDeliveryLine Reference2 |
| LineNumber | Decimal | SalesOrderDeliveryLine Number |
| Text | String | SalesOrderDeliveryLine Text |
| RequestedDeliveryDate | Date | SalesOrderDeliveryLine Requested Delivery Date |
| ActualDeliveryDate | Date | SalesOrderDeliveryLine Actual Delivery Date |
| RequestedQuantity | Decimal | SalesOrderDeliveryLine Requested Quantity |
| DeliveredQuantity | Decimal | SalesOrderDeliveryLine Delivered Quantity |
| UnitDescription | String | SalesOrderDeliveryLine UnitOfMeasure Description |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query SalesOrderLineItems within Sage UK 50 Accounts.
The SalesOrderLineItems table returns sales order line item information for a Sage 50 UK company dataset.
SELECT * FROM SalesOrderLineItems WHERE SalesOrderNumber = 'SO123'
| Name | Type | Description |
| SalesOrderLineItemUUID [KEY] | String | SalesOrderLine UUID |
| CommodityUUID | String | SalesOrderLine Commodity UUID |
| CommodityProductCode | String | SalesOrderLine Commodity Product Code |
| CommodityName | String | SalesOrderLine Commodity Name |
| SalesOrderNumber | String | SalesOrderLine Reference |
| Reference2 | String | SalesOrderLine Reference2 |
| LineNumber | Decimal | SalesOrderLine Number |
| Type | String | SalesOrderLine Type |
| Description | String | SalesOrderLine Text |
| DueDate | Date | SalesOrderLine Due Date |
| CarrierReference | String | SalesOrderLine Carrier reference |
| Quantity | Decimal | SalesOrderLine Quantity |
| InitialPrice | Decimal | SalesOrderLine Initial Price |
| OrderLineDiscountAmount | Decimal | SalesOrderLine Order Line Discount Amount |
| OrderLineDiscountPercent | Decimal | SalesOrderLine Order Line Discount Perecent |
| ActualPrice | Decimal | SalesOrderLine Actual Price |
| NetTotal | Decimal | SalesOrderLine Net Total |
| DiscountTotal | Decimal | SalesOrderLine Discount Total |
| TaxTotal | Decimal | SalesOrderLine Tax Total |
| GrossTotal | Decimal | SalesOrderLine Gross Total |
| UnitDescription | String | SalesOrderLine UnitOfMeasure Description |
| TaxCodeUUID | String | SalesOrderLine Tax Code UUID |
| TaxCodeReference | String | SalesOrderLine Tax Code |
| TaxCodeValue | Decimal | SalesOrderLine Tax Code Value |
| TaxCodeDescription | String | SalesOrderLine Tax Code Description |
| TaxCodeType | String | SalesOrderLine Tax Code Type |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query Tax Codes within Sage UK 50 Accounts.
| Name | Type | Description |
| TaxCodeUUID [KEY] | String | Tax Code UUID |
| TaxCode | String | Tax Code Reference |
| Description | String | Tax Code Description |
| Type | String | Tax Code Type |
| Value | Decimal | Tax Code Value |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Query TradingActivities within Sage UK 50 Accounts.
The TradingActivities table returns the trading activity information for a Sage 50 UK company dataset.
SELECT * FROM TradingActivities
| Name | Type | Description |
| TradingActivityUUID [KEY] | String | TradingActivity UUID |
| ApplicationID | String | TradingActivity Application ID |
| Deleted | Boolean | TradingActivity Deleted |
| Label | String | TradingActivity Label |
| Reference | String | TradingActivity Reference |
| TransactionType | String | TradingActivity TransactionType |
| Date | Date | TradingActivity Date |
| Details | String | TradingActivity Details |
| AmountNet | Decimal | TradingActivity NetAmount |
| AmountTax | Decimal | TradingActivity TaxAmount |
| AmountGross | Decimal | TradingActivity GrossAmount |
| Currency | String | TradingActivity Currency |
| AmountPaid | Decimal | TradingActivity PaidAcmount |
| TradingAccountReference | String | TradingActivity AccountReference |
| DueDate | Date | TradingActivity Due Date |
| HeaderNumber | String | TradingActivity Header Number |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Updated | Datetime | An input used internally to filter records updated at a specific datetime. |
Stored procedures are function-like interfaces that extend the functionality of the Sync App beyond simple SELECT/INSERT/UPDATE/DELETE operations with Sage 50 UK.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Sage 50 UK, along with an indication of whether the procedure succeeded or failed.
| Name | Description |
| ComputePrice | Computes the Price based on a trading account and a commodity provided. |
Computes the Price based on a trading account and a commodity provided.
| Name | Type | Description |
| TradingAccount | String | The UUID of the corresponding trading account. |
| Commodity | String | The UUID of the commodity/ies participating in the transaction. In case multiple commodities are to be entered seperate by comma (,). |
| Quantity | String | The UUID of the quantity/ies for each commodity in the transaction. In case multiple commodities, their corresponding quantities are to be entered seperate by comma (,). |
| Name | Type | Description |
| NetTotal | Double | The net total amount. |
| ProfitTotal | Double | The profit total amount. |
| GrossTotal | Double | The gross total amount. |
| Success | Boolean | If the request is sucessful. |
| TaxTotal | Double | The tax total amount. |
| DiscountTotal | Double | The discount total amount. |
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.
For more information on establishing a connection, see Establishing a Connection.
| Property | Description |
| AuthScheme | The scheme used for authentication. Accepted entries are Basic, Digest, or None. |
| URL | URL to the Sage 50 UK SData service. For example, http://MySite:5493/sdata/accounts50/GCRM/MyDatasetId/. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| Property | Description |
| SSLServerCert | Specifies the certificate to be accepted from the server when connecting using TLS/SSL. |
| Property | Description |
| FirewallType | Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall. |
| FirewallServer | Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources. |
| FirewallPort | Specifies the TCP port to be used for a proxy-based firewall. |
| FirewallUser | Identifies the user ID of the account authenticating to a proxy-based firewall. |
| FirewallPassword | Specifies the password of the user account authenticating to a proxy-based firewall. |
| Property | Description |
| ProxyAutoDetect | Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server. |
| ProxyServer | Identifies the hostname or IP address of the proxy server through which you want to route HTTP traffic. |
| ProxyPort | Identifies the TCP port on your specified proxy server that has been reserved for routing HTTP traffic to and from the client. |
| ProxyAuthScheme | Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property. |
| ProxyUser | Provides the username of a user account registered with the proxy server specified in the ProxyServer connection property. |
| ProxyPassword | Specifies the password of the user specified in the ProxyUser connection property. |
| ProxySSLType | Specifies the SSL type to use when connecting to the proxy server specified in the ProxyServer connection property. |
| ProxyExceptions | Specifies a semicolon-separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property. |
| Property | Description |
| LogModules | Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged. |
| Property | Description |
| Location | Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path. |
| BrowsableSchemas | Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC . |
| Tables | Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC . |
| Views | Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC . |
| Property | Description |
| MaxRows | Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY. |
| Other | Specifies advanced connection properties for specialized scenarios. Use this property only under the guidance of our Support team to address specific issues. |
| Pagesize | Specifies the maximum number of records per page the provider returns when requesting data from Sage 50 UK. |
| PseudoColumns | Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'. |
| Timeout | Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file. |
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The scheme used for authentication. Accepted entries are Basic, Digest, or None. |
| URL | URL to the Sage 50 UK SData service. For example, http://MySite:5493/sdata/accounts50/GCRM/MyDatasetId/. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
The scheme used for authentication. Accepted entries are Basic, Digest, or None.
Together with Password and User, this field is used to authenticate against the Sage 50 UK Accounts service. Basic is the default option.
URL to the Sage 50 UK SData service. For example, http://MySite:5493/sdata/accounts50/GCRM/MyDatasetId/.
URL to the Sage 50 UK SData service. For example, http://MySite:5493/sdata/accounts50/GCRM/MyDatasetId/.
The URL can be obtained directly from your Sage 50 UK Accounts software by navigating to Tools > Internet Options > SData Settings > Details (Next to Sage 50 UK Accounts). The address can then be copied for the company dataset desired.
Specifies the authenticating user's user ID.
The authenticating server requires both User and Password to validate the user's identity.
Specifies the authenticating user's password.
The authenticating server requires both User and Password to validate the user's identity.
This section provides a complete list of the SSL properties you can configure in the connection string for this provider.
| Property | Description |
| SSLServerCert | Specifies the certificate to be accepted from the server when connecting using TLS/SSL. |
Specifies the certificate to be accepted from the server when connecting using TLS/SSL.
If you are using a TLS/SSL connection, use this property to specify the TLS/SSL certificate to be accepted from the server. If you specify a value for this property, all other certificates that are not trusted by the machine are rejected.
This property can take the following forms:
| Description | Example |
| A full PEM Certificate (example shortened for brevity) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
| A path to a local file containing the certificate | C:\cert.cer |
| The public key (example shortened for brevity) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
| The MD5 Thumbprint (hex values can also be either space- or colon-separated) | ecadbdda5a1529c58a1e9e09828d70e4 |
| The SHA1 Thumbprint (hex values can also be either space- or colon-separated) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
Note: It is possible to use '*' to signify that all certificates should be accepted, but due to security concerns this is not recommended.
This section provides a complete list of the Firewall properties you can configure in the connection string for this provider.
| Property | Description |
| FirewallType | Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall. |
| FirewallServer | Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources. |
| FirewallPort | Specifies the TCP port to be used for a proxy-based firewall. |
| FirewallUser | Identifies the user ID of the account authenticating to a proxy-based firewall. |
| FirewallPassword | Specifies the password of the user account authenticating to a proxy-based firewall. |
Specifies the protocol the provider uses to tunnel traffic through a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Note: By default, the Sync App connects to the system proxy. To disable this behavior and connect to one of the following proxy types, set ProxyAutoDetect to false.
The following table provides port number information for each of the supported protocols.
| Protocol | Default Port | Description |
| TUNNEL | 80 | The port where the Sync App opens a connection to Sage 50 UK. Traffic flows back and forth via the proxy at this location. |
| SOCKS4 | 1080 | The port where the Sync App opens a connection to Sage 50 UK. SOCKS 4 then passes theFirewallUser value to the proxy, which determines whether the connection request should be granted. |
| SOCKS5 | 1080 | The port where the Sync App sends data to Sage 50 UK. If the SOCKS 5 proxy requires authentication, set FirewallUser and FirewallPassword to credentials the proxy recognizes. |
To connect to HTTP proxies, use ProxyServer and ProxyPort. To authenticate to HTTP proxies, use ProxyAuthScheme, ProxyUser, and ProxyPassword.
Identifies the IP address, DNS name, or host name of a proxy used to traverse a firewall and relay user queries to network resources.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Specifies the TCP port to be used for a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Identifies the user ID of the account authenticating to a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
Specifies the password of the user account authenticating to a proxy-based firewall.
A proxy-based firewall (or proxy firewall) is a network security device that acts as an intermediary between user requests and the resources they access. The proxy accepts the request of an authenticated user, tunnels through the firewall, and transmits the request to the appropriate server.
Because the proxy evaluates and transfers data backets on behalf of the requesting users, the users never connect directly with the servers, only with the proxy.
This section provides a complete list of the Proxy properties you can configure in the connection string for this provider.
| Property | Description |
| ProxyAutoDetect | Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server. |
| ProxyServer | Identifies the hostname or IP address of the proxy server through which you want to route HTTP traffic. |
| ProxyPort | Identifies the TCP port on your specified proxy server that has been reserved for routing HTTP traffic to and from the client. |
| ProxyAuthScheme | Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property. |
| ProxyUser | Provides the username of a user account registered with the proxy server specified in the ProxyServer connection property. |
| ProxyPassword | Specifies the password of the user specified in the ProxyUser connection property. |
| ProxySSLType | Specifies the SSL type to use when connecting to the proxy server specified in the ProxyServer connection property. |
| ProxyExceptions | Specifies a semicolon-separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property. |
Specifies whether the provider checks your system proxy settings for existing proxy server configurations, rather than using a manually specified proxy server.
When this connection property is set to True, the Sync App checks your system proxy settings for existing proxy server configurations (no need to manually supply proxy server details).
This connection property takes precedence over other proxy settings. If you want to configure the Sync App to connect to a specific proxy server, set ProxyAutoDetect to False.
To connect to an HTTP proxy, see ProxyServer. For other proxies, such as SOCKS or tunneling, see FirewallType.
Identifies the hostname or IP address of the proxy server through which you want to route HTTP traffic.
The Sync App only routes HTTP traffic through the proxy server specified in this connection property when ProxyAutoDetect is set to False.
If ProxyAutoDetect is set to True (the default), the Sync App instead routes HTTP traffic through the proxy server specified in your system proxy settings.
Identifies the TCP port on your specified proxy server that has been reserved for routing HTTP traffic to and from the client.
The Sync App only routes HTTP traffic through the ProxyServer port specified in this connection property when ProxyAutoDetect is set to False.
If ProxyAutoDetect is set to True (the default), the Sync App instead routes HTTP traffic through the proxy server port specified in your system proxy settings.
For other proxy types, see FirewallType.
Specifies the authentication method the provider uses when authenticating to the proxy server specified in the ProxyServer connection property.
Supported authentication types :
For all values other than NONE, you must also set the ProxyUser and ProxyPassword connection properties.
If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.
Provides the username of a user account registered with the proxy server specified in the ProxyServer connection property.
The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.
After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:
| ProxyAuthScheme Value | Value to set for ProxyUser |
| BASIC | The username of a user registered with the proxy server. |
| DIGEST | The username of a user registered with the proxy server. |
| NEGOTIATE | The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user. |
| NTLM | The username of a Windows user who is a valid user in the domain or trusted domain that the proxy server is part of, in the format user@domain or domain\user. |
| NONE | Do not set the ProxyPassword connection property. |
Note: The Sync App only uses this username if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True (the default), the Sync App instead uses the username specified in your system proxy settings.
Specifies the password of the user specified in the ProxyUser connection property.
The ProxyUser and ProxyPassword connection properties are used to connect and authenticate against the HTTP proxy specified in ProxyServer.
After selecting one of the available authentication types in ProxyAuthScheme, set this property as follows:
| ProxyAuthScheme Value | Value to set for ProxyPassword |
| BASIC | The password associated with the proxy server user specified in ProxyUser. |
| DIGEST | The password associated with the proxy server user specified in ProxyUser. |
| NEGOTIATE | The password associated with the Windows user account specified in ProxyUser. |
| NTLM | The password associated with the Windows user account specified in ProxyUser. |
| NONE | Do not set the ProxyPassword connection property. |
For SOCKS 5 authentication or tunneling, see FirewallType.
Note: The Sync App only uses this password if ProxyAutoDetect is set to False. If ProxyAutoDetect is set to True (the default), the Sync App instead uses the password specified in your system proxy settings.
Specifies the SSL type to use when connecting to the proxy server specified in the ProxyServer connection property.
This property determines when to use SSL for the connection to the HTTP proxy specified by ProxyServer. You can set this connection property to the following values :
| AUTO | Default setting. If ProxyServer is set to an HTTPS URL, the Sync App uses the TUNNEL option. If ProxyServer is set to an HTTP URL, the component uses the NEVER option. |
| ALWAYS | The connection is always SSL enabled. |
| NEVER | The connection is not SSL enabled. |
| TUNNEL | The connection is made through a tunneling proxy. The proxy server opens a connection to the remote host and traffic flows back and forth through the proxy. |
Specifies a semicolon-separated list of destination hostnames or IPs that are exempt from connecting through the proxy server set in the ProxyServer connection property.
The ProxyServer is used for all addresses, except for addresses defined in this property. Use semicolons to separate entries.
Note: The Sync App uses the system proxy settings by default, without further configuration needed. If you want to explicitly configure proxy exceptions for this connection, set ProxyAutoDetect to False.
This section provides a complete list of the Logging properties you can configure in the connection string for this provider.
| Property | Description |
| LogModules | Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged. |
Specifies the core modules to include in the log file. Use a semicolon-separated list of module names. By default, all modules are logged.
The Sync App writes details about each operation it performs into the logfile specified by the Logfile connection property.
Each of these logged operations are assigned to a themed category called a module, and each module has a corresponding short code used to labels individual Sync App operations as belonging to that module.
When this connection property is set to a semicolon-separated list of module codes, only operations belonging to the specified modules are written to the logfile. Note that this only affects which operations are logged moving forward and doesn't retroactively alter the existing contents of the logfile. For example: INFO;EXEC;SSL;META;
By default, logged operations from all modules are included.
You can explicitly exclude a module by prefixing it with a "-". For example: -HTTP
To apply filters to submodules, identify them with the syntax <module name>.<submodule name>. For example, the following value causes the Sync App to only log actions belonging to the HTTP module, and further refines it to exclude actions belonging to the Res submodule of the HTTP module: HTTP;-HTTP.Res
Note that the logfile filtering triggered by the Verbosity connection property takes precedence over the filtering imposed by this connection property. This means that operations of a higher verbosity level than the level specified in the Verbosity connection property are not printed in the logfile, even if they belong to one of the modules specified in this connection property.
The available modules and submodules are:
| Module Name | Module Description | Submodules |
| INFO | General Information. Includes the connection string, product version (build number), and initial connection messages. |
|
| EXEC | Query Execution. Includes execution messages for user-written SQL queries, parsed SQL queries, and normalized SQL queries. Success/failure messages for queries and query pages appear here as well. |
|
| HTTP | HTTP protocol messages. Includes HTTP requests/responses (including POST messages), as well as Kerberos related messages. |
|
| WSDL | Messages pertaining to the generation of WSDL/XSD files. | — |
| SSL | SSL certificate messages. |
|
| AUTH | Authentication related failure/success messages. |
|
| SQL | Includes SQL transactions, SQL bulk transfer messages, and SQL result set messages. |
|
| META | Metadata cache and schema messages. |
|
| FUNC | Information related to executing SQL functions. |
|
| TCP | Incoming and outgoing raw bytes on TCP transport layer messages. |
|
| FTP | Messages pertaining to the File Transfer Protocol. |
|
| SFTP | Messages pertaining to the Secure File Transfer Protocol. |
|
| POP | Messages pertaining to data transferred via the Post Office Protocol. |
|
| SMTP | Messages pertaining to data transferred via the Simple Mail Transfer Protocol. |
|
| CORE | Messages relating to various internal product operations not covered by other modules. | — |
| DEMN | Messages related to SQL remoting. | — |
| CLJB | Messages about bulk data uploads (cloud job). |
|
| SRCE | Miscellaneous messages produced by the product that don't belong in any other module. | — |
| TRANCE | Advanced messages concerning low-level product operations. | — |
This section provides a complete list of the Schema properties you can configure in the connection string for this provider.
| Property | Description |
| Location | Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path. |
| BrowsableSchemas | Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC . |
| Tables | Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC . |
| Views | Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC . |
Specifies the location of a directory containing schema files that define tables, views, and stored procedures. Depending on your service's requirements, this may be expressed as either an absolute path or a relative path.
The Location property is only needed if you want to either customize definitions (for example, change a column name, ignore a column, etc.) or extend the data model with new tables, views, or stored procedures.
If left unspecified, the default location is %APPDATA%\\CData\\Sage50UK Data Provider\\Schema, where %APPDATA% is set to the user's configuration directory:
| Platform | %APPDATA% |
| Windows | The value of the APPDATA environment variable |
| Linux | ~/.config |
Optional setting that restricts the schemas reported to a subset of all available schemas. For example, BrowsableSchemas=SchemaA,SchemaB,SchemaC .
Listing all available database schemas can take extra time, thus degrading performance. Providing a list of schemas in the connection string saves time and improves performance.
Optional setting that restricts the tables reported to a subset of all available tables. For example, Tables=TableA,TableB,TableC .
Listing all available tables from some databases can take extra time, thus degrading performance. Providing a list of tables in the connection string saves time and improves performance.
If there are lots of tables available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those tables. To do this, specify the tables you want in a comma-separated list. Each table should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space`.
Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each table you want to view by its fully qualified name. This avoids ambiguity between tables that may exist in multiple catalogs or schemas.
Optional setting that restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC .
Listing all available views from some databases can take extra time, thus degrading performance. Providing a list of views in the connection string saves time and improves performance.
If there are lots of views available and you already know which ones you want to work with, you can use this property to restrict your viewing to only those views. To do this, specify the views you want in a comma-separated list. Each view should be a valid SQL identifier with any special characters escaped using square brackets, double-quotes or backticks. For example, Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space`.
Note: If you are connecting to a data source with multiple schemas or catalogs, you must specify each view you want to examine by its fully qualified name. This avoids ambiguity between views that may exist in multiple catalogs or schemas.
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
| Property | Description |
| MaxRows | Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY. |
| Other | Specifies advanced connection properties for specialized scenarios. Use this property only under the guidance of our Support team to address specific issues. |
| Pagesize | Specifies the maximum number of records per page the provider returns when requesting data from Sage 50 UK. |
| PseudoColumns | Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'. |
| Timeout | Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file. |
Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.
The default value for this property, -1, means that no row limit is enforced unless the query explicitly includes a LIMIT clause. (When a query includes a LIMIT clause, the value specified in the query takes precedence over the MaxRows setting.)
Setting MaxRows to a whole number greater than 0 ensures that queries do not return excessively large result sets by default.
This property is useful for optimizing performance and preventing excessive resource consumption when executing queries that could otherwise return very large datasets.
Specifies advanced connection properties for specialized scenarios. Use this property only under the guidance of our Support team to address specific issues.
This property allows advanced users to configure hidden properties for specialized situations, with the advice of our Support team. These settings are not required for normal use cases but can address unique requirements or provide additional functionality. To define multiple properties, use a semicolon-separated list.
Note: It is strongly recommended to set these properties only when advised by the Support team to address specific scenarios or issues.
| Property | Description |
| DefaultColumnSize | Sets the default length of string fields when the data source does not provide column length in the metadata. The default value is 2000. |
| ConvertDateTimeToGMT=True | Converts date-time values to GMT, instead of the local time of the machine. The default value is False (use local time). |
| RecordToFile=filename | Records the underlying socket data transfer to the specified file. |
Specifies the maximum number of records per page the provider returns when requesting data from Sage 50 UK.
When processing a query, instead of requesting all of the queried data at once from Sage 50 UK, the Sync App can request the queried data in pieces called pages.
This connection property determines the maximum number of results that the Sync App requests per page.
Note: Setting large page sizes may improve overall query execution time, but doing so causes the Sync App to use more memory when executing queries and risks triggering a timeout.
Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
This property allows you to define which pseudocolumns the Sync App exposes as table columns.
To specify individual pseudocolumns, use the following format:
Table1=Column1;Table1=Column2;Table2=Column3
To include all pseudocolumns for all tables use:
*=*
Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.
Timeout is set to 60 seconds by default. To disable timeouts, set this property to 0.
Disabling the timeout allows operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server.
Note: Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.
Specifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file.
UserDefinedViews allows you to define and manage custom views through a JSON-formatted configuration file called UserDefinedViews.json. These views are automatically recognized by the Sync App and enable you to execute custom SQL queries as if they were standard database views. The JSON file defines each view as a root element with a child element called "query", which contains the SQL query for the view.
For example:
{
"MyView": {
"query": "SELECT * FROM TradingAccounts WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
You can use this property to define multiple views in a single file and specify the filepath.
For example:
UserDefinedViews=C:\Path\To\UserDefinedViews.jsonWhen you specify a view in UserDefinedViews, the Sync App only sees that view.
For further information, see User Defined Views.
LZMA from 7Zip LZMA SDK
LZMA SDK is placed in the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
LZMA2 from XZ SDK
Version 1.9 and older are in the public domain.
Xamarin.Forms
Xamarin SDK
The MIT License (MIT)
Copyright (c) .NET Foundation Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
NSIS 3.10
Copyright (C) 1999-2025 Contributors THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
"Program" means the Contributions distributed in accordance with this Agreement.
"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained within the Program.
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.