Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Samrt Notification for Parent & Child
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Mauchk
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5244
People Online:
Visitors:
336
Members:
0
Total:
336
Online Now:
New Topics
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Samrt Notification for Parent & Child
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
22 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Ruma Malhotra
Veteran Member
Posts: 412
4/30/2010 2:10 PM
I am creating a smart notification which works like a parent-child but both parent and child are derived from 2 different infosets instead of the same.
The parent notification is delivered and the child is not delivered as the case would be.
I am trying to schedule both the parent and child infosets to update and wondering whether they should be scheduled at the same time or whether the child before the parent.
The logic for this is if the parent and child infosets update on the same time the parent notification is kicked off and if the child infoset is still updating then clicking on the parent may give inaccurate information.
Has anybody come across this ? what is best practice to avoid a situation like this ?
tia.
Matthew Nye
Veteran Member
Posts: 514
4/30/2010 2:29 PM
Split
Ruma,
SmartNotes is a single threaded application so there is really no way to update two infosets (or display two notication) at the same time. However this shouldn't be an issue since you are linking two disparate data sets. Your issue could be mitigated by scheduking the update at off hours or making the infoset non-cached as long as the sql is highly perforkmanced tuned. If this really is a go-no-go decision you could combine the two statements using UNION and a derived field but I think its a bit overkill for this somewhat minor issue.
Hth
Matt
Ruma Malhotra
Veteran Member
Posts: 412
4/30/2010 2:51 PM
Split
Hi Matt,
Thanks for replying since it helps understand more clearly, but I am not delivering the child notification. What I am doing is I am delivering the parent notification and when I click on one of the fields of the parent notification it displays the child notification.
The reason I had to go this way is because the parent infoset displays the header and the child displays the detail lines for the header which belongs to the child infoset different from the parent infoset.
Since both parent and child infosets are 2 different infosets, if I schedule the parent infoset to update the parent notification is kicked off and if the child infoset is still updating clicking on the parent notification may give inaccurate info. My question is should I schedule both infosets to update at the same time or schedule the child before the parent infoset to update ?
I hope I am explaining this more clearly and the above is not too confusing. Let me know otherwise.
Thanks for your help,
Ruma.
Matthew Nye
Veteran Member
Posts: 514
5/1/2010 3:29 AM
Split
It doesnt matter how the notification is retrieved, whether via a dashboard or sent to email, SmartNotes is single threaded. There is no way physically to update two infosets at the same time. Even if you could there would still be a marginal (albeit, in milliseconds perhaps) difference between the two infosets updating because of the SQL execution time.
What youve explained doesnt change the options I see:
1. Set the two infosets to be cached and understand the implications this will have on your database and the delay it will have to your end users
2. Using SQL UNION and some placeholder fields, create a single infoset for both notifications
Other than that, theres really no great argument for doing the parent first or the child first. One or the other is always going to be out of synch when the other is being updated.
Ruma Malhotra
Veteran Member
Posts: 412
5/10/2010 3:24 PM
Split
Thanks Matt for your reply. I was able to creat a union with placeholders for fields that existed in the union query and hid some fields in the parent notification and some in the child notification.
This helped me in removing the parent and child refresh time issue.
Thanks again for your help.
Please
login
to post a reply.