Newbies loopandco Posted February 24, 2019 Newbies Posted February 24, 2019 Hi , I'm testing the "add by barcode" function on invoices and estimates. On computer, no problem, everything works. On ipad, however, it does not work and I do not understand the problem. When I press "add by barcode" the window opens. I add some lines by barcode and by selection in the list. When I press "done", only the selected lines in the list are added to the invoice; lines added by barcode are not displayed. Does anyone have an idea to solve the problem? thanks in advance
Jonathan Hogle Posted March 30, 2020 Posted March 30, 2020 loopandco, The issue is that the ID of the Estimate isn't getting set in the line item being added. We are aware of this issue, and will have it fixed in the next release of FM Starting Point To fix the issue, make sure to get the Estimate ID and set it in script " (1083) Bar Code Scan New Estimates Line Items (iPad Version)" Make the following changes to the script: 1.) Add a line between line 17 and 18 2.) Make that line a "Set Variable" 2a.) Set the Name to be "$ID_Estimate" 2b.) Set the Value to be "T09_EST_LINE_ITEMS::id_estimate" 3.) Add a line between line 65 and 66 4.) Make that line "Set Field" 4a.) Click the gear icon, and for the first "Specify" select the "id_Estimate" field from "T09_EST_LINE_ITEMS" 4b.) Click the second "Specify" and set it as "$ID_Estimate" That will fix the issue. If you have any additional questions, or need help implement the fix, please email us at [email protected] Thanks, Jonathan Hogle
Recommended Posts
This topic is 1732 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now