Deletes one or more rows of data from a table.
Specifies the unique identifier of a Table form element.
Specifies the numeric index of the first row of table data to delete.
Specifies the numeric index of the last row of table data to delete.
None.
ca_pam_clearTableData('Form.employeeList',0,ca_pam_getTableRowCount('Form.employeeList')-1);
This example deletes all rows in the employeeList table.
You can also find this function in the out-of-the-box content in CA Process Automation.
|
Copyright © 2013 CA.
All rights reserved.
|
|