Skip to content
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

Closed
morgannilsson opened this issue Jun 7, 2024 · 3 comments
Closed

Fields have empty values #163

morgannilsson opened this issue Jun 7, 2024 · 3 comments

Comments

@morgannilsson
Copy link
Contributor

morgannilsson commented Jun 7, 2024

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.

"standard_fields": {
	"email": null,
	"firstname": null,
	"firstNames": "Per Mikael",
	"lastname": null,
	"fullName": "Per Mikael Lind"
}

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?

@markus-moser
Copy link
Contributor

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 👍

@markus-moser markus-moser added this to the 1.1.0 milestone Jun 11, 2024
@markus-moser
Copy link
Contributor

There are also some CRM related field types in other bundles - I created issues for them:

pimcore/personalization-bundle#76
pimcore/newsletter-bundle#52

@markus-moser markus-moser removed this from the 1.1.0 milestone Jun 14, 2024
@markus-moser
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants