Ok, I think I understand, the format of your response is just a little bit difficult to read through.
What I think you are attempting to do it limit an enum drop down.
If that is the case you will need to get the module ‘EnumSelector’ and figure out how to use it.
This module allows you to show enum values for selection based on other parameters.
Good afternoon Pranaya,
It’s still a little unclear as to what you are attempting to do here.
Correct me if I am wrong, but are you attempting to limit the
If it is ‘a’ what are these attributes? – types (string, integer, etc)
If it is ‘b’ then I would recommend using visibilty conditions. Making the fields that are required to be filled in say for option 1 only visible if 1 is selected.
Hope this helps, otherwise, please could you shed some more light on what you are attempting to do.
Hi Pranya,
I have tried to understand your requirements and since you are trying to limit the options for Product, Time, Stability and Batch based on the value of Plant, you need to use ReferenceSelector widget for these fields and put the constraint based on the plant.
I think you have datagrid of an entity and you have default filters.
If yes, this is not possible. You cannot restrict ENUM values based on another ENUM.
How do you filter Timepoint based on Plant when you are creating that entity?
this is the domain model
on page I am using data view with entity and calling microflow
and show page
my requirement is when I select plant , according to based on plant I want remaining field value should only show in dropdown to select, not all records data present in dropdown.