getParameters(sortValue)
JavaScript API Reference/Ab.grid.ReportGrid object
getParameters(sortValue)
Constructs a parameters object for sending data to a workflow rule. When using a custom workflow rule that calls the default rule, this method may be overridden to send any additional data to the custom rule before passing on to the default t rule.
Parameters:
-
sortValue
(JS object): an object containing sorting information easily gotten via the reportGrid’sgetCurrentSortValues()
method