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 Add-Ins for Microsoft Office
Upload Wizard Add-in inquire first?
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
HireIQ
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5264
People Online:
Visitors:
339
Members:
0
Total:
339
Online Now:
New Topics
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1375
Roger French
1315
mark.cook
1244
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 Add-Ins for Microsoft Office
Upload Wizard Add-in inquire first?
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
1 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Seth
Basic Member
Posts: 4
6/20/2007 4:38 AM
Is there a way to generate an "inquire" action from the spreadsheet?
Scenario:
Trying to add lines to an agreement using PO25.6
Results of "Add first, then change" are I | 12345 (item number)
Manually entering information from form returns "Must inquire before using that function" in portal
Used formdef to find "key" to this form and included it on spreadsheet
Thanks for any help.
John Henley
Posts: 3351
6/20/2007 2:25 PM
Split
Seth, The addins automatically do an implicit Inquire when you do a Change action via the addins. Since you tried the 'Add then Change option', it looks like you need to just do the Change only.
I haven't uploaded to that particular form, but you should be able to as long as you are populating all of the appropriate fields.
One way to verify is to capture the AGS call when you are doing this in Portal, and then match up the _f* fields from the AGS call to your addins upload ...
Seth
Basic Member
Posts: 4
6/20/2007 6:15 PM
Split
Thanks for you help and for clarifying about the implicit Inquire.
Unfortunately, I am still unable to Upload... the last few line of the AGS call give me this:
_f1
127
Field is required
From near the top:
<_f0>PO25.6
<_f1 />
-OR-
PO25.6
I would interpret that _f1/FC field to be "Function Code," but that doesn't make sense since each row can have it's own function (theoretically).
The more important issue, is that my Add-in doesnt' seem to have a mapping to _f1, unless its "Left Column Check." My map listing goes directly from the hidden _f0 to _f2.
The more "normal" way for me to access 25.6 is to go through 25.1 and click "lines." When I try this then go to the Transaction XML (through ctrl-alt-a) and try to Perform Query, Lawson returns a message about the query string being over 2000 characters. I can at that point see that the _f1 field is populated with "I."
***Edit
I see this in formdev:
Field("_f1","Fc",01,"fldnm=FC","row=00","col=09","edit=upper","req=true","value=I","select=true" );
sV("+","PageDown");
sV("-","PageUp");
sV("C","Change");
sV("I","Inquire");
but I don't know how it may apply to this situation
/Edit***
Again, thanks for your help.
John Henley
Posts: 3351
6/20/2007 6:59 PM
Split
Don't confuse FC (form function code) with LINE-FC (line function code).
The Addins query wizard option (Add, Add then Change, Delete) fills the FC.
What you're probably missing is that you need to map to the LINE-FC (_f17 / LINE-FC1).
Remember how it works with Portal and LID: You're doing an ADD on the LINE, but a CHANGE on the FORM.
Seth
Basic Member
Posts: 4
6/20/2007 7:44 PM
Split
Too right!
I did confuse those.
I think I'm all mapped correctly now, but I don't know how to interpret the response from the upload. Lawson returns the item number.
When I check the form through portal, the add has not been completed, so something is not right. I want to see "Change Complete - Continue." Just to get it done, I may go manually at this point (ugh).
You are the MASTER, John. Thanks for your help!
Seth
Basic Member
Posts: 4
6/22/2007 2:26 PM
Split
A-ha!
When uploading to PO25.6 one needs to include _f21 PVN-VEN-ITEM even though it's not required when editing through the portal.
I had preivously uploaded PO13 information, so didn't expect to need the Vendor Item on this form / upload.
A note when adding No Charge, Cost Option 2 items to PO25.6:
I got an error saying that I couldn't add a cost when using Cost Option 2, which was interesting since I didn't even map that column. I went back and included a cost column, albeit zero, and the upload worked.
The records that returned the item number on this upload (2 of 120) turned out not to have a PO13 record built for the vendor associated with this Agreement.
John, thanks again for your help on this.
Seth
Please
login
to post a reply.