Finds a row using the specified column values.

Syntax

Smartsite SXML CopyCode image Copy Code
integer placeholder.findexact(string targetId, any[ ] columnValues)

Parameters

Name Data Type Description
targetId String The target id.
columnValues Any[ ] The column values.

Return Value

Data Type Description
Integer The number of the row if found; otherwise, -1

Expand image Example

SXML