Friday, January 17, 2020

Generating browser script manually (GENB)

To generate browser script we need to use the following syntax:

genbscript “cfg file path” “name of folder where browser script's are to be generated”

Example:

"D:\Siebel\8.1.1.11\Client\BIN\genbscript.exe" "D:\Siebel\8.1.1.11\Client\BIN\ENU\scomm.cfg" "D:\Siebel\8.1.1.11\Client\PUBLIC\enu"

Once browser scripts are generated then it will be available at:

Siebel installation\web client\public\enu.

Browsers scripts are generated as .js files.

No comments:

Post a Comment

Updating parent BC depending on the status of child BC using configuration

Parent BC: Service Request Child BC: Action Requirement: When all the Actions corresponding to an SR are closed the SR status should be “Clo...