Hi,
I know it is possible to only show certain fields when having the DOM instance in an certain state. However is it also possible to hide/show fields from certain instances?
Hi Gerwin, can't you achieve something similar with the state feature in DOM,
This is already more advanced (& probably some work), but something like this would work for your use case I think
I would first have a draft or new state where the user need to select which type of feed he wants (redundant/fiber/sat for example) dependable on his selection you go to another state where you see the information you need to fill in. After that you can make bookings etc & when you scheduled only a fiber & you want to upgrade that feed to a redundant you have a kind of transition state where you can fill in extra information related to your redundant path etc
Other option would be to have different definitions (one for your sat feed one for your fiber feed & one redundant for example) & that you create some automation that copy information from one definition to another & that the end user can add then the missing information