_getDT
Gathers the IDs and Names of a chosen number of Marketing Sources, can also skip a number of entries before retrieving results.
Parameters
draw
A number which is echoed back to the caller. Useful for avoiding race conditions.
start
The number of entries skipped before the function starts retrieving Sources
length
The number of entries returned, if the "start" parameter is higher than 0, skipped entries are not included.
Examples
For this example: start = 0, length = 10
Result:
For this example: start = 1, length = 1
Result:
On Failure
If the "draw" parameter is not set
Last updated