Class: RecordCIF, RecordDEP, RecordLN
Description
This method moves product fields (i.e., values that have been established in the PRODDFTC, PRODDFTD, and PRODDFTL tables as defaults for the CIF, DEP, and LN tables, respectively), into an object.
Syntax
do objectName.default(literal String type)
Parameters
type |
The product type of the customer or account. The product defaults will be retrieved for that product type from the product default table. |
Returns
Void
When Became Available
Profile v6.0
Example
do cif.default(“TYPE”)
*The object cif must be defined prior to this statement.
________________________________________________________
do dep.default(“TYPE”)
*The object dep must be defined prior to this statement.
________________________________________________________
do ln.default(“TYPE”)
*The object ln must be defined prior to this statement