| {%= __("Permission") %} | {%= __("Description") %} | {%= __("Example") %} |
|---|---|---|
| {%= __("Select") %} | {%= __("Allows the user to search and see records.") %} | {%= __("The user can select a Customer in Sales Order but cannot open the Customer master.") %} |
| {%= __("Read") %} | {%= __("Allows the user to view the document.") %} | {%= __("The user can view Sales Invoices but cannot modify any field values in them.") %} |
| {%= __("Write") %} | {%= __("Allows the user to edit existing records they have access to.") %} | {%= __("The user can update a customer or any other fields in an existing Sales Order but cannot create a new Sales Order.") %} |
| {%= __("Create") %} | {%= __("Allows the user to create new documents.") %} | {%= __("The user can create a new Item but cannot edit existing items.") %} |
| {%= __("Delete") %} | {%= __("Allows the user to delete documents.") %} | {%= __("The user can delete Draft / Cancelled documents.") %} |
| {%= __("Print") %} | {%= __("Allows printing or PDF download of documents.") %} | {%= __("The print button is enabled for the user in the document.") %} |
| {%= __("Email") %} | {%= __("Allows the user to email from the document.") %} | {%= __("The email button is enabled for the user in the document.") %} |
| {%= __("Report") %} | {%= __("Allows the user to access reports related to the document.") %} | {%= __("If the user has access to Employee and Report is enabled, they can view Employee-based reports.") %} |
| {%= __("Export") %} | {%= __("Allows the user to export data from the Report view.") %} | {%= __("The user can export report data.") %} |
| {%= __("Import") %} | {%= __("Allows the user to use Data Import tool to create / update records.") %} | {%= __("The user can import new records or update existing data for the document.") %} |
| {%= __("Share") %} | {%= __("Allows sharing document access with other users.") %} | {%= __("The user can share document access with another user.") %} |
| {%= __("Mask") %} | {%= __("Allows users to enable the mask property for any field of the respective doctype.") %} | {%= __("If the user enables the mask property for the phone number field, the value will be displayed in a masked format (e.g., 811XXXXXXX).") %} |
{%= __("If these instructions where not helpful, please add in your suggestions on GitHub Issues.") %} {%= __("Submit an Issue") %}