cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation to C4C Account TI Screen from Mashup

prat2
Explorer
0 Kudos

Hello Everyone,

I have a requirement where I want to navigate to C4C Account TI screen form SCP application. Where SCP application is working as a mashup in C4C.

Just for the prototype , i created a HTML mashup with the HTML code.

<html>
<head>
<title>HTML Links</title>
</head>

<body>
<h1>OPEN ACCOUNT</h1>
<a href=”https://myXXXXXX.crm.ondemand.com/sap/public/byd/runtime?bo_ns=http://sap.com/thingTypes&bo=COD_GENERIC&node=Root&operation=OnExtInspect¶m.InternalID=10022¶m.Type=COD_ACCOUNT_TT&sapbyd-agent=TAB”>Account</a>
</body>
</html>

Mashup View

When Clicked on Account

What I am looking for is to navigate to C4C Account TI Screen not to Open C4C Account TI Screen in the mashup. If anybody has any Idea please share.

Thank you

Regards

Prat

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member438195
Participant
0 Kudos

Hi Pratyush,

HTML is a mashup that embeds a HTML or JavaScript based Web page directly on a screen. So HTML mashup will always display the content inside the mashup.

Currently is not possible to add links on HTML mashup that will direct to a TI, OWL, etc.

What I can suggest is to display a button and open the page outside C4C, on a new tab.

<html>

<body>

<form action="https://www.bing.com/" method="get" target="_blank">

<button type="submit">Page</button>

</form>

</body>

</html>

BR,

Vandré

adrianlavan
Participant
0 Kudos

Hi Prat,

Have you managed to figure this out?

Kind regards,

Adrian

prat2
Explorer
0 Kudos

No , I am not able to figure this out. If you have any Idea ,please share.

Regards

Prat