Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Deletes a specific row from a reference table.
Parameters
Parameter | Type | Description |
---|---|---|
row-to-delete (required) | map | The row to be deleted, represented as a map object where the column name is the key and the field value is the value. |
Remarks
The method throws a More than one row found to delete... error at runtime if there are more than one rows that match the row-to-delete parameter in the table.
Sample
Download the declaration file for the sample reference table here.
Figure 418. The reference table used in the sample below