Detailed View

So im creating a new detailed view that I would like to apply to all my other views.

I noticed on the bottom of the behavior panel it shows me a link. How do I apply that link to other detail views which I want to replace with my new details view?

See snapshot
2X_6_6dccbaf4a523156afab8db7076589884ee6cf275.jpeg

My other concern is in that same panel it shows an HTTP link which I copied and pasted into my browser and noticed that I was able to view and make changes even though I was logged in as a different gmail user.

0 6 247
  • UX
6 REPLIES 6

Hi ,

Typically detail views follow summary views such as table and deck views. So when the app user wishes to see the details of the summary record, he taps on the record in the summary view to navigate to the detail view.

Ibelieve , when you say " I would like to apply to all my other views." , you mean your customized detail view to follow the summary views you have.

If so, please create a "go to another view within this appโ€™ type action with expression LINKTOVIEW( โ€œtest_detailsโ€) as per the example you have shown. Suppose this action is called โ€œCustomized Detailsโ€.

Now in your corresponding summary views ( table or deck) 's view settings pane, please select the action โ€œCustomized Detailsโ€ under option Viewsโ€“. Summary View Name --> BEHAVIOR --> Event Actions as shown below

@Suvrutt_Gurjar That worked perfect. You nailed it in one response. Been going back and forth with support trying to figure this out.

Thanks again

@Suvrutt_Gurjar So i thought it worked. But then I noticed when I click the row on the table it takes me to the right view that I created but with a different record. Its not the record that I am clicking on from the table if that makes sense.

Hi @BigEfromDaBX,

Got it. Since you were looking for LINKTOVIEW() description, I referred to the procedure with that deep link expression.

Could you please take a look at the deep link expressions?

I believe LINKTOROW() could help you.

Other procedure remains same.

Thanks. I will take a look at it

For reference:


Top Labels in this Space