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
AP20.2 Remove Voucher number
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Hitman
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5208
People Online:
Visitors:
400
Members:
0
Total:
400
Online Now:
New Topics
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
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
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
1372
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 Design Studio
AP20.2 Remove Voucher number
Please
login
to post a reply.
9 Replies
0
Subscribed to this topic
12 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Kate Liamero
Veteran Member
Posts: 70
1/28/2009 2:32 PM
We interface invoices from Imagenow and our AP Dept then reviews the invocies in AP20.2. They sometimes have to add a tax code to the invoice and in order to do this they must delete the invoice, clear out the voucher field, chosse the tax code and then add the invoice again. I would like to have the voucher number field automatically be set to blank when a user deletes an invoice. This way the users will only have to click delete, choose the tax code and click add. The sstep of clearing the voucher field will not be needed. Any suggestions?
Thanks
Kate
John Henley
Posts: 3353
1/28/2009 3:23 PM
Hi Kate,
You can definitely do that with Design Studio & JavaScript, but you need to handle it using two events and a variable:
- Outside of the events, create a global variable (e.g. gsFC) in which to store the FC being processed
- In OnBeforeTransaction, save the passed fc to the variable gsFC:
- In OnAfterTransaction, if (gsFC == "D") lawForm.setFormValue("whatever","");
John Henley
Posts: 3353
1/28/2009 10:27 PM
You could also do this with a COBOL user exit that fires after the transaction (i.e. AP20EPD).
Kate Liamero
Veteran Member
Posts: 70
1/28/2009 11:37 PM
Thanks as always John. I think we'll go the design studio route.. I want to run it by our finance department first. It is a work around for the AP20.2 not allowing calclulating tax on the change function. Our invoices are interface from Imagenow with AP520 and are created without a tax code. Our AP staff reviews the invoice in AP20.2 to see if a tax code needs to be added. Tax is only calculated on the add function not on the change. The only option at this point is to delete the invoice, clear the voucher field, select the tax code,and click add.
John Henley
Posts: 3353
1/28/2009 11:48 PM
What apps version are you on?
Kate Liamero
Veteran Member
Posts: 70
1/28/2009 11:59 PM
9.0 Apps - Uniix - websphere Lawson 9.0 security
John Henley
Posts: 3353
1/29/2009 12:30 AM
Hmmm. There are a lot of recent AP20.2 changes for 9.0 pertaining to tax. In fact, I even think you can change tax codes now and it will recalc/change the invoice. You might want to check that out.
Kate Liamero
Veteran Member
Posts: 70
1/29/2009 1:11 AM
We have an enhancement request in with Lawson. They say it is functioning as designed. The tax calculation is only done when the
invoice is added. If you add an invoice with a tax code and want to change the tax code it won't allow it. It might be because are
choosing the tax code on the invoice level (API-TAX-CODE )in the header and not on the distribution line level. Anyway Lawson says
it only calculates the tax on the Add function not on the Change.
_____
From: forums-bpm-studio@lawsonguru.com [mailto:forums-bpm-studio@lawsonguru.com]
Sent: Wednesday, January 28, 2009 8:46 PM
To: kliamero@edisonlearning.com
Subject: Re: AP20.2 Remove Voucher number [00005826:00006178]
<
https://www.lawsonguru.com/
>
Design Studio Forum Notification
A message was posted to a thread you were tracking.
John Henley Posted:01/28/2009 08:30 PM
Subject: Re: AP20.2 Remove Voucher number
Hmmm. There are a lot of recent AP20.2 changes for 9.0 pertaining to tax. In fact, I even think you can change tax codes now and it
will recalc/change the invoice. You might want to check that out.
_____
You may reply to this thread via e-mail; please do not remove the message tracking number from the subject line, and do not include
this message in your reply. To view the complete thread and reply via your browser, please visit:
https://www.lawsonguru.co...fc/6178/Default.aspx
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
John Henley
Posts: 3353
1/29/2009 1:52 PM
I do stand corrected. I tested with the latest patches, and you cannot change the tax code.
MichaelA
New Member
Posts: 2
7/31/2009 12:56 PM
OK, a little late reply here but anyway..
They review it when it is already in AP. Why not review it before, using AP52 for viewing the invoices before they have updated AP and the records are in apcinvoice, apcdistrib and apcattach? That way your staff could fix the problem before updating AP.
Please
login
to post a reply.