Working with forms / Mobile forms |
Set the Row Bound property on a relation between forms to render a contextual action to the current row.
The Row Bound property specifies whether the action set in the Action property will appear as a contextual menu option on the row. If your form only has one record, BAM automatically uses that record as the Source Record for the Row Bound property. If your form has more than one record, you must set the Row Bound and the Source Record property to specify for which record the Row Bound property is to be applied.
{<POINT Name="dlg.recOrders.uiDisplay.userControlBlocks" Status="MODIFIED">} ON ACTION print ATTRIBUTES(TEXT = "Print", ROWBOUND) DISPLAY "print" {</POINT>}
The delete action is always available via swipe left unless you have set the canDelete form functionality property to unchecked (false). See Enable and disable CRUD logic.
For more information on rowbound actions, see the Rowbound topics in the BDL User Guide.
On iOS devices, when you swipe your finger from right to left, Moreā¦ and/or Delete icons show up in the row. Tap More... to bring up a list of rowbound actions to execute. Tap Delete to fire the corresponding delete action code.