顶点按钮在另一个应用程序中调用页面 [英] apex button to call a page in another application

查看:43
本文介绍了顶点按钮在另一个应用程序中调用页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个工作区,根据相同的架构,我有5个应用程序.现在,我想要一个主页,从那里可以调用所有这些应用程序的主页.我使用此语法在另一个应用程序中调用主页,但无济于事

I have a workspace with which I have 5 applications based on same schema. Now I want to have a main page from where I could call main pages of all these applications. I used this syntax to call home page in another application but to no avail

f?p=4000:4150:&APP_SESSION.

其中4000:4150是应用程序和我要显示的页面的值.

Where 4000:4150 are the values for the application and the page I want to display.

请让我知道我在哪里犯错.

Please let me know where am I making mistake.

推荐答案

您将URL放在例如按钮的URL Target字段中.

You put the URL in the URL Target field of for example a button.

或在href字段中:<a href="f?p=39957:1:&APP_SESSION.">link to page 1 in other app</a>

Or in a href field: <a href="f?p=39957:1:&APP_SESSION.">link to page 1 in other app</a>

但是,请注意,每次更改应用程序时都需要进行身份验证.即使他们使用相同的身份验证方案,也并不意味着身份验证在应用程序之间保持有效.注意时,您会看到会话ID发生变化.

However, note that you will need to authenticate each time you change application. Even though they're using the same authentication scheme, doesn't mean that the authentication stays valid between the apps. When you take note, you'll see the session ids changing.

尽管可以共享身份验证,所以您的用户只需要登录一次即可.转到应用程序的身份验证方案,然后在会话cookie属性中更改cookie名称. 在您希望与之共享会话的每个应用程序中执行此操作.

It is possible to share the authentication though, so you users will only have to log in once. Go to the authentication scheme of an application, and change the cookie name in the session cookie attributes. Do this in each application you wish to share the session with.

您的应用ID和页面ID看起来很像您页面的开发者链接.但是,您无法共享这样的会话. 甚至可能是您的问题:如果要将用户链接到应用程序页面,请使用正确的ID,而不要使用开发人员ID.

It seems that your app id and page id look a lot like developer links for your pages. You can't share a session like that though. It might even be your issue: if you want to link the user to the page for an application, use the correct ids, and not the developer ids.

这篇关于顶点按钮在另一个应用程序中调用页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆