Hi,
I'm just experimenting with trying to add some real customers to a new ofbiz
install without sample data. I'm wondering about "First Customer" making "First
name" and "Last name" mandatory when the customer is another business (first
and last name don't apply). How to handle this if not modifying the OOTB
functionality?
I suppose one way is to add the same name, e.g., "Commercial Co. One" to both
first name and last name. I could see how this might cause issues under some
strange circumstance when doing searches. Is there a recommended way to deal
with this?
Ideally I suppose modifying the app to accept a "category" for customer which
is "organization" or "person" would work, but I don't want to do this until
everything else is correct.
Thanks!