Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
User Experience
Lawson Design Studio
Attach Document through Design Studio
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:
278
Members:
0
Total:
278
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
User Experience
Lawson Design Studio
Attach Document through Design Studio
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
12 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Robert Spurr
Veteran Member
Posts: 130
11/1/2010 8:01 PM
I'm currently working on a variant of the requisition approval process with a focus on service requests. So far everyhting is working as designed but I've hit a road block on how to request and send documents through the approval process. Specifically is their a way through Design Studio to proved a file browsing option with the ability to save the file to a designated path? Our goal is to allow any user the ability to submit a service request and have all relevent files stored in ImageNow. Once a file resides at specific path we can have ImageNow pick it up.
Thanks
Robert
David Williams
Veteran Member
Posts: 1127
11/2/2010 11:21 AM
Split
You can include a link to either a shared drive or to open ImageNow, passing parameters for which "Drawer" to open. Generally your users have to have a login into ImageNow to view the documents but you could play with passing a generic userid and password in your link.
mark.cook
Veteran Member
Posts: 444
11/2/2010 11:30 AM
Split
We are in the planning stages for a similar project with using a custom DS form that we have developed to include a link to documentation related to the order stored in ImageNow. We are currently also kicking off an ImageNow upgrade as we are several versions back. When we reach the spring, I think we will have very much what Robert is looking for. We currently pass the generic imagenow user for links to DS so that users do not have to sign in. The theory is that if they signed into Lawson to get the form, they have access to the data contained there.
Robert Spurr
Veteran Member
Posts: 130
11/2/2010 12:48 PM
Split
We already have over 30+ forms linked to ImageNow (WebNow) using the generic login. My real interest is in the abliity to provide the user a place to store the required documents so they can be uploaded and linked in ImageNow. I will explore the Shared drive option but unless I can dynamically rename the documents (Include say the requisition number in the file name) it could get messy. Any other ideas would be greatly appreciated.
Also I know how to open a browser window but how would I construct a link that would open a file expolrer window?
Thanks
David Williams
Veteran Member
Posts: 1127
11/2/2010 1:13 PM
Split
This is what we did:
// var load = window.open('file://fileserver1/lawson/attachments/' + lawForm.getFormValue("text4").replace(/^\s+|\s+$/g,""),'','scrollbars=no,menubar=yes,height=600,width=600,resizable=yes,toolbar=yes,location=yes,status=yes')
Please
login
to post a reply.