cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow deadline config: Expression %tzone% is not a timezone

former_member714405
Discoverer
0 Kudos

Hi All,

This is my first time working with Workflow. We have a process that sends emails everytime when an activity is overdue. I had to change the deadline in the workflow to plus one day. However the timezone was configured as users timezone (%ZONLO%). I need to change it to TZONE, as for my understanding, by replacing to TZONE it will start to use system timezone that would be UTC.

However, it does not allow me to save, it is showing error WD366 - Expression %TZONE% is not a timezone. When I checked the matchcode for this field, tzone is in yellow instead of green.

Does anyone has ever use this expression? Or have an ideia what I have to do to eliminate this error?

Accepted Solutions (0)

Answers (3)

Answers (3)

arghadipkar3013
Contributor
0 Kudos

I will recommend for using Custom Container element for this Time zone option.

former_member714405
Discoverer
0 Kudos

I am using expression in refer date/time. The issue is in time zone field that does not allow me to use TZONE. When I try to input TZONE, it keeps showing error saying that this expression is not a time zone. Not sure if anyone has already use TZONE option.

arghadipkar3013
Contributor
0 Kudos

I think you can use ABAP code to populate the actual time and use Expression in refer date/time rather than Workitem creation date.

Thanks

Arghadip