otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Planning Planning orders in OTM / G-Log - including bulk planning, itineraries, planning parameters, load configuration and optimization.

Tags: , , ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 1st, 2008, 13:52
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 58
Thanks: 3
Thanked 10 Times in 9 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Auto Plan Release From XML

I am trying to send in an Order Release, via xml integration, and I want the OR to automatically Plan.

I know this is possible From sending in an OB with a Processing Code of PLN..

Is there a way to Plan the OR Automatically?

Thanks
Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old July 2nd, 2008, 08:07
Senior Member
 
Join Date: May 2007
Posts: 102
Thanks: 22
Thanked 5 Times in 4 Posts
Groans: 2
Groaned at 0 Times in 0 Posts
Rep Power: 2
krishna.kk is on a distinguished road
Re: Auto Plan Release From XML

Gray ,

An agent can help you out .

You can create an agent which creates a Buy shipment or sell shipment once the OR is created .

Rgd
kishore
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old July 4th, 2008, 09:51
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 58
Thanks: 3
Thanked 10 Times in 9 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Auto Plan Release From XML

Thanks for the suggestion - I already knew about the Agent Workflow solution though.

I was looking for something that is put into the XML

For those interested... I now have the solution..

Just add the following element to the bottom of your OR xml..

<GLogXMLElement>
<Topic>
<TopicAliasName>BuildBuySideShipments</TopicAliasName>
<TopicArg>
<TopicArgName>savedQuery</TopicArgName>
<TopicArgValue>NEWORDERRELEASE</TopicArgValue>
</TopicArg>
</Topic>
</GLogXMLElement>

Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old July 7th, 2008, 07:03
Junior Member
 
Join Date: Mar 2008
Posts: 28
Thanks: 3
Thanked 1 Time in 1 Post
Groans: 1
Groaned at 0 Times in 0 Posts
Rep Power: 0
njoyotm is on a distinguished road
Re: Auto Plan Release From XML

Hi,

I understand that NEWORDERRELEASE is a SAVED QUERY'S name.
Can you kindly share the SQL query which you have written for NEWORDERRELEASE.

Regards,
njoyotm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old July 7th, 2008, 10:13
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 58
Thanks: 3
Thanked 10 Times in 9 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Auto Plan Release From XML

The saved query we used is..

SELECT ORL.ORDER_RELEASE_GID
FROM ORDER_RELEASE ORL,
ORDER_RELEASE_STATUS ORLS
WHERE ORL.ORDER_RELEASE_GID = ORLS.ORDER_RELEASE_GID
AND ORLS.STATUS_TYPE_GID = '<DOMAIN_NAME>.PLANNING'
AND ORLS.STATUS_VALUE_GID = '<DOMAIN_NAME>.PLANNING_NEW'
AND TRUNC(ORL.INSERT_DATE)=TRUNC(SYSDATE)

You may wish to extend this to remove the necessity of specifying a Domain Name

Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old July 8th, 2008, 07:00
Junior Member
 
Join Date: Mar 2008
Posts: 28
Thanks: 3
Thanked 1 Time in 1 Post
Groans: 1
Groaned at 0 Times in 0 Posts
Rep Power: 0
njoyotm is on a distinguished road
Re: Auto Plan Release From XML

Hi Gary,

Thank you very sincerely.
The XML works as expected.
Can you suggest me other possible TopicAliasName other than BuildBuySideShipments,
BuildSellSideShipments?

Regards,
njoyotm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old July 8th, 2008, 07:48
Junior Member
 
Join Date: Mar 2008
Posts: 28
Thanks: 3
Thanked 1 Time in 1 Post
Groans: 1
Groaned at 0 Times in 0 Posts
Rep Power: 0
njoyotm is on a distinguished road
Re: Auto Plan Release From XML

Hi all,

The below are the inbuilt TOPIC ALIAS NAME:

CreatBufferOrder
TenderResponse
PlannedShipmentCreated
ShipmentReadyForRetender
TenderWithdrawn
ShipmentReadyForExecution
ShipmentReadyForExecutionAndTransport
ShipmentReadyForTransport
ShipmentStatus
ShipmentTracking
TimerTick
Mail
Fax
BulkRating

Thanks and Regards,
njoyotm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
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
Auto Grants njoyotm Execution 1 June 12th, 2008 10:14
Bulk Plan JayVal Planning 4 April 22nd, 2008 23:06
Spot Bid Auto Tender cwarner Execution 4 December 4th, 2007 13:09
[SOLVED] How to make order relaease ID auto generate saufil chang Order Processing 1 July 28th, 2007 11:41
Auto tendering based on Service Provider tender cutoff time engyeowkee Execution 3 June 2nd, 2007 09:26



All times are GMT. The time now is 04:45.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


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