Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您应该将本地存储库连接到服务器存储库,以便可以签出和签入对服务器存储库的更改。如果您不担心退房和入住,那么您可以执行以下操作。否则,在注释掉代码之前您需要执行环境设置步骤。
如果您知道脚本所在的小程序,请在 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.