Hello,
I am creating an administration app for artist-work database. As always with Espocrm by working come more ideas, because this system is so incredible versatile.
I have the following task to solve:
The physical artwork is stored in certain places, which is determined by an enum field (Room 1, Room 2, Cabinet 1, Cabinet 2 and so on). In case of an artwork is sold, it doesn`t need a storage place anymore. I already got the conditions to work, that in that case, I cannot choose anyone of the physical places, but only the value "sold". Unfortunately, if the work was stored first under a room and cabinet, this value will stay in the field even if I triggered the condition, which excludes these values to choose.
I would like to have the following:
1. Artwork is still with the artist -> storage in room, cabinet etc. By condition not possible to choose sold.
2. Artwork is sold -> delete the former values of room, cabinet etc. and substitute with value "sold".
I would really prefer the enum field, as there I can show the values as label.
Is that possible?
I am creating an administration app for artist-work database. As always with Espocrm by working come more ideas, because this system is so incredible versatile.
I have the following task to solve:
The physical artwork is stored in certain places, which is determined by an enum field (Room 1, Room 2, Cabinet 1, Cabinet 2 and so on). In case of an artwork is sold, it doesn`t need a storage place anymore. I already got the conditions to work, that in that case, I cannot choose anyone of the physical places, but only the value "sold". Unfortunately, if the work was stored first under a room and cabinet, this value will stay in the field even if I triggered the condition, which excludes these values to choose.
I would like to have the following:
1. Artwork is still with the artist -> storage in room, cabinet etc. By condition not possible to choose sold.
2. Artwork is sold -> delete the former values of room, cabinet etc. and substitute with value "sold".
I would really prefer the enum field, as there I can show the values as label.
Is that possible?
Comment