Targeting a Different Server

Recorded scripts contain a call to WebSetStandardHost in the TInit transaction.

Example: Call to WebSetStandardHost as recorded

transaction TInit
begin
  // ...
  WebSetStandardHost("crm.ps.my.company.com");
  // ...
  PeopleSoftInit();
end TInit;
There are three options for targeting a different server:
  1. Edit the recorded WebSetStandardHost function call.
  2. Delete the recorded WebSetStandardHost function call and specify a standard host in the profile settings.
  3. Specify a different standardhost in project attributes. These project attributes will be evaluated in the PeopleSoftInit() function call and will therefore override the recorded WebSetStandardHost function call.