编译并构建新的SRF

发布于 2024-11-29 18:57:55 字数 1468 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乱世争霸 2024-12-06 18:57:55

您应该将本地存储库连接到服务器存储库,以便可以签出和签入对服务器存储库的更改。如果您不担心退房和入住,那么您可以执行以下操作。否则,在注释掉代码之前您需要执行环境设置步骤。

如果您知道脚本所在的小程序,请在 Siebel Tools 中搜索并右键单击该小程序。选择“编辑服务器脚本”(如果不存在,则选择“编辑浏览器脚本”选项)。找到代码行并添加前缀 //. Ctrl S 保存更改。该行代码应该变成绿色。

现在更改已保存在您的本地存储库中。您应该将服务器环境中的 SRF 文件放在本地计算机上。右键单击您的小程序,然后选择编译选定对象,然后选择您复制到本地计算机的文件。

现在,您的更改已编译到源自服务器的 SRF 中,并准备好部署到您的服务器进行测试。您必须关闭、移动 srf 并重新启动 siebel 服务,然后才能测试更改。

You should have your local repository connected to a server repository so you can check out and check in your changes to the server repository. If you are not worried about check outs and check ins then you can do the following. Otherwise you have environment setup steps to perform before commenting out the code.

If you know the applet where the script is located, then search and right click that applet in Siebel Tools. Select Edit Server Scripts (if not there then choose the option Edit Browser Scripts). Find the line of code and prefix with //. Ctrl S to save the changes. That line of code should turn green.

Now the changes are in your local repository. You should put a SRF file from your server environment on your local machine. Right click your applet and select Compile Selected Objects and choose the file that you copied to your local machine.

Now your change has been compiled into the SRF that originated from the server and is ready to be deployed to your server for testing. You will have to shutdown, move the srf, and restart siebel services before being able to test your changes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文