A newer version of this content is available on ReWorkflow ReSource.

Slate User-Defined Functions

Technolutions official documentation has a helpful page on User Defined SQL Functions. However, as the page stresses, it's only a partial list. This article will attempt to document additional functions.

Table-Valued Functions

dbo.getFieldMultiTable(record, field)

Like dbo.getFieldTable(), except that it returns multiple rows.

dbo.getFieldExtendedMultiTable(record, field)

Returns the Extended prompt value from a field on multiple rows.

Last updated 6/3/24, 9:55 AM