-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fields have empty values #163
Comments
Thanks for your input. Yes here are special CRM related field types in use which seem to be missing at the moment. It should be relatively easy to support them and we will add the support soon 👍 |
There are also some CRM related field types in other bundles - I created issues for them: pimcore/personalization-bundle#76 |
The CRM related field definition adapters from the core are already implemented in version 1.1.0 of the generic data index bundle which will be released soon - see #125 |
We use Pimcore 2024.1 with "pimcore/generic-data-index-bundle": v1.0.5
We use "pimcore/customer-management-framework-bundle": v4.0.6
Some fields are empty in the index, e.g.
In the class:
email (Type: Email)
firstname (Type: Firstname)
firstNames (Type: Input)
lastname (Type: Lastname)
fullName (Type: Input)
The Object Person contains data in these fields.
Are there any plans to implements these types?
The text was updated successfully, but these errors were encountered: