Offers company level security & restricted access. | |
Configuring security code to buttons from company configuration menu. | |
Enhances webpage security at the interface level. |
Usually, such needs are encountered when the session is long operating and a serious action takes place, like close cashbox in POS, reconcile heavy invoices, bank reconciliation, confirming or validating critical invoices, etc. | |
One of the very famous and likely example in real scenario is github which asks you password and confirmation when you add/remove collaborators. |
Passing the 'options' and 'confirm' attributes inside the button definition. | ||
'Confirm' attribute is required. | ||
<button name="method_name" type="object" confirm="message" string="create invoice" options='{"security":"security_key"}'/> |