I am using Service cloud console
Main Console page url is https://ap2.salesforce.com/console and embeded visualforce page url is https://c.ap2.visual.force.com/apex/newmytesting
Is it possible to set the https://ap2.salesforce.com/console.page data to https://c.ap2.visual.force.com/apex/newmytesting.page?
My thinking is impossible because of cross domain.
I must resolve this problem. What shall I do? please help me.
2 件の回答
What object is displayed in newmytesting, you should be able to pass the id, etc.
https://c.ap2.visual.force.com/apex/newmytesting?id=00N1a000004KhJI
Thx