Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the provider beyond simple SELECT/INSERT/UPDATE/DELETE operations with Reckon Accounts Hosted.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Reckon Accounts Hosted, along with an indication of whether the procedure succeeded or failed.
CData ADO.NET Provider for Reckon Accounts Hosted Stored Procedures
Name | Description |
CreateReportSchema | Generates a report schema file. |
CreateSimpleReportSchema | Generates a simple report schema file. |
GetOAuthAccessToken | Gets the OAuth access token from Reckon Accounts Hosted. |
GetOAuthAuthorizationURL | Gets the Reckon Accounts Hosted authorization URL. Access the URL returned in the output in an Internet browser. This requests the access token that can be used as part of the connection string to Reckon Accounts Hosted. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with Reckon Accounts Hosted. |
ReportAging | Generates Reckon aging reports. |
ReportBudgetSummary | Generates budget reports. |
ReportCustomDetail | Generates a custom transaction detail report. |
ReportCustomSummary | Generates a custom summary report. |
ReportGeneralDetail | Generates a general detail report. |
ReportGeneralSummary | Generate a general summary report. |
ReportJob | Generates job reports. |
ReportPayrollDetail | Generates payroll reports. |
ReportPayrollSummary | Generates payroll summary reports. |
ReportTime | Generates summary and detail reports related by time. |
SearchEntities | Search entities in Reckon. |
SendQBXML | Sends the provided QBXML directly to Reckon. |
VoidTransaction | Voids a given transaction in Reckon. |