Previous Topic: ca_pam_getTableData(_id, startIndex, endIndex)Next Topic: ca_pam_setTableData(_id, values)


ca_pam_getTableRowCount(_id)

Returns the total number of rows of data from a table.

Input Parameters
_id (string)

Specifies the unique identifier of a Table Form element.

Return Value

Returns a number of rows as an integer.

Example
ca_pam_getTableRowCount('Form.employeeList')

This example returns the row count of the employee list Table Form element.

You can also find this function in the out-of-the-box content in CA Process Automation.

  1. On the Home page, click Browse Out-of-the-Box Content.
  2. Navigate to the User Interaction Forms folders, then:
    • 07 Populate Table RESTful WS: Populate Table RESTful WS.
    • 08 Populate Table SOAP WS: Populate Table SOAP WS.