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
Hi Gerwin,
In a DOM Module it's possible to have multiple DOM Definitions. Each DOM Instance is created linked to one of these DOM Definitions. For each DOM Definition you can define which fields to show/hide in a certain state.
Having different show/hide rules for instances belonging to the same DOM Definition is not possible.
Too bad it’s not easy to switch between Dom Definitions
I’m building something for feeds, can be satellite or fiber. But something something begins like a simple fiber connection and then the sport team they follow for instance is doing really well and the whole connection becomes an feed with main/backup and satellite downlink etc. Would be easier just to hide/show certain parts then recreating the whole feed.