Page 1 of 1
Area
Posted: Wed Jun 06, 2018 10:47 am
by puissancei
Hello,
I saw the areaNumber must be put on TransportOrder.
If I understand, it's not possible for one transport to put loading in area A and delivery in area B ?
For exemple, put TransportAB.transportPointA.AreaNumber = A and TransportAB.transportPointB.AreaNumber = B
Thank you
Re: Area
Posted: Wed Jun 06, 2018 11:01 am
by Bernd Welter
Hello Michel,
you are right - the AREA property is part of the base class TransportOrder and therefore unique within a concrete TransportDepot or TransportAB object.
What is the requirement behind this question? What do you want to avoid? Ensure?
What is your understanding of an area?
Best regards,
Bernd
Re: Area
Posted: Wed Jun 06, 2018 12:06 pm
by puissancei
We would like to use what we call the transport regions.
A transportOrder can load in one region and deliver in another.
Re: Area
Posted: Wed Jun 06, 2018 1:00 pm
by Bernd Welter
If I understand your usecase properly it'S eomething like "only some vehicles are allowed to take care of a transport from region A to region B" (such as "who is allowed to do a pickup or delivery in specific zip areas?
How about using the "skills" (=requirements) as a constraint for this?
Re: Area
Posted: Wed Jun 06, 2018 1:53 pm
by puissancei
I have already thought but we use the requirement already for several things.
I'm afraid we can exceed the 512 requirements if I have to put the authorized regions
Re: Area
Posted: Wed Jun 06, 2018 2:12 pm
by Bernd Welter
Hello Michel,
that' s good and band news in one post
If the figures exceed the capacities of our interfaces I recommend to discuss your usecase with Clement.
Best regards,
Bernd