Hi Friends,
I have a Module.
And I want to create a Saved View (of filtering) by Action.
Is it possible?
Hi @Sravan_Kumar
If I am understanding you correctly, you want to create a saved view using an action that you could run instead of the model builder actually selecting View> Save As, correct?
If that's the case then the answer is No. There are currently 7 predefined types of actions (check them under Actions> New Actions.
I am curious though, what is the goal you are trying to achieve?
If you want to dynamically filter a grid, you can do that easily.
Example:
If this seems like what you are trying to achieve, let me know and we can go through how to implement it.
For example
@Sravan_Kumar
I like this question. It really gets down to the heart of the issue of saved views vs. subsets and there is a great video you can watch about that here.
Reading into your question a bit here, but if you are trying to create a new saved view with an action, you cannot do that. But, you can simulate it.
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…