Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This article discusses how to implement a recurrence function in a Joget app. The recurrence function can be achieved by using Beanshell Form Binder as the store binder. The idea behind this implementation is to use a custom script to handle the storing part. Test 

Steps Example

Step 1 

Assuming you have a booking app, add a "recurring" checkbox and "period of recurrence" select box element to your booking form as shown in Figure 1.

Image Modified

Figure 1: Add checkbox and select box form element

Image Modified

Figure 2: Form Layout

...

Figure 5: Details to pay attention to

Step 5

Result:

Image Modified

Figure 6: Booking Form (Weekly)

Image Modified

Figure 7: Result (Weekly)

Image Modified

Figure 8: Booking Form (Monthly)

Image Modified

Figure 9: Result (Monthly)

...