MyField
Presentation
Depending on the type of myfield (fields of a form, list, tab, ...), several other options can be applied to the fields of the forms such as a background color, display/hide them, add an input mask, input in uppercase ...
The combined set of user permissions and myFields access rights allows you to configure user access to the view of fields, their content and their modification.
MyField also allows you to hide menus from groups of users and change their destination URL.
Settings
The module is configured from the module administration page accessible via the menus Home > Configuration > Modules by clicking on the icon or the
icon at the end of the line.
Module Configuration Page
Activating the context for development
MyField allows you to display on certain Dolibarr pages the contexts that can be used to limit the customization actions of myFields. These contexts will be useful when creating myFields to limit the action of the module to only the pages that have in their code the context indicated on the myField sheet. Configuring the display of contexts on your pages will allow you to identify them to best configure your myfields.
![]() |
Enabling the display of contexts results in messages like the one opposite |
Administrators are above access rules
You can also choose to disable the use of access rights for the administrator user.
If this setting is enabled, the administrator will see, outside of any group, the myfields in operation.
Background color of input areas
By default, input areas in dolibarr are transparent, which does not help readability It is possible to change the background color of input areas
Default button color
There are three types of buttons in Dolibarr:
- Buttons associated with an action
- Disabled buttons
- Buttons performing a deletion
myField allows you to change the color of these
Replacing native buttons
MyField allows replacing standard Dolibarr buttons with icons.
![]() |
instead of | ![]() |
Support Information
At the bottom of the configuration page you will find technical information related to your installation. This technical information will be useful and may be requested if you encounter a bug in using the module:
Permissions
Access to the module's features can be restricted to existing users and groups or those created after the module is installed.
Click on the – to add a permission.
A granted permission is symbolized by a green check mark ().
![]() |
Warning: there are other settings that can impact access to fields, especially when using an administrator account |
User and group permissions
![]() |
Access to the module's features can be restricted to users and groups, from their profile then Permissions tab, according to the permissions opposite |
Default Permissions
Startup
MyField features are accessible from the Patastools main menu tab. Your secondary menu then presents the following menu entries:
MyField | The main entry displays a list of all myFields in your environment |
New mf Field |
These entries will display the page for creating a new myField according to its type:
|
List of elements | This entry will also display the list of myFields saved on your environment |
Access rights to elements | This page will allow you to configure the authorizations of user groups to the features of MyFields, tabs and menus. |
Import XML | This entry will display a page to copy an import file of a myfield in XML format. |
Customizations
Menus
Creating the myField
The page for creating a menu-type myField is accessible from the secondary menu link Patas-tools > MyField > New myMenu.
|
|
Following the creation of a myField, it will be necessary to define the access rights by user groups from the secondary menu link of the same name (See further)
Let's customize the Home menu.
Let's customize the Commercial Proposals secondary menu and the New Proposal secondary menu entry.
![]() |
The secondary menu entry will be moved down one rank with the code -1 in the Move field of its record |
Following the application of these two customizations, the secondary menu becomes:
![]() |
rather than |
![]() |
To differentiate secondary menu entries of the same name, enter the top-level menu to which they are attached separated by a hash mark (#):
Add to the label the secondary menu: Commercial proposals#List |
To get |
Tabs
Creating the myField tab
The myField creation page is accessible from the secondary menu link Patastools > MyField > New MyTab.
![]() |
Indicate here only the part of the URL following /htdocs/ |
Display request: see Operation section, below
Following the creation of a myField, it will be necessary to define the access rights to the myFields by user groups from the secondary menu link of the same name (See section Configuring access rights).
Example of customizing a tab
Let's customize the tab sheet of the element sheets.
The sheet then becomes
![]() |
If the tab is active, the color will be displayed on its edges |
Fields
Creating myField
The myField creation page is accessible from the secondary menu link Patastools > MyField > New MyField.
|
|
![]() |
Moving a field in a form is only done within its table. It is therefore possible to move a field up or down, but not to change its column |
Following the creation of a field type myField, it will be necessary to define the access rights to the myFields by user groups from the secondary menu link of the same name (See section Configuring access rights).
Example of customizing a field
Let's customize the field Id. prof. 2 (SIRET) of third-party files.
![]() |
The field has been set to invisible with a number input mask (999 999 999 99999) |
![]() |
By clicking on the Show/Hide link above the table, the field will be displayed according to the settings saved on the myField sheet
|
Lists
It is possible to modify the fields of the native lists of dolibarr (the one with a field selection icon at the end of the list)
Creating myField
List myfields allow you to limit the display of fields. It is necessary to open the list page to retrieve information specific to this type of myField
- the activation context
- the untranslated label of the field
Example of setting
We will modify the "Third party" column on the list of interventions
Depending on the permissions, the field will also be inaccessible in the field selector.
![]() |
If you make a list myField invisible, it will be invisible to all users. To hide it only from one or more groups of users, leave it visible and then add access rights! |
Buttons
It is possible to modify the buttons present on the dolibarr files
Creation of myField
Button myfields allow you to make the button invisible, replace the label, the url associated with the button and make its access visible according to the result of an SQL query
![]() |
With the native Dolibarr theme, the button label is capitalized, so you must use the original text that you retrieve with the right click and the inspect menu. |
Conditional display SQL query
The processing query will condition the display of the fields according to the correspondence of the object to the query. It is then possible, for example, to display different fields depending on whether the object is a product or a service. It is possible to transmit two values as parameters:
- #ID#: the id of the main object of the page
- #USERID#: the id of the active user
How it works
Enter here the display query applicable to the fields in the following example:
#SEL# allows you to replace the SELECT of the SQL query which will be blocked by Dolibarr's native security (SQL Injection)
#SEL# IF(fk_product_type=1, 1, 0) AS `read`, IF(fk_product_type=1, 1, 0) AS `write` FROM llx_product WHERE rowid=#ID#;
read allows you to authorize or not the global display of the field write allows you to authorize or not its modification (not necessary in the case of a button or a tab...)
If the value is 0, the field is hidden, otherwise it is displayed Be careful, if we leave the field parameter hidden, it will not appear regardless of the value
Example
With the following myfield
We obtain the following sheet on a product | While on the sheet of a service |
Configuring access rights
As an administrator user, all myFields are visible to you.
![]() |
On the MyField module home page, the application of customizations is disabled |
If you have not defined any user groups, myfields are displayed on all users' interfaces.
From the secondary menu entry Patas-Tools > MyField > tab access rights, configure the accesses of the user groups:
There are four access rights:
![]() |
![]() |
Behavior according to access rights
Blocked in access (
)
![]() |
The field will be hidden from users in the group. They will not be able to view it
the Show/Hide link will not be active |
Read access but blocked from editing (
)
![]() |
Users in the group will be able to view the field, but will not be able to edit its content. |
Read access and Edit access (
)
![]() |
Users in the group will be able to view and edit the field if their group or user permissions allow them to do so. The field settings then apply (mandatory, input mask, etc.) |
Other features
Importing myFields
It is possible to save a list of myfields and their settings by importing an XML file. From the Patas-M Tools > MyField > Import a tab page, paste the XML file into the input area and click on the Start import button.
![]() |
If you check the Overwrite previous data box, your list of myfields will be limited to those present in the file you are importing |
Then configure the users' access rights to the myField.
Activation context
A list of all available contexts is present on the dolibarr wiki: https://wiki.dolibarr.org/index.php?title=Hooks_System#List_of_Contexts_available_in_Dolibarr
some of the most common
|
|
Frequently Asked Questions
General
This chapter lists the difficulties encountered with the module. You will therefore find answers to its use. If you encounter an error other than those described below when using this module:
- Disable and reactivate the module,
- Check on the ChangeLog if a new version has been published,
- Re-install/update the module,
- Check that replacing native Dolibarr files is not necessary for the module to work properly.
- Check that no incompatibility with another module is indicated. If necessary, follow our recommendations.
If, despite these manipulations, the error persists, contact us using the dedicated form (http://docs.patas-monkey.com/support/). This form is the preferred contact method for any difficulty of use or bug report. Also, we thank you for not multiplying the exchange channels for the same object.
Displaying a message at the top of Dolibarr pages
If your Dolibarr pages display a message similar to the following image, it is not an error message, but the display of the contexts of the current page. To no longer see these lines displayed, disable the display of the context (see Configuration).
Ordering error message
Some pages of some versions of Dolibarr have an error in their code preventing the correct application of field customization. MyField allows you to identify them in order to correct them.
The error message is displayed at the bottom of the page and is as follows:
Using the URL of the page, open the Dolibarr core file to edit it. For example, if the page containing the message is http://.../htdocs/custom/myField/admin/extrafields.php, successively open the folders htdocs, custom, myField, admin and open the file extrafields.php.
The error comes from the inversion of the lines llxFooter(); and $db->close(); at the end of the file.
Edit the page code to get | instead of |
Multicompany
With the multicompany module, it is necessary to activate the module on each entity