Domino Code Fragment

Code Name*
Removing Stored Form Fields
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.225.35.81
Description*
You can removed the Stored Form fields in a document if you decided that you no longer want to store a form with a set of documents because of the additional memory and disk space required. To remove the fields, you can create an agent that looks for a particular value in a document and then deletes the specified fields in that document as shown below. You then assocate a new value in the new Form Field to indicate what form you want to use to display the data.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
SELECT $Title = "Hardware Order Mail In Form";
$Title := @DeleteField;
$INFO := @DeleteField;
$Body := @DeleteField;
Form := "Hardware Order";