|
Process Field Elements |
|
|
Process Field elements are the input controls that can be used inside or outside a ProcessRecord element. A process field may consist of one or more standard HTML elements which are wrapped by a Javascript function to provide standard methods to manage them. Process Field Elements It is important to know that the request parameter name of a process field is different if it is located in a process block. a fixed prefix "pf_" and the sequence number of the surrounding process block is added in front of the field names to build a request parameter name. If the name of the field is "PRICE" and if it is located in a process block whose sequence number is 1 then the name of the request parameter becomes "pf_1_PRICE".
See Developing Custom Process Fields
|