cancel
Showing results for 
Search instead for 
Did you mean: 

C4C URL to object

Former Member
0 Kudos

Dear all,

I am looking for the possibility to get an URL to be able to access a C4C object directly (f.e. opportunity).

Unfortunately, the URL which is showing up in the Internet Explorer is very complicated and very long.

https://my308489.crm.ondemand.com/sap/public/ap/ui/repository/SAP_UI/HTML5/client.html?app.component...

https://my308489.crm.ondemand.com/sap/public/ap/ui/repository/SAP_UI/HTML5/client.html?app.component...

I am trying to find a way to generate a generic URL using f.e. the opportunity number. F.e; https://myxxxxxx.crm.ondemand.com/oppty12251

Do you know if it is possible to get a simplified URL somehow directing immediately to a certain object?

Thank you and kind regards,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michael,

Please refer this post for more help.

Launch C4C UI via URL | SCN

Also refer the C4C Admin guide and check section "4.6.5 Predetermining URLs for Direct Navigation".

I hope this is helpful to you.

Regards,

Mithun

Former Member
0 Kudos

Hi Mitthun,

I did not see this in the guide.

It is exactly what i needed.

Thanks a lot!

Michael

Former Member
0 Kudos

Hi Mitthun

The URL would become something like this

https://myNNNNNN.crm.ondemand.com/sap/public/byd/runtime?bo_ns=http://sap.com/

thingTypes[&]bo=COD_GENERIC[&]node=Root[&]operation=OnExtInspect[&]param.Internal

ID=[x][&]param.Type=[y]

Is it possible to have an hyperlink in a e-mail template referring to this URL?

For example "Click Here"...

Regards,

Michael

Former Member
0 Kudos

Hi Michael,

Yes we can but how to pass dynamic value for Opportunity ID or Account ID?

We have implemented into SAP ECC system to launch Account ID and we have pass Account ID dynamically.

You can pass using this way:

Way 1 : using Internal ID

Internal ID = 0000000306

Technical name: COD_ACCOUNT_TT

Sample URL :

https://myXXXXXX.crm.ondemand.com/sap/public/byd/runtime?bo_ns=http://sap.com/

thingTypes&bo=COD_GENERIC&node=Root&operation=OnExtInspect&param.Internal

ID=0000000306&param.Type=COD_ACCOUNT_TT


Way 2 : Using External ID :

3) External ID URL:

Sample URL :

https://myXXXXXX.crm.ondemand.com/sap/public/byd/runtime?bo_ns=http://sap.com/

thingTypes&bo=COD_GENERIC&node=Root&operation=OnExtInspect&param.External

ID=<ExternalID>&param.Type=COD_ACCOUNT_TT&param.ExtSystem=<Technical name of the external system>

Here in this scenario I have specified UUID of the account for the key and Technical name for the BO as account BO name.


Way 3 : Using UUID of object :

UUID URL:

Sample URL :

https://myXXXXXX.crm.ondemand.com/sap/byd/nav?bo=COD_ACCOUNT_TT&nav_mode=TI&param.Key=00163E0900C41E...  


I hope this will be helpful to you.


Regards,

Mithun

Answers (0)