Hi
I have a small, but annoying problem in 2009 R2 RTC that I cannot see that others has experienced (yet?).
Scenario:
I can Create a Notification on for instance a Sales Order. If I Post ("Ship" or "Invoice") some items from this Order, the Notification is automatically transferred to the Sales Shipment and Sales Invoice.
If I look in the table 2000000068 "Record Link" I will now have 3 entries (1 for Order, 1 for Posted Invoice and 1 for Posted Shipment)
Problem: When I got to RoleCenter and look in my Notifications Window, I still see 3 Notifications, but they are all linked to the Sales Order and NOT to the 3 different documents.
So in the RoleCenter it looks like there is 3 similar notifications on the same Sales Order.
Does anyone know if this behavior is intended or if it is a undocumented feature (=Bug)?
Best regards
NewBee
0
Comments
Like I am supposed to, I guess ;-)
This is how I do it:
1. On the Sales Order: In the Notes section: Push the "Lightning-button" and choose New
2. Write something --> Choose a reciever and choose Notify and press save
3. I can now see the notification (On sales order + in Rolecenters Notifications)
NewBee
But if you click on the link of the notifiactions in the role center all of them direct you to the sales order.
That makes no sense in the user perspective yeah, but if you know how what happens when you post it makes (kind of) sense.
In CU80 you have the copylinks function which generates the new record links. This function just makes a copy of the existing record and changes the relation to the new record. Therefore all the information (inculding the field "URL 1" which holdes the link to the sales order page) is copied and not modified.
To solve this problem you would need to build the link by yourself.
As you can see most of the link speaks for itself. You would need to change 2 things:
1. PageNo from 42 to 132 (Invoice)
2. bookmark to the record you need
Number 1 is easy
Number 2 is easy too but not obvious, it's the record id. To get the weird format you do this:
format("record id",0,10) will behave differently in rtc and classic
|To-Increase|
Is there a reverse statement for FORMAT("RECORD ID",0,10); ?
The notes links from RTC are not visible in Classic?
Since these are of type "Note", they are not visible in classic client (by calling the links list)
Update: Evaluate doesn't work...
About your assumption that the links contain a wrong link. If I create a link and look into the link table there is no url link created..
[EDIT] Aah with a Note there is a link..
We are experiencing the exact same problem.
Did you manage to solve this issue?
Kind regards,
Ben