This bundle is a replacement for standing Vtiger implementation
https://wiki.vtiger.com/index.php/Webservice_reference_manual#Field_Types
Mautic Field Type | Vtiger Field Type | Notes |
---|---|---|
Boolean | Checkbox | |
Date | Date | |
DateTime | Date | |
List - Country | Picklist | Needs to have all the countries added in Vtiger |
Locale | Picklist | Needs to have all the locale options added in Vtiger |
Lookup | Picklist | Needs to have the same options on both Systems |
Number | Integer | |
Number | Decimal | |
Number | Currency | Two decimals on Mautic side |
Number | Percent | |
Phone | Phone | |
Region | Picklist | Needs to have all the region options added in Vtiger |
Select | Picklist | Needs to have same options on both Systems |
Select - Multiple | Multi Select Combo Box | Needs to have same options on both systems |
Text | Text | |
Text | Skype | |
Textarea | Text Area | |
Time | Time | |
Timezone | Picklist | Needs to have all the Timezone Options added in Vtiger |
URL | URL |
Corresponding select must be defined in Mautic enumerating the Vtiger's picklist values. If unmatched value is found the object will be ignored.
Reference is currently not being synchronized nor validated. It is used in validation of object's owner though.
A string representing the date and time, the format is NOT base on the user's settings date format. Vtiger supplies incorrect format.
Valid format is Y-m-d
A string of the format hh:mm, format is based on the user's settings time format.
Corresponding multiselect must be defined in Mautic enumerating the Vtiger's picklist values. If unmatched value is found the object will be ignored.
A one line text field.
A boolean field, can have the values true or false, resp 1 or 0
A non decimal number field.
A field for defining the owner of the field. which could be a group or individual user.
Readonly field
Email is not being validated
Phone is not being validated
Url is not being validated
A field for for floating point numbers.
Not available
A field for for floating point numbers.
Skype is not being validated
- mautic/mautic: ^2.14,
- mautic/mautic-integrations-bundle: master,
- php: ^7.1 || ^7.2,
- ext-mbstring
- symfony/cache
- ext-json