February 24, 20196 yr Newbies 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
March 30, 20205 yr 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
Create an account or sign in to comment