Displaying Local Time in the User Preferences Screen

If UTC is enabled, then some fields in the User Preferences screen use the GMT (Greenwich Mean Time) time zone to display time. Local time is the current time according to the local time zone on the remote client computer. To display local time in these fields, you must use Siebel Tools to modify the type property for each field, and then republish the Siebel runtime repository.

The following table describes the fields that display time in GMT if UTC is enabled.

View Display Name of Field Business Component Business Component Field

Mobile User Summary View

Time of Last Sync Session

Sync Client Status Local

C.Sess.When

Dock Session Log

Session Date

Session Log

Created

To display local time in the user preferences screen

  1. Log in to Siebel Tools.

  2. In the Object Explorer, click the Business Component object type.

  3. In the Business Components list, query the Name property for the following value:

    Sync Client Status Local

  4. In the Object Explorer, expand the Business Component object type, and then choose Field.

  5. In the Fields list, query the Name field for the following value:

    C.Sess.When

  6. Set the Type property to DTYPE_UTCDATETIME.

  7. Repeat Step 3 through Step 6 for the Created field of the Session Log business component.

  8. Compile your modifications, and then test them in a development environment.

  9. Upgrade your Remote implementation.

    For more information, see Upgrading a Regional Node.