Hi, is it possible to extend or listening for a field type save/update action? Let’s say I have a Field of type TextOption names Size.
When I add the size XXXL to this list, is it possible to be listening, or implement a callback that can take this information and manipulate it or take an action? Let’s say I want to transform the option to lower case before saving or send the option of to an external system after saving is complete etc.
Can this be done if I create new custom FieldType? Or will all field have this limitation?
So for now, to manage the example task I need to subscribe to Products.Events.FieldDefinitionUpdated and loop over all the options and updating em or sending all option over for syncing?