JmgClientFieldTable.delete Method
Deletes the current record and updates the field sequences where this record participates in.
Syntax
public void delete([boolean deletingAllRecords])
Run On
Server
Parameters
- deletingAllRecords
Type: boolean
A boolean value indicating whether to update the sequence order of the related records after deletion. Optional; defaults to false.