Thinking about it, maybe you should look at the how the Survey* entities could
be used for that need
I believe it's powerful way but maybe not a smooth journey
https://ofbiz-vm.apache.org:8443/content/control/FindSurvey
Jacques
Le 19/08/2016 à 04:21, Brian Ghidinelli a écrit :
On 8/15/16 13:03, Taher Alkhateeb wrote:
values do not change (the description remains the same and everything
else). So the logic around receiving input from users, validating it,
storing it, and fetching it later adds complexity that does not exist with
system-defined values.
Taher,
Thank you for the response, this helped me get things in the ofbiz way a little better. We're looking at a ProductQuestion entity similar to
ProductFeature but using our existing EAV structure to facilitate the requirements and validation and then a linked entity from OrderItem to store
the results of those answers.
Cheers,
Brian