otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire


Order Processing Shipment planning and order processing - including data requirements, line items, ship units, order bases and order releases.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 11th, 2009, 02:28
Senior Member
 
Join Date: Aug 2008
Posts: 123
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 2
vsevs is on a distinguished road
How to release the whole Order base?

Hi,
Can anybody clarify me how to release the whole order base at once. The action has only Release lines or Ship units. We have to release it manually each line. Can anybody help me on this.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old March 12th, 2009, 12:47
Member
 
Join Date: Nov 2008
Posts: 51
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 11
Thanked 0 Times in 0 Posts
Rep Power: 2
vidya is on a distinguished road
Re: How to release the whole Order base?

Hi

It can be achieved by enabling "Shippable" check box in the Line Item tab, by which a order release is generated for the whole order base.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old March 13th, 2009, 05:45
Senior Member
 
Join Date: Aug 2008
Posts: 123
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 2
vsevs is on a distinguished road
Re: How to release the whole Order base?

Hi,
Thank you for your reply. It works. But when we have many lines, like in hundreds or thousands, it is diffcult to do this everytime. Do we have any such attributes in header level?

Thanks,
Venkat.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old March 15th, 2009, 22:25
Junior Member
 
Join Date: May 2008
Posts: 5
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
NickTizzy is on a distinguished road
Re: How to release the whole Order base?

Hello,
I have created an agent for a customer that had many line before. I made it trigger when they flipped a custom status on the order base, then the agent fired and released all the lines.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old March 18th, 2009, 02:42
Senior Member
 
Join Date: Aug 2008
Posts: 123
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 2
vsevs is on a distinguished road
Re: How to release the whole Order base?

Hi Nick,
Can you help me in creating that agent. Our Planner will decide whether to create order release for whole order or not. So if it is possible by updating an external status it will be great.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old March 18th, 2009, 13:13
Member
 
Join Date: Jun 2007
Location: Havertown, PA
Posts: 82
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 4
Thanked 11 Times in 10 Posts
Rep Power: 3
joecallan is on a distinguished road
Send a message via AIM to joecallan Send a message via Yahoo to joecallan
Re: How to release the whole Order base?

Another option within the UI could be to use the 'Simple Ready to Ship' functionality:

1. Go to Order Management>Purchase Order>Order Base Line/Ship Unit
2. At search screen, enter the Order Base ID and click Search
3. Select all Lines/Ship Units
4. Click Actions and choose Simple Ready to Ship
5. Click the Ship Complete button found at the bottom of the page
6. Click the Save button found at the bottom of the page
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to joecallan For This Useful Post:
sujatha_g (March 19th, 2009)
  #7 (permalink)  
Old March 21st, 2009, 12:40
Junior Member
 
Join Date: May 2008
Posts: 5
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
NickTizzy is on a distinguished road
Re: How to release the whole Order base?

Vsevs,
That agent would be an order base agent triggering off of Order Base status change. The status would be the custom status that you create we did Order Rerelease_Yes and _No. Then the actions are a direct sql update of update OB_LINE set IS_SHIPPABLE = 'Y' where order_base_gid = '$gid' this checks the shippable in all the lines. Then the next action is to Release Order Base.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old March 23rd, 2009, 09:04
Senior Member
 
Join Date: Aug 2008
Posts: 123
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 2
Thanked 0 Times in 0 Posts
Rep Power: 2
vsevs is on a distinguished road
Re: How to release the whole Order base?

Hi Nick,
Thank you for your update. I created an agent as you mentioned. I see the release is getting created but no quantity has been released actually. Can you please verify whether my actions are correct. Please find the file attached.

Thanks.
Attached Files
File Type: doc Order Release Agent.doc (44.0 KB, 38 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old March 23rd, 2009, 17:19
Junior Member
 
Join Date: May 2008
Posts: 5
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
NickTizzy is on a distinguished road
Re: How to release the whole Order base?

The only thing that comes to mind quickly is your release method. If you go into an order and do this by hand on a couple lines, does it create the release with the quantities and everything in place?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old March 26th, 2009, 12:40
Junior Member
 
Join Date: May 2008
Posts: 5
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
NickTizzy is on a distinguished road
Re: How to release the whole Order base?

I did a quick reply a while back and it looks like it didn't work, I am unsure. Anyway that is the correct setup that you have there. The only thing that comes to mind is your release method that you are using. We are using a variation of auto-calc for our ob's so I don't know if this has something to do with it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Archiving Of Data Other Than Shipment / Order Release / Order Base / Items ianlo Database Administration 10 March 4th, 2010 08:36
How to View allocated costs on Order Base or Order Release Lines? vsevs Settlement 1 June 8th, 2009 08:36
Auto Release Order Base from integration naveengupta4s Order Processing 3 April 21st, 2009 13:00
need order release update when order base is updated Brintha Order Processing 3 October 3rd, 2008 07:23
Want to create an url on the Order Base integration to the ORDER BASE LINES swaussie Branding, Screen Sets, XSL/CSS and Translations 0 March 28th, 2008 11:21



All times are GMT. The time now is 00:41.
Copyright © 2006-2009, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40