-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Custom Fields to Multiple Entities #3044
Comments
We would like to see CustomFields on the HistoryEntry entity. While it already allows you to add a JSON data structure, we wanted to use this entity for a Note/TODO like approach. It would nicely integrate with the CustomerHistory or OrderHistory. For such a scenario, you want to do queries that filter by customFields such as |
…e, StockLevel, StockMovement, Session, HistoryEntry Relates to #3044
Is your feature request related to a problem? Please describe.
Unable to directly track incoming / ordered stock directly on a stock level. Unable to store some specific details we want to track on other entities.
Describe the solution you'd like
Please allow for custom fields on the following entities:
• Payment
• Refund
• Session
• ShippingLine
• StockLevel
• StockMovement
Describe alternatives you've considered
Making a custom entities - not ideal.
Additional context
Currently unavailable, console output: "Could not find embedded CustomFields property on entity 'StockLevel'". Same with the other entities.
The text was updated successfully, but these errors were encountered: