DoNotShipBeforeDate 8.03x

We've customization for Packing Slip form when trying to ship part before Ship By date shipper is going to see Window which tells that it is to early shipping.

I think you should be able to use BPM to create alert or to stop shipping if date is to early.

I hope this helps a little.

Thanks.

Bart.




________________________________
From: Robert Brown <robertb_versa@...>
To: vantage@yahoogroups.com
Sent: Thursday, May 21, 2009 11:15:47 AM
Subject: Re: [Vantage] DoNotShipBeforeDate 8.03x





Randy
You can add date controls to see the data (and edit it) on forms.
Rob

____________ _________ _________ __
From: Randy Weber <rweber@tlcelectroni cs.com>
To: vantage@yahoogroups .com
Sent: Thursday, May 21, 2009 8:41:24 AM
Subject: RE: [Vantage] DoNotShipBeforeDate 8.03x

It's in Order Detail but you can only see it in list view - not detail
view.

Randy Weber

From: vantage@yahoogroups .com [mailto:vantage@ yahoogroups .com] On Behalf
Of DD
Sent: Wednesday, May 20, 2009 2:55 PM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] DoNotShipBeforeDate 8.03x

Where did you find that field.
I do not see it in 8.03 or 9.04.

I think it might be for EDI from the customer.

--- On Wed, 5/20/09, Randy <rweber@tlcelectron i cs.com
<mailto:rweber% 40tlcelectronics .com> > wrote:

From: Randy <rweber@tlcelectron i cs.com
<mailto:rweber% 40tlcelectronics .com> >
Subject: [Vantage] DoNotShipBeforeDate 8.03x
To: vantage@yahoogroups .com <mailto:vantage% 40yahoogroups. com>
Date: Wednesday, May 20, 2009, 1:16 PM

I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if
they tried to ship before this date, but when I tested this, it did not
warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to
use reporting or customization to make use of this feature?

Randy Weber

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]







[Non-text portions of this message have been removed]
I just noticed a new field in order detail called DoNotShipBeforeDate.

I had hoped that this would prevent a shipment entry from completing if they tried to ship before this date, but when I tested this, it did not warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to use reporting or customization to make use of this feature?

Randy Weber
Where did you find that field.
I do not see it in 8.03 or 9.04.
Â
I think it might be for EDI from the customer.


--- On Wed, 5/20/09, Randy <rweber@...> wrote:


From: Randy <rweber@...>
Subject: [Vantage] DoNotShipBeforeDate 8.03x
To: vantage@yahoogroups.com
Date: Wednesday, May 20, 2009, 1:16 PM








I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if they tried to ship before this date, but when I tested this, it did not warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to use reporting or customization to make use of this feature?

Randy Weber



















[Non-text portions of this message have been removed]
Randy,

It doesn't natively inhibit shipment but can provide for visual cues & warnings at critical steps in your entire order life cycle process (if leveraged for use in various application customizations).

I suppose you could also use it as a test (against ShipHead.shipdate) within a before_adapter_method triggered subroutine (in shipment entry - check the application for what method is called to add a new shipdetail) to prevent adding the shipment detail if ShipHead.ShipDate <= OrderDtl.DoNotShipBeforeDate.

Probably some way to do that from the server side with a BPM as well I would imagine.

RobÂ



Â



________________________________
From: Randy <rweber@...>
To: vantage@yahoogroups.com
Sent: Wednesday, May 20, 2009 2:16:14 PM
Subject: [Vantage] DoNotShipBeforeDate 8.03x





I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if they tried to ship before this date, but when I tested this, it did not warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to use reporting or customization to make use of this feature?

Randy Weber







[Non-text portions of this message have been removed]
Its used in the Demand Management module as part of the Contract Management/EDI setup. It won't do anything for you without this module

--- On Wed, 5/20/09, Randy <rweber@...> wrote:


From: Randy <rweber@...>
Subject: [Vantage] DoNotShipBeforeDate 8.03x
To: vantage@yahoogroups.com
Date: Wednesday, May 20, 2009, 2:16 PM








I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if they tried to ship before this date, but when I tested this, it did not warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to use reporting or customization to make use of this feature?

Randy Weber



















[Non-text portions of this message have been removed]
It's in Order Detail but you can only see it in list view - not detail
view.



Randy Weber



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of DD
Sent: Wednesday, May 20, 2009 2:55 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] DoNotShipBeforeDate 8.03x








Where did you find that field.
I do not see it in 8.03 or 9.04.

I think it might be for EDI from the customer.

--- On Wed, 5/20/09, Randy <rweber@...
<mailto:rweber%40tlcelectronics.com> > wrote:

From: Randy <rweber@...
<mailto:rweber%40tlcelectronics.com> >
Subject: [Vantage] DoNotShipBeforeDate 8.03x
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Date: Wednesday, May 20, 2009, 1:16 PM

I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if
they tried to ship before this date, but when I tested this, it did not
warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to
use reporting or customization to make use of this feature?

Randy Weber

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]
Just a thought could you create a BPM using that field that would either
stop or alert the user if the date was > today's date?







[Non-text portions of this message have been removed]
Randy
You can add date controls to see the data (and edit it) on forms.
Rob




________________________________
From: Randy Weber <rweber@...>
To: vantage@yahoogroups.com
Sent: Thursday, May 21, 2009 8:41:24 AM
Subject: RE: [Vantage] DoNotShipBeforeDate 8.03x





It's in Order Detail but you can only see it in list view - not detail
view.

Randy Weber

From: vantage@yahoogroups .com [mailto:vantage@yahoogroups .com] On Behalf
Of DD
Sent: Wednesday, May 20, 2009 2:55 PM
To: vantage@yahoogroups .com
Subject: Re: [Vantage] DoNotShipBeforeDate 8.03x

Where did you find that field.
I do not see it in 8.03 or 9.04.

I think it might be for EDI from the customer.

--- On Wed, 5/20/09, Randy <rweber@tlcelectroni cs.com
<mailto:rweber% 40tlcelectronics .com> > wrote:

From: Randy <rweber@tlcelectroni cs.com
<mailto:rweber% 40tlcelectronics .com> >
Subject: [Vantage] DoNotShipBeforeDate 8.03x
To: vantage@yahoogroups .com <mailto:vantage% 40yahoogroups. com>
Date: Wednesday, May 20, 2009, 1:16 PM

I just noticed a new field in order detail called DoNotShipBeforeDate .

I had hoped that this would prevent a shipment entry from completing if
they tried to ship before this date, but when I tested this, it did not
warn me or anything.

Am I missing something? Is anybody else using this feature? Do I need to
use reporting or customization to make use of this feature?

Randy Weber

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]







[Non-text portions of this message have been removed]