AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • 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)

Hazen Metro
Hazen Metro
@hazenm
Forum Home   |   Recent Posts
Eminent Member
Follow
Profile Activity
Topics: 8 / Replies: 23
AllTopicsReplies
Topic
BOM Materials Update Import Scenario
11 months ago
Forum
Everything Else
Replies: 1
Views: 714
Reply
RE: E-Commerce Companies who use Manufacturing!

Thanks for the responses, Tim and James! Tim, to response to your comments: 1. Seed does have a shelf life, because as we store seed germination rates...

1 year ago
Forum
Everything Else
Topic
E-Commerce Companies who use Manufacturing!
1 year ago
Forum
Everything Else
Replies: 4
Views: 875
Reply
RE: Finding Date / Time for Order Date

Well, I kept digging on this problem on my own and was able to figure it out. First of all, I stupidly had forgotten that my report read orderdate fro...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Topic
Finding Date / Time for Order Date
3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Replies: 3
Views: 1289
Reply
RE: Making OData Faster

Yeah. Unfortunately you can't use a calculated field. You'd have to create a SQL View as a published customization. I posted this on the Acumatica for...

4 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: Odata Feed in 2020 R1

Combing through the help docs, just saw this: "Through OData, you can view the list of fields in exposed inquiries. The field names in the list are...

5 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Topic
Odata Feed in 2020 R1
5 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Replies: 3
Views: 2073
Topic
Date Formatting in Dashboard Graphs (When Week Rounding!)
5 years ago
Forum
Acumatica Dashboards
Replies: 1
Views: 1466
Reply
RE: OData Refresh Only Updated Records

Hey Tim, Have you ever used this with Power BI? I followed the instructions here to setup the incremental refreshes here: However, when I had it setup...

6 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: Validate Inventory Process

In case anyone else runs across this issue, I did find another solution to my troubles here. I'm not experienced enough to be able to build my own vie...

6 years ago
Forum
Everything Else
Reply
RE: Validate Inventory Process

@myrcenary - This would give me the data from inventory summary report (summary report pulls from INSitestatus). But the idea would be to build a GI t...

6 years ago
Forum
Everything Else
Reply
RE: Validate Inventory Process

Nice one! Thanks for posting that. At this point, probably not worth going that deep, but if we do continue to have problems, I'm definitely going to ...

6 years ago
Forum
Everything Else
Reply
RE: Validate Inventory Process

Does anyone know if the fields from the Inventory Allocation Details Screen is available in the database to pull into a GI?I'm finding a lot of these ...

6 years ago
Forum
Everything Else
Reply
RE: Date Math Issues

Hey Michael, Could you do something like this to give you the start of month 3? Dateadd(today(),'d',84 - (Dayofweek(Dateadd(today(),'d',84))+1)) Or a...

6 years ago
Forum
Acumatica Report Designer
Reply
RE: ODBC Error in Power BI - Connection forcibly closed by remote host

I've got 25 columns, so nothing insane. Some of them do have formulas, but nothing intense. I think overall I have 4 columns that have formulas, most ...

6 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: ODBC Error in Power BI - Connection forcibly closed by remote host

So yes, Tim, that does fix the issue of the refresh. Limited it to 1000 lines, and works like a charm. Definitely a size issue. And Royce, I'm afraid ...

6 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Reply
RE: ODBC Error in Power BI - Connection forcibly closed by remote host

@royce-lithgo - it's pretty static at this point. It is line level data from orders. I could do an export and create a static table. Ideally I get aro...

6 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Topic
ODBC Error in Power BI - Connection forcibly closed by remote host
6 years ago
Forum
Acumatica OData with Microsoft Excel and Power BI
Replies: 8
Views: 19484
Topic
Side-Panel - Notes & Activities
6 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Replies: 5
Views: 3262
Reply
RE: Using Weekly Instead of Daily, Monthly, or Yearly

You could create a "Week Start Date" column using: = DateAdd( [SOLine.OrderDate], 'd',1-IIf( DayOfWeek( [SOLine.OrderDate]) = 1 , 7, DayOfWeek( [SOLin...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

After trying 3-4 times, deleting off the sitemap and reentering I had given up. I went back to the Generic Inquiry this morning and voila - the screen...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Wow. Okay, so back to the original issue on this thread, the screenID changing to zeroes. I had this happen to another GI. This one, luckily is not co...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Yep! And we did have two companies. Our partner had to do an update to one of our instances and ran into an issue with it, so made a call to change to...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Turns out it was just timing with the URL change on this last error. I tried changing my URL to /odata/ instead of "/odata/companyname" and the feeds ...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Hey Shawn! I did that and I realized that yes, I can't pull any data from my normal OData URL. But I realize now that it is an internal issue due to a...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Hmm. To add clarification here, as well, it looks like all of my odata feeds in PowerBI and in Excel no longer load, and they all give me this error. ...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

Argh. I went into refresh my OData source now in excel and it is giving me a not found error. I don't know how to go and try to modify the source in t...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Generic Inquiry Screenid changes to ScreenId=00000000

@Royce - I can tell you have done this before 🙂 Worked perfectly. Thank you so much! Just saved me a bunch of time. And I'm sure I'll see this again...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Topic
Generic Inquiry Screenid changes to ScreenId=00000000
7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Replies: 17
Views: 6850
Reply
RE: Update Shipment Date on Shipment Confirmation

Hey Tim! I would love to learn about this topic, but the link you posted above is no longer active or it says I don't have credentials to view it. We'...

7 years ago
Forum
Everything Else

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

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