otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


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

OTM SIG
MavenWire


Share Oracle Issues and Bugs This forum is for sharing Oracle Issues and Bugs with other members of the OTM SIG Community to gain greater visibility and help push towards a timely resolution.

Tags: ,

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old June 4th, 2008, 19:49
Member
 
Join Date: Sep 2007
Posts: 49
Thanks: 6
Thanked 6 Times in 6 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
cwarner is on a distinguished road
Enhancement: Notification Profiles

I really see a limitation in OTM in how the system handles message notifications. I have shared this issue with Oracle, and would like to hear from other people if this is an issue for you as well, and if you would see it as a helpful upgrade.

In our business, we use OTM to notify involved parties with Pickup and Delivery estimates, as well as many other notifications. Some of our customers and suppliers find these notifications helpful. Others find them annoying. The way that the system is currently configured this is not a problem.

Our issue really comes in when a customer likes some of the notifications but not others. There is currently no way to setup a contact to only receive select notifications.

My thought is the best way to configure something like this would be to have a notification profile assigned per contact and list what they would and would not like to receive. This way we could have a base set of notifcations that could be modified individually as needed.

This enhancement would be particularly useful to us, as to do this now, we have to set the contact's email address to an internal email, and manually forward the select notifications that they would like to receive.

Would this be useful to you as well?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old June 10th, 2008, 13:09
Junior Member
 
Join Date: Mar 2008
Location: Oxford, UK
Posts: 8
Thanks: 1
Thanked 2 Times in 2 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
SamWoodcock is on a distinguished road
Send a message via AIM to SamWoodcock Send a message via Skype™ to SamWoodcock
Lightbulb Re: Enhancement: Notification Profiles

Have you considered 'externalising' the various notifications into refnums?

Quite often notifications are sent to entity Involved Parties. If you specify your IP Contact at a Location (or if you use a naming convention to join contacts to a location), then you can set refnum quals on the IPLocs to control which notifications should be 'turned on/off' for a given IPContact. Each notification would have its own related unique Location Refnum Qualifier. You could have a separate refnum qual for Pickup Estimates, Delivery Estimates, or any other custom workflow notification you want to build.

For example, I have a workflow to notify the ORDEROWNER when a new Order Base is created. Some ORDEROWNER's want to receive this alert, some don't. By attaching the refnum to the ORDEROWNER's location, I can control whether to send the alert or not by adding or deleting the refnum qual on the location. Similarly you can exclude/include refnums depending on the notification a given ORDEROWNER wants to receive.

The following SQL is used to Assign a variable in an agent (this is for an Order Base agent notification). Then, the variable is used as the Notify Contact.

SELECT NVL(
(SELECT INVOLVED_PARTY_CONTACT_GID
FROM ob_involved_party obip,
location_refnum lr
WHERE INVOLVED_PARTY_QUAL_GID = 'ORDEROWNER'
AND lr.location_gid = obip.INVOLVED_PARTY_CONTACT_GID
AND LOCATION_REFNUM_QUAL_GID=obip.domain_name
||'.OC-OB-CREATED_NOTIFY_IP'
AND obip.order_base_gid = $Gid
), ('ELX.DUMMY'))
FROM dual

---
Sam Woodcock
Mavenwire Consultant
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to SamWoodcock For This Useful Post:
cwarner (August 29th, 2008)
  #3 (permalink)  
Old October 22nd, 2008, 20:53
Junior Member
 
Join Date: Jul 2007
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
otm_user is on a distinguished road
Re: Enhancement: Notification Profiles

Sam,

Can you tell me how to assign a variable to the notify contact in the agent.
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
Notification in OTM moshe Execution 3 April 8th, 2008 11:40
VPD Profiles on your own domain gborza SysAdmin and Management 2 April 3rd, 2008 20:56
Contact Notification-Basic question Ashok Revuri Workflow 2 February 20th, 2008 04:53
customizing mail notification Brintha Branding, Screen Sets, XSL/CSS and Translations 2 December 17th, 2007 16:54
Notification for Hazardous Material moshe Execution 2 December 17th, 2007 16:41



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