Description

Form Permission Plugins are used to control permission at Form level and Form Section level. One must extend the Userview Permission class in the implementation.

Interface Classes

org.joget.apps.form.model.FormPermission

// Variables
private Map<String, Object> properties;

// Abstract and Interface Methods
public String getName();

public String getDescription();

public String getVersion();

public String getLabel();

public String getClassName();

public String getPropertyOptions();

public boolean isAuthorize();


Sample Plugin

Coming soon.

Related Community Plugin

  • Bean Shell Script
  • Department
  • Group
  • Logged In User
  • Organization
  • User

Related Tutorial

  •  
  • No labels