You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to calculate ETA for a list of delivery jobs.
After getting a solution by following the path Solution > Route> TourActivity we can access getArrTime and getEndTime methods.
Can we calculate the ETA of a delivery by startTime + getArrTime? I tried this formula but I guess getArrTime only respects to service durations assinged to delivery job.
If someone confirm my formula I will search my implementation to where I made a mistake.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to calculate ETA for a list of delivery jobs.
After getting a solution by following the path Solution > Route> TourActivity we can access getArrTime and getEndTime methods.
Can we calculate the ETA of a delivery by startTime + getArrTime? I tried this formula but I guess getArrTime only respects to service durations assinged to delivery job.
If someone confirm my formula I will search my implementation to where I made a mistake.
Thanks in advance.
The text was updated successfully, but these errors were encountered: