Form code events
Forms have code events for both dialog and data.
Locate the event
Table 1 lists the various BAM form types (by
extension) that have code events. You can use code events in managed forms, zoom forms, and Web service forms. To open a
form in Form Designer, double click the form in your BA diagram.
File Extension | Description |
---|---|
.4fdm | CRUD Form file |
.4fdz | Zoom form file |
.4fdmws | CRUD Form and SOAP Web Service file |
.4fdzws | Zoom Form and SOAP Web Service file |
.4fdmwsj | CRUD Form and JSON Web Service file |
.4fdzwsj | Zoom Form and JSON Web Service file |
All form code events are listed in the Properties view, under the sections Dialog
Events and/or Data Events.
- To find document-level code events, click on the ManagedForm node in the Form Structure view.
- To find record-level code events, click on a Record node in the Form Structure view.
- To find field-level code events, click on a RecordField node in the Form Structure view.