otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire


Workflow Configuring Workflow components - including Agents, Milestones, Notifications Auto Data Assignment and Events.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 29th, 2008, 13:32
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Order Release Event Notifications

Hi All,

Our customer require new Order Releases to be monitored before shipped. We monitor the 'production' process of the order. Events are added to each Order Release. These Events needs to be monitored or actioned when they are added to an Order Release. For example, each Order Release has a Cargo Handover Date, if a user add an event (Reason Code: Cargo Handover Data Changed), an agent needs to initiate and notify an involved party that the cargo handover date has changed.

I have created a custom agent event, called, Order Release - Event Created. The agent created is an Order Release agent with the new agent event. The agent actions has an IF statement with a saved condition with a saved sql query. The query 'looks' for the specific reason code, and if the condition is met, another action will notify the involved parties. This is not working.

Any suggestion on how to solve this problem?

Thanks for the help,
Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old January 29th, 2008, 20:44
Senior Member and Blogger
 
Join Date: May 2007
Posts: 170
Thanks: 4
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bmj_23 will become famous soon enough
Re: Order Release Event Notifications

Is there any information in the log files that is pointing to an error ? and when you say it is not working, do you mean that an outbound eamil notification is not being generated ? Are any other email notifications to that involved party working ?

Repost if you are still having issues.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old January 29th, 2008, 20:59
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Re: Order Release Event Notifications

Hi,

Thanks for the reply. No information in the log file. The agent doesn't execute on the event it needs to. Let me explain. When an event is added to an Order Release, the agent needs to execute and then based on the reason code in the event, notify a contact or an involved party. I created a custom event, Order Release - Event Created. This Agent should then listen for the event to be added to the order release, and then, based on an 'if' and saved condition in the Agent Actions, notify a contact and an involved party.

All notification on the involved party and contact is working. My order release events is added with a Quick Code and the Reason Codes and Status Codes assigned to the specific Quick Code.

I suspect the agent event is the problem, but have no idea on how this 'fix' it.

On this point, is it possible the action agents on order release events?

Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old January 29th, 2008, 21:05
Senior Member and Blogger
 
Join Date: May 2007
Posts: 170
Thanks: 4
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bmj_23 will become famous soon enough
Re: Order Release Event Notifications

Albert - so, it is only the notification for this automation agent that is not working right ?

I would turn on more detail in the log files and re-run the process. Its probably something quite straightforward to fix if you take a look at the log files.

My suggestion would be to turn on Exception, Workflow, WorkflowDetails, Agent and SQL in a log file and see what that gives you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old January 29th, 2008, 21:14
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Re: Order Release Event Notifications

Hi,
Thanks for the tip. I'll do it. Will update the thread to let you know if I got it working.
Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old January 30th, 2008, 07:06
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Re: Order Release Event Notifications

Hi,

I did turn-on more detail in the log file, but still no joy.

Is there any Agent Events that execute when and Order Release Event is added to an Order Release. An Order Release Event in my clients world is, 'Production Line Down'. This is event or occurrence is added to the Order Release through the Add Order Release Event menu action.

Once such an occurrence is added to the Order Release, an Involved Party needs to be notified automatically.

Regards,
Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old January 30th, 2008, 08:49
Member and Blogger
 
Join Date: Jan 2007
Location: Haalderen, Netherlands
Posts: 117
Blog Entries: 1
Thanks: 7
Thanked 33 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bob_romijn is on a distinguished road
Send a message via Skype™ to bob_romijn
Re: Order Release Event Notifications

Hi,

As far as I understand your story, you are using the wrong event in the agent (at least because your agent is not triggered). Your telling "Order Release - Event Created". I always use "ORDER RELEASE STATUS - RECEIVED". I assume you are adding events through the UI (or Integration). I also use this event with my own created events and reasons, which works very well.

I don't know how you configured your saved conditions but you can use the agent variable "$bs_status_reason_code_gid" for getting the reason code for this event. No difficult SQL is this case. (Just a hint)

If this idea doesn;t solve it. Please look into the logs whether your agent is getting triggered. You have to set up your log setting at least with "Agent" active.

Feel free to report when not clear.
__________________
Best Regards,

Bob Romijn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old January 30th, 2008, 08:53
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Re: Order Release Event Notifications

Hi Bob,

Thanks for these pointers. I appreciate it a lot. Will use them and post the outcome.

Regards,
Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old January 30th, 2008, 10:04
Junior Member
 
Join Date: Jan 2008
Posts: 14
Thanks: 1
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
albert is on a distinguished road
Re: Order Release Event Notifications

Hi Bob,

Thanks for the advice, working beautifully.

But, can you help with the following. On the email notification and the notification send to the message center, the Status Information that needs to be displayed is not displayed (No Event Date, Event Group and Status Code). In the Comment field of the new event added, information will be added that will be used to update the external system where the orders is created, this also needs to be displayed. I think it has to do with the style sheet, its just that I don't have any knowledge of style sheets and needs some guidence, if this is the place to do it.

Any other suggestion you may have are very welcome.

Thanks again, I appreciate it,
Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old January 30th, 2008, 13:10
Member and Blogger
 
Join Date: Jan 2007
Location: Haalderen, Netherlands
Posts: 117
Blog Entries: 1
Thanks: 7
Thanked 33 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bob_romijn is on a distinguished road
Send a message via Skype™ to bob_romijn
Re: Order Release Event Notifications

Hi,

I'm glad it worked for you.
Normally I should expect the event information on the notification as it also the case with shipment events.

Perhaps the stylesheet is not extended (by the time this was added) to host this. You can do it yourself.........
It should be in the stylesheets that are triggered out of stylesheet "workflow/DefaultOrderEventHtml.xsl".

Hope this helps.
__________________
Best Regards,

Bob Romijn
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
Order Release Statuses rj5316 Order Processing 2 December 11th, 2007 07:34
Order Release - Simple Order rj5316 Order Processing 1 November 29th, 2007 14:27
[SOLVED] Order Release Upload Via CSV Template Dilday Stephen Email List Archive 0 October 16th, 2007 04:12
[SOLVED] Re: Order Release Upload Via CSV Template Rick v100 Email List Archive 0 October 16th, 2007 04:12
[SOLVED] Exception during Order Release ianlo Order Processing 5 February 16th, 2007 01:49



All times are GMT. The time now is 20:37.
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