Well… is there a way to have multiple forms, detail views, and inline views for any given table? Or, if anyone have been struggling with this in the past, what workaround have you applied?
This also applies for multiple add and edit actions (that would then point to each of the views created in the first place)
Any suggestions will be greatly appreciated!
PS: As far as I know, if you create another view of the same type of those created by system, that will take as the default one but will stay always that way and you can’t define different ones for each case like showing a certain form while adding a record from inline that’s different from the default one. Same with actions.
Solved! Go to Solution.
@Aurelien @1minManager
After some troubleshooting, I have found that slices can deal with this kind of problem.
Since a table can only have 1 detail/inline/form, I’m creating slices and a detail/inline/form for each of them.
Sometimes detail/inline/form are created by system, sometimes don’t. So I make sure that every slice (if I need it) has this trio and then I can point my parent records with granularity to the slice that I want.
Also, I’ve found that you can only have 1 action for add/edit/delete (I mean, system creates 1 and then you can make another one that will take the crown as the default) and it’s related to the table and can’t be assigned to the slice. It was counterintuitive at first but I get it.
Finally, for those whom may concern, make sure that you are pointing the “Related Something” column correctly. I mean, making sure that the App Formula is pointing to the slice and the “Element type details” config is also referencing the slice.
Then it was some playing with show_if, update mode, slice actions, etc…
Hope this helps with anyone dealing with this so I will mark this post as the solution.
Thanks!
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |