| Cancel Method | |
| See Also Example |
- pIGeneralDataParams
Contains a property whose value is the key of the row to cancel.
For example, for a UDO for a master data table, the object contains a property called Code whose value is the key of the row to cancel.
Cancels a row in the database table of the current UDO.
| Visual Basic |
|---|
Public Sub Cancel( _
   ByVal pIGeneralDataParams As GeneralDataParams _
) |
- pIGeneralDataParams
Contains a property whose value is the key of the row to cancel.
For example, for a UDO for a master data table, the object contains a property called Code whose value is the key of the row to cancel.
| Canceling a UDO record (Visual Basic) | Copy Code | |
|---|---|---|
| ||