Hi
I am creating an ALM model, so that we ideally have 1 Dev model to multi prod models. Is there anyway to create a Boolean or some setting so that some dashboards aren't visible on some prod models, but are in others?
@alismith
Can you use roles?
You can change them in models that are in deployed mode.
thanks @JaredDolich that will work
I just wonder long term if that will create a lot of different roles and complexity in having to track them.
that the ability to hide, a part of the structure of a module or whole dashboard could be part of ALM.
You make a good point.
There are a lot of submitted ideas on the idea exchange for object level migration in ALM.
As you probably know, right now, you have to promote the entire model (all structure). The complexity of object level migration is pretty high but I know that the Anaplan team is working on some possible ways to get us there.
In addition to roles, I've seen some pretty creative uses of DCA and Selective Access but that probably won't work if you need dashboards to be hidden/displayed.
@JaredDolich
would the use of selective access and DCA allow me to hide certain module views on a particular dashboard? as I think i will need that as well
so might be interested in seeing how people did use them, if you have those resources on hand
thanks
Unfortunately, DCA will only help with what values are shown on the grid and whether they are read or write.
Can you can modify your dashboards so that instead of a different dashboard for each production instance you only have one?
Then you can modify what is shown in the grid between selective access and DCA.
If multiple dashboards / production models is a requirement, the only way I can think of to solve your use-case is to use roles.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…