Handling Updates to the OS 2200 TIP Transaction Code

When you created a server message for an OS 2200 TIP Data Source, you specified the message direction as follows:

If you selected Input or Both Input and Output for the message direction, then you had the option of providing a value for the TIP transaction code. Refer to OS 2200 COBOL Data Source Wizard and DPS Import Form Library Dialog.

As described in Metadata Fields, the server message includes a metadata field named tiptrancode__ to represent the TIP transaction code as configured in the VALTAB on the OS 2200 server.  This field has the following property settings:

The InitialValue property represents the initial value for the field.  For a Web page presentation, the Visible property controls whether the Web page contains a control for the field or not.  For a Web service presentation, the Visible property controls whether the field is included as a parameter for the Web method or not.

If you need to set or update the transaction code after the import, perform the following procedure to set the transaction code:

  1. In the ePortal Message View window, expand the Server Messages folder, right-click the server message to be modified, and click Edit. The server message appears in the <server message name>.eprec tab.

  2. Click on the field tiptrancode__ to select it.

  3. Press Alt-Enter to open the property window to see the field properties.

  4. Enter the new transaction code for the InitialValue property.  Make sure the Visible property is False.

  5. Click Save from the File menu to save the changes.

  6. If the property AutoRecreateClient is False, repeat steps 1-5 above for the corresponding client message.

If you want to specify the transaction code at runtime rather than at design time, perform the following procedure:

  1. In the ePortal Message View window, expand the Server Messages folder, right-click the server message to be modified, and click Edit. The server message appears in the <server message name>.eprec tab.

  2. Click on the field tiptrancode__ to select it.

  3. Press Alt-Enter to open the property window to see the field properties.

  4. Set the Visible property is True. After a project build, this will cause this field to appear in the presentation so that it can be set at runtime.

  5. You can set InitialValue to a default value if you like, or you can leave this blank.

  6. Click Save from the File menu to save the changes.

  7. If the property AutoRecreateClient is False, repeat steps 1-6 above for the corresponding client message.