Hi,
Here's my problem:
let's say we want to add a custom string field "Deposit" in admin>customer>edit page, that would not allow activating customer when "Deposit" input field is empty.
What would be the cleanest approach to have this new field added to customer entity, and getting it saved to database? (Using only new plugin)
I assume I would have to override customer service, but get stuck with restricting myself from changing controller.
Also, what about extending customerViewModel?
Thank you in advance.