Subscriber portal
Sets or returns the value of the allowAdd property for the form data object.
public int allowAdd([int value])
The following example shows how to retrieve and set the allowAdd property.
// fdo previously assigned to a FormDataObject object. // Retrieve the allowAdd property. nAllowAdd = fdo.allowAdd(); // Set the allowAdd property. fdo.allowAdd(FormAllowAdd::Restricted);