在 Siebel 8 中调用任务 UI
我试图在 Siebel 8 中调用任务 UI,但没有成功。
我已经向小程序添加了一个按钮,方法调用“LaunchTask”并且 以下控制用户属性: 名称: 任务名称 值:
该按钮甚至不会显示在用户界面中。当我改变方法时 调用其他东西时会显示该按钮。
有人知道为什么不显示该按钮吗?
我已经激活并部署了该任务,并且正在运行该任务 针对我的本地数据库的专用客户端。
我还尝试从小程序服务器脚本调用任务,如下所示 书架上有描述。这会使 Siebel 客户端崩溃。
任何帮助将不胜感激。
谢谢, 托马斯
I'm trying to invoke a Task UI in Siebel 8 and don't get anywhere.
I've added a button to an applet, with Method Invoked "LaunchTask" and
the following Control User Prop:
Name: Task Name
Value:
That button doesn't even show up in the UI. When I change the Method
Invoked to something else the button is displayed.
Does anybody have an idea why the button is not shown?
I've activated and deployed the task, and am running this on the
dedicated client against my local database.
I also tried invoking the Task from an applet server script, as
described in the bookshelf. That crashes the Siebel client.
Any help will be appreciated.
Thanks,
Thomas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,我发现问题了。
我的责任无权访问该任务。
问题解决了。
Hm, I found the problem.
My responsibility didn't have access to the Task.
Problem solved.
从按钮调用的语法,调用的方法应为“TaskLaunch”。
请更新调用的方法并尝试。
Syntax to invoke from Button, Method Invoked should be "TaskLaunch".
Please update the method invoked and try it.