Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
PA52.5 - Move From Level problem
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Pat
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5296
People Online:
Visitors:
251
Members:
0
Total:
251
Online Now:
New Topics
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
S3 Security
Securing forms and programs that use Company Group
6/17/2025 5:41 PM
Is there a way to write a rule, that looks up a co
S3 Customization/Development
Self-Serve Customization and Modification of home page
6/17/2025 3:40 PM
Hi, I want to add new links and customize the E
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
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
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
1377
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
Integration / Customization
IPA/ProcessFlow
PA52.5 - Move From Level problem
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
George Graham
Veteran Member
Posts: 201
3/8/2012 6:31 PM
Trying to submit a transaction through PF to PA52.5 to swap the primary position. When trying to do the add its coming back with the message to "Perform the Move From Level special action" - which is the V function - but that function is NOT the add function. its what populates the new position values that you are moving to.
Have submitted the transaction through portal with the trace debugger on to try to capture a valid AGS call to make - so the manual steps that I'm going through are:
1. Inquire with Position Level 1
2. Set process type to 5 on Special Processing tab and also set value of Move From Level to 2 (what would be the new primary position level).
3. Select the Move From Level on the Inquire button drop down - which now sets all of the Change To values
4. Click Add to submit this as a pending transaction
Then I would do the same, but in reverse of position level 2 to 1 - and then submit a PA100 to complete the swap.
But the hang up is in completing that final add step. That step in essence makes an AGS call with all of the appropriate values set - and I've captured the XML returned from doing it manually - but can't seem to replicate the correct AGS call to actually submit this - as I mentioned keep getting the message to perform the move from level.
Does anyone know what value the add might be looking at to think that this action has taken place? Or have a working AGS call to do this that you can share?
SP
Veteran Member
Posts: 122
3/8/2012 6:51 PM
Split
Perform your action in Portal.
Press ctrl-alt-V and examine the TransXML for the actual field values the
Portal used in performing your transaction
Examine the NamColl to see what _fld numbers map to what db fields.
Hope this helps,
-SP
On Thu, Mar 8, 2012 at 1:37 PM,
wrote:
> [image: LawsonGuru.com Logo] <
https://www.lawsonguru.com/
> Lawson
> ProcessFlow Forum Notification A message was posted to a thread you are
> tracking. *PA52.5 - Move From Level problem* Posted by: *George Graham
> *
> 03/08/2012 01:31 PM Trying to submit a transaction through PF to PA52.5
> to swap the primary position. When trying to do the add its coming back
> with the message to "Perform the Move From Level special action" - which is
> the V function - but that function is NOT the add function. its what
> populates the new position values that you are moving to.
>
> Have submitted the transaction through portal with the trace debugger on
> to try to capture a valid AGS call to make - so the manual steps that I'm
> going through are:
>
> 1. Inquire with Position Level 1
> 2. Set process type to 5 on Special Processing tab and also set value of
> Move From Level to 2 (what would be the new primary position level).
> 3. Select the Move From Level on the Inquire button drop down - which now
> sets all of the Change To values
> 4. Click Add to submit this as a pending transaction
>
> Then I would do the same, but in reverse of position level 2 to 1 - and
> then submit a PA100 to complete the swap.
>
> But the hang up is in completing that final add step. That step in essence
> makes an AGS call with all of the appropriate values set - and I've
> captured the XML returned from doing it manually - but can't seem to
> replicate the correct AGS call to actually submit this - as I mentioned
> keep getting the message to perform the move from level.
>
> Does anyone know what value the add might be looking at to think that this
> action has taken place? Or have a working AGS call to do this that you can
> share?
>
>
> ------------------------------
>
> To view the complete thread and reply via your browser, please visit:
>
>
https://www.lawsonguru.co...-from-level-problem/
>
> You were sent this email because you opted to receive email notifications
> when someone posted and/or responded to a message on this forum.
> To unsubscribe to this thread please visit your user profile page and
> change your subscription options.
>
> Thank you,
> LawsonGuru.com
>
George Graham
Veteran Member
Posts: 201
3/8/2012 8:36 PM
Split
Been there, done that - that's what the AGS call was built from - but if you use that manually from the browser you get the move from level message. And where I'm wondering if there is a missing piece - that is the transxml - which is (I believe) the RESULTING XML from the transaction - but that may not be precisely what the AGS call is.....?
SP
Veteran Member
Posts: 122
3/8/2012 9:51 PM
Split
This may seem like a silly question, but have you included the hkey values and have you researched required values to pass for the "XMIT-" hidden values (e.g. XMIT-HREMP-BLOCK, XMIT-PAPEP-BLOCK, etc...)?
Are you familiar with the XMIT- fields and how they are used?
George Graham
Veteran Member
Posts: 201
3/12/2012 6:06 PM
Split
yes - familiar with them, but it is worth a second look. I believe I'm updating with the same value that is used in the form - which DOES NOT return a soft error - it completed fine. But that might be the issue.
Is there a document list of XMIT values for the different forms anywhere?
Please
login
to post a reply.