Need help in Navigating to another detail page on click of particular element in present detail page

Hi Guys,

I have a Task Detail page where I am showing my campaign Name

I have a campaign collection where I list out different campaign by their name

I need to be able to on click of that campaign name in Task Detail page take user to that particular Campaign detail page.

How will I do it? I can take it to campaign listing collection but how can I take it to that particular campaign with that name?

Thank you guys in Advance.

Regards,
Dilip

Hi Guys,

I created a Hacky solution where I created a collection with Card view. Since I know my relation will only throw out one element I created a card view and made it show like a element blending in the UI

SO on click of my campaign Name it opens the detail Page.

Is there any better solution or approach that the hacky solution I applied?

Regards,
Dilip

I’m not sure what’s the real problem here. Couldn’t you just have a relation from the task table to the campaign table and use it in a collection?

Hi,

Thank you for your reply.

Yes I did relation column type and got the values.

My problem is how do I represent in the UI.

As you can see I have an element called campaign name. I need it to be like a underline text which when clicked goes to the detail
Page.

Since I didn’t know how to do it, I made it look like card view collection and added this one element

Is that the right way?

Or do you recommend better way?

Regards,
Dilip

Do you absolutely need it to be an underline text? It can be a button, a card, a collection item as well.

Yeah, I have done the card collection as I explained.

Not necessarily it needs to be underlined. If there was a way it would be nice :slight_smile:

Regards,
Dilip

How do you configure button to move to that?

Regards,
Dilip

You can configure the button to show the detail screen of the relation. Make sure it’s a single relation.