We are experiencing a small problem with the different time-zones. When a Trave

We are experiencing a small problem with the different time-zones. When a Travel Claim is entered in the East (Nova Scotia) or West (Vancouver) they select their departure time accodingly - based on their time zone.
When the same claim comes to the Manager or Finance in Ottawa or Toronto, the time is changed accordingly.

So a flight that left at 8:00 a.m. Vancouver time now shows 11:00 a.m. in Toronto/Ottawa.

is there any way in which the time can be left as entered according to that of the depature city?...

OriginalPostID-34122

OriginalPostID-34122

  Discussion posts and replies are publicly visible

Parents
  • If your forms for collecting the claim details are in a separate subprocess, then you could save the timezone of that process from the process properties into a process variable. This can then be passed into the process that you are using for the Manager. In the Manager's process, the out of the box function local(whateverdatetimewasselected, timezoneofthedatacollectionprocess) can be used to get the correct time based on the requestor's timezone. Hope this is of help.
Reply
  • If your forms for collecting the claim details are in a separate subprocess, then you could save the timezone of that process from the process properties into a process variable. This can then be passed into the process that you are using for the Manager. In the Manager's process, the out of the box function local(whateverdatetimewasselected, timezoneofthedatacollectionprocess) can be used to get the correct time based on the requestor's timezone. Hope this is of help.
Children
No Data