cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Construct a Deep link URL to navigate to Custom embedded facets in C4C?

praveen_nagaraj
Explorer
0 Kudos
817

Hi Team,

We have an requirements from the mashup to directly navigate to the Custom Embedded facets.

 We had already using a Deep link for Individual Customer object which is currently navigate to the Overview screen(TT). But however, we would like to know whether we have any deep link URL for us to navigate to any other custom embedded screens.

For example,

 We have currently landed the Individual customer Overview or General screen from the current Deep link URL instead we have to navigate to other facet such as OPPORTUNITIES.

Current Deep link URLs which is navigate to Overview or General screen(TI),

Screenshot 2024-05-17 111251.jpg

 

Instead Overview or General tab, it will navigate to other custom embedded facet of the same TI screen.

Screenshot 2024-05-17 111252.jpg

Best Regards,

Praveen N.

 

Accepted Solutions (0)

Answers (1)

Answers (1)

AlanChen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Praveen,

Hope you are doing well.

I am sorry to tell you that C4C does not support this. C4C uses server-side rendering(SSR), meaning we cannot decide which part to render by deep link. (You may refer to the blog to know the basic concept of SSR Server Side Rendering in JavaScript)

You may also have been aware that the URL does not change when navigating to different tabs. This means that the URL cannot control the active tab. 

Please let me know if you have further queries on this topic.

Regards,
Alan