9.63 DOM_DELETE_FIELD
Þ Note: Built-In Function Rules.
Deletes a field from an open document/data note using the field name. The named field is deleted from the in-memory copy of the document until the DOM_UPDATE_DOCUMENT Built-In Function is used to update the document/note in the database.
For use with
|
Arguments
|
Return Values
|
Example
Refer to these Domino Built-In Function Examples:
Example 4: Updating Documents selected from a Browselist
Technical Notes
This Built-In Function uses the standard Lotus Notes APIs NSFFieldIsPresent and NSFFieldDelete. All security and integrity issues related to the use of this Built-In Function are according to normal Lotus Notes API use for the current platform.