Hello @nilamrz, you can modify a field before saving by implementing an EventSubscriber (see here), or by using lifecycle callbacks (see here).
I'll close this issue as it is not directly related to the CustomEntityBundle, feel free to reopen it if you think I was wrong :)
Hi,
My custom entity is having 3 fields
When saving I will only set Name and I will need save in db as follwing:
Is there any way to achieve this?
Thanks.