This button type provide you with modal box containing multiple items. It can display text variables and executed several http methods after submiting.


Endpoint - Defines URL that will be called after successfully submitting modal window

Method - All typical HTTP methods like POST, GET etc. are available. Make sure, that your application server supports them. Atypical methods like OPTIONS etc. are usually disabled by default.

Request Body - Some methods like POST requires you provide with data otherwise your request is incomplete. If you do not have any data to provide for your endpoint, you can use empty JSON.

Title - Text displayed in header of dialogue window

Text - Main text in dialogue windows. This text can contain formula, here is an example: 

Do you want to delete {formula}L__1_FIRSTVALUE{formula}? 

Close label - Text that will be displayed on cancel button

OK label - Text that will be displayed on submit button.

Appearance via formula - Using formula, that will return true/false, you can deside, if button will be visible for user.

Post-action redirect - After submitting dialogue windows, windows will be redirected to set destination.



  • No labels