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
Log in to Siebel Tools.
In the Object Explorer, click the Business Component object type.
In the Business Components list, query the Name property for the following value:
Sync Client Status Local
In the Object Explorer, expand the Business Component object type, and then choose Field.
In the Fields list, query the Name field for the following value:
C.Sess.When
Set the Type property to DTYPE_UTCDATETIME.
Repeat Step 3 through Step 6 for the Created field of the Session Log business component.
Compile your modifications, and then test them in a development environment.
Upgrade your Remote implementation.
For more information, see Upgrading a Regional Node.