AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Royce Lithgo
Royce Lithgo
@roycelithgo
Forum Home   |   Recent Posts
Honorable Member
Follow
Profile Activity
Topics: 47 / Replies: 510
AllTopicsReplies
Reply
RE: Printing Attributes on Forms

Try building a GI for looking at the data. Note that only those customers with the class where you setup the Attribute will have a value for the Attri...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: System was not able to get record count warning

Found the glitch - removed the Query from the UI and added it back again and the issue resolved.

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: System was not able to get record count warning

I fixed the performance issue. Now it runs sub-second but this message still remains. What's more messed up is the same query exists in both of our te...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Topic
System was not able to get record count warning
5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Replies: 2
Views: 2707
Reply
RE: Visible Expressions for Column Headers based on SOLines in Report Designer

I understood the requirement to be if there is a Discount on the page, then show the header but if no lines on the page have a discount then don't sho...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Visible Expressions for Column Headers based on SOLines in Report Designer

Sorry for saying but this requirement seems like an exercise in futility. If it were me I would make the column header static, and potentially show 0%...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Approval Map Reports To Question

Hi Lisa, you're welcome. I hope it works as it was only my theory. And yes, you can leave Workgroup blank.

5 years ago
Forum
Everything Else
Reply
RE: Approval Map Reports To Question

Off the top of my head, try using "Employee from Document" for the 1st field, and "Reports to" from Employee table for the 2nd. Should look like th...

5 years ago
Forum
Everything Else
Reply
RE: Power BI report not getting refreshed in Acumatica

Only Power BI can refresh Power BI - you should try asking this question on the Power BI forum:/p>

5 years ago
Forum
Acumatica Dashboards
Reply
RE: Dashboard Tile not summarizing correct information

Yes we used to have that problem but it was resolved for us by MYOB release (2020.3) - sorry not sure what Acumatica release that equates to. Anywa...

5 years ago
Forum
Acumatica Dashboards
Reply
RE: Attaching Notes in a Generic Inquiry

Good news. Wonder if this works when you use aggregates and groups.

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: OData connection works, but data is empty! Returns Column Headers only.

No worries at all. Glad to have helped out.

5 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: OData connection works, but data is empty! Returns Column Headers only.

You can't use Parameters with OData:/p> You need to design the Query to not rely on Parameters. Your current conditions will return no data if the p...

5 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: 2019.1 removal of Purchase Receipt amount related fields

@richard We've been struggling with PO Receipts ever since they did this. So far no clear solution. I modified the PO Receipt report to put some amoun...

5 years ago
Forum
Everything Else
Reply
RE: Use of @Today in Report Filter?

I can answer my own question now. Didnt have any luck with @Today, but it worked with =Today(). So formulas can be used in the Value columns of Filter...

5 years ago
Forum
Acumatica Report Designer
Topic
Use of @Today in Report Filter?
5 years ago
Forum
Acumatica Report Designer
Replies: 2
Views: 2263
Reply
RE: New Acumatica Community

My view so far of the other forum is people aren't as friendly or appreciative of the assistance received.

6 years ago
Forum
Everything Else
Reply
RE: Email line spacing

We talking Notification Templates? You'd need to check the HTML view to make sure there's no unneeded breaks. Perhaps paste the HTML if it's not too l...

6 years ago
Forum
Everything Else
Reply
RE: Varying freight on Purchase Receipt

@timrodman Thanks for that info. It will be good to be able to enter updated units costs on PO Receipts (again).

6 years ago
Forum
Everything Else
Reply
RE: Internet Explorer issue with description field R2020 r1

Tell the user to use Edge! 😉 Seriously, you need to stop using Internet Explorer. It's junk.

6 years ago
Forum
Everything Else
Reply
RE: Restriction groups not taking effect

You can't. Set them up in a test tenant and verify before doing so in production. You can try voting here but it doesn't seem to be going anywhere. ...

6 years ago
Forum
Everything Else
Reply
RE: Disable Printing of unreleased Sales Invoices

If it were me, I'd edit the particular report and display DRAFT or whatever over the output if Hold is enabled. That would be the simplest to imple...

6 years ago
Forum
Acumatica Report Designer
Reply
RE: Import scenario to update Default Customer Payment Method

I got this to work with Payment Method ID specificed in the file.

6 years ago
Forum
Everything Else
Reply
RE: Outlook add-in issues

Perhaps this is the issue?

6 years ago
Forum
Everything Else
Reply
RE: Outlook add-in issues

Sorry @daniel but I've never used it. Have you tried reporting this to your MYOB Advanced Partner?

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario for Editing Existing SOs

You'd need to do one edit manually first to confirm that the outcome is what you expected. For example, after changing the Inventory ID, some other co...

6 years ago
Forum
Everything Else
Reply
RE: Update PO Lines using import by scenario

This is covered in the Integration Scenarios training on Open Uni. Specifically Example 2.5.2 (page 91) - Updating Detail Lines by Line Number (A...

6 years ago
Forum
Everything Else
Reply
RE: Import of Inventory Template Items

What are you trying to import? I am not familiar with the "Create Matrix Items" process.

6 years ago
Forum
Everything Else
Reply
RE: Need Ability to produce financial reports by date not just by financial period

I think you're comparing transactional reports vs Ledger based ARM reports. You could write reports using Report Designer and build a suitable query t...

6 years ago
Forum
Everything Else
Reply
RE: Need Ability to produce financial reports by date not just by financial period

You'd need to setup an Actuals ledger with a daily calendar, in other words, a calendar where each period is one day only. This is a common requiremen...

6 years ago
Forum
Everything Else
Reply
RE: Convert Last Day of Month from a Financial Period

You should be using the date fields that are on MasterFinPeriod, either StartDate (1st day of period) or FinDate (last day of period).

6 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Import Scenario Purchase Receipts

@charlescrf You'd need to create an Import Scenario to do it. Write a GI to export all the POs you want to update and then write an Import Scenario to...

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario Purchase Receipts

@charlescrf That's really strange - the key for the PO is Order Type and Order Nbr and they look correct in your data. I can only suggest trying the d...

6 years ago
Forum
Everything Else
Reply
RE: Export to Excel from Report Designer : Excel background color

@kikitravel That's really strange indeed. Check that report above what is assigned for the Style property on the various fields in the report. I used ...

6 years ago
Forum
Acumatica Report Designer
Reply
RE: Import Scenario Purchase Receipts

@charlescrf I just noticed a bug in your import scenario: The field should be OrderNbr not OrderType.

6 years ago
Forum
Everything Else
Reply
RE: Export to Excel from Report Designer : Excel background color

Unfortunately I don't think this is possible. It looks like the Report Style property "Back Color" is applied to the Cell's Fill Color and an empty va...

6 years ago
Forum
Acumatica Report Designer
Reply
RE: Import Scenario base on fixed-field length .txt file

@jswartz The formula will only be applied during the actual import - so when you prepare it, you will see the entire value as one column but when you ...

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario Purchase Receipts

@charlescrf Is it possible it's the OrderType that has an issue? What values do you have in 'PO Type'? I would check all field values from the input f...

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario Purchase Receipts

Perhaps a screenshot of your import scenario might help.

6 years ago
Forum
Everything Else
Reply
RE: Varying freight on Purchase Receipt

We can't do that due to seperation of concerns - receipts are upon delivery by Purchaser, Bills are by AP Clerk. AP Clerk cannot modify receipts, only...

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario base on fixed-field length .txt file

@jswartz You need to include a header record in your input file. Use the word "Data" for the record. example: DataABC123DEFABC456GHJ In my test ...

6 years ago
Forum
Everything Else
Reply
RE: Import Scenario base on fixed-field length .txt file

@jswartz As i said in my comment, import as one long string and extract the data in the import scenario. The schema would have a single field of type ...

6 years ago
Forum
Everything Else
Reply
RE: Scanner Security

You need to find the page ScanJobInfoMaint and grant access to it. It will likely be in a Hidden folder. I've never heard of that functionality so I...

6 years ago
Forum
Everything Else
Topic
Varying freight on Purchase Receipt
6 years ago
Forum
Everything Else
Replies: 5
Views: 1815
Reply
RE: Default login tenant

Fixed: user profile had some corruption - fixed by deleting and recreating user.

6 years ago
Forum
Everything Else
Topic
Default login tenant
6 years ago
Forum
Everything Else
Replies: 2
Views: 2550
Reply
RE: 2019.1 removal of Purchase Receipt amount related fields

It was there in 2019.1. They need to revert PO Receipts, they're a mess now. We are still struggling with the 2019.1 upgrade.

6 years ago
Forum
Everything Else
Reply
RE: Enable Scrollbar on Data Table widget

Glad to see all the support this idea has received. Thanks for your contribution @eric-velkly2. We're at 21 votes now!

6 years ago
Forum
Acumatica Dashboards
Reply
RE: Filtering by a segment within a GL Subaccount

This problem has been bugging me for ages. Previously I'd written some nasty GIs with complicated criteria to do matching on ranges of subaccounts. Wh...

6 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Projects and Sales Orders

Really nice solution @wyatt-erp. I didn't even know Attributes existed.

6 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Page 3 / 12 Prev Next

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.