Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

OneList reports are implemented using SQL stored procedures. 

The stored procedure must have these input parameters:

ParameterDescription
@startDate datetimeThe start date of the reporting period.
@enddate datetimeThe end date of the reporting period.
@categories nvarchar(max) = nullSelected category list separated by comma, e.g. 'Salesforce Opportunities', 'Purchase Orders'
@users nvarchar(max) = nullSelected user names separated by comma, e.g. 'Approver1', 'Approver2'


  • No labels