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)

Wyatt.ERP
Wyatt.ERP
@wyatt-erp
Forum Home   |   Recent Posts
Estimable Member
Follow
Profile Activity
Topics: 5 / Replies: 123
AllTopicsReplies
Reply
RE: Boolean Field Values in Results Grid

Hello @dave-ziskind, looking at the Contact DAC, IsPrimary is a field that is calculated on the fly and isn't saved to the Database. Because of this,...

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

@roycelithgo Definitely works! And in case anyone runs into this, make sure you use the function ISNULL([value],0) when adding them.

3 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Increasing decimal lengths for qty and unit price

Turns out the users on Acumatica's community forum found a way. Thought it was really interesting way to tackle it. I still had to modify the DB...

4 years ago
Forum
Everything Else
Reply
RE: Increasing decimal lengths for qty and unit price

Interesting idea, but I don't think it's realistically possible. The data types in the DB for Qty and Value are all capped at 6, or in some cases, 4 ...

4 years ago
Forum
Everything Else
Reply
RE: An unhandled exception has occurred in the function 'MoveNext'. Please see the trace log for more details.

If you use Tools -> Trace, sometimes you can get lucky and get more info regarding this error. If I had to guess, there's an issue somewhere in ...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Date Difference in year and month

@britt-steinhardt This should work: =IIF(DateDiff( 'D', [Batch.DateEntered], TODAY()) < 30, 'New' ,IIF(CINT(DateDiff( 'M', [Batch.DateEntered...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Date Difference in year and month

Hi @britt-steinhardt, try these: Years: =CINT(DateDiff( 'M', [START DATE], Today())/12) Months: =DateDiff( 'M', [START DATE], Today())%12

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Including file attachments when printing an invoice

Hi @abrunner, try using =[UploadFile.Name] in the Value filed of the image. If it's possible for there to be multiple files on your shipments, I su...

4 years ago
Forum
Everything Else
Reply
RE: Opportunity/Quote Templates

If you use "Save As Template" option under the clipboard, you can name and save it as a template. Once saved it will show up as another option under ...

4 years ago
Forum
Everything Else
Reply
RE: Restrict item purchases by customer

@nmri Neat, I had looked at restriction groups for this but didn't see any link between items and baccounts, but the customers being users on the port...

4 years ago
Forum
Everything Else
Reply
RE: Restrict item purchases by customer

Hi @andrew-smith, As long as you have a way to partition which Items need to be seen by which companies/customers, you should be able to override th...

4 years ago
Forum
Everything Else
Reply
RE: Non-Stock Kit Stock Availability

Hello. I have gotten something like this working using a Cross Join. Usually you want to avoid Cross joins because they can be pretty destructive, b...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI with 2 or more different values

@daniel-currie @timrodman using the DateInfo table discovered by @lauraj46 is just what this thing needed!

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Trap for Invalid (Missing) Field in Report Designer

Refreshing the tables in schema editor might fix this. Open the Report. Click File -> Build Schema... Make sure "Tables" tab is selected in...

4 years ago
Forum
Acumatica Report Designer
Reply
RE: SOLine - Margin i %

You'll need to check for 0s when you do division. Also, you'll probably want to use [SOLine.CuryExtCost] instead of [SOLine.CuryLineCost]. =IIF([SO...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Can't print SO in shipping or backorder status

It depends on your version. I think SO was moved into the workflow system in 2020R2, or 2021R1. If it's in the Workflow engine, you can control what...

4 years ago
Forum
Everything Else
Reply
RE: Adding "selected" criteria to a report?

@matthewjames That's a great use of the side panels

4 years ago
Forum
Acumatica Report Designer
Reply
RE: Adding "selected" criteria to a report?

Hi @matthewjames, As far as I know, you won't be able to use the Selected field for this. The Selected field on the POReceiptLine records is only k...

4 years ago
Forum
Acumatica Report Designer
Reply
RE: Formulas in Generic Inquiry

This seems very possible. A straightforward, albeit manual way would be to add Mass Updating to the GI Business Account GI. Once you change owner fo...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Creating New Workflow - Add state option disabled. not sure what step i've missed

I've found I have to always create a new Workflow and you aren't allowed to edit their built in ones (ones marked Inherited). Check around timestamp ...

4 years ago
Forum
Everything Else
Reply
RE: HELP - Addition in nested if statements

Hi @tra_user, Give this a shot: =SWITCH([SOOrder.RequestDate]<=Today(),'red0',Datediff('d',Today(),[SOOrder.RequestDate])<=3,'yellow','defau...

4 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Get a Grid's multi-selected lines in Action/Event

It looks like Acumatica changed the numbering of their topics, the new link is: Thank you!

4 years ago
Forum
Everything Else
Reply
RE: Visible Expressions for Column Headers based on SOLines in Report Designer

I think the issue is using fields from SOLine. I feel like your report will work if you would set the visibility expression to something like IF(SOOr...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Customizing AP Checks

@nmri From what I've experienced, yes. There's a lot of variability depending on PDF/Browser/Printer/Printer Driver/Printer settings that can make it...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Custom Report Numbering Best Practices

We usually do something like XX.YY.ZZ.## where: XX is a code for our company that doesn't match one of their modules. YY is their module code (SO...

5 years ago
Forum
Acumatica Report Designer
Topic
Get a Grid's multi-selected lines in Action/Event
5 years ago
Forum
Everything Else
Replies: 1
Views: 2774
Reply
RE: Removing an errant, overused credit

Hi @canawrot, you may run into the same issue with Acumatica complaining that the application is negative, but will it work if you use a Payment? Not...

5 years ago
Forum
Accounting in Acumatica
Reply
RE: Site Map and Modern UI issues

I'd also say to anyone else looking for this issue to check your Customization projects. If you are adding things to the site map in the customizatio...

5 years ago
Forum
Everything Else
Reply
RE: Opportunity Screen - Relation to Sales Order Number

@drustorm21 @timrodman I am seconding this. I've done a lot of looking, but Acumatica as of 2020R1 doesn't keep that link. In the end, I'm going to ...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Using Parameters to Filter Aggregate Results

@timrodman Looks like that works great! It's good to know that the filter actually works as a "HAVING" clause behind the scenes.

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Can not get the Pick List form to sort by the ITEM no matter WHAT I do!

Hello @scottm, I think the problem is that InventoryID is an int number field that Acumatica generates as the key for every item. You want to be us...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Show payment applied to order to Sales Order in a generic inquiry that has the SOOrder information

Hi @susank17, The table you want is SOAdjust. AdjdOrderType, AdjdOrderNbr are the Adjusted Order and AdjgDocType, AdjgRefNbr are the Adjusting paym...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Using Parameters to Filter Aggregate Results

@timrodman that's pretty slick! You could even use something like =IIf(SUM([APInvoice.OrigDocAmt])<[RecordCount],1,0) and attach a checkbox sche...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Using Parameters to Filter Aggregate Results

Hey @timrodman, I've been summoned ๐Ÿ˜€ I don't think we can clever our way out of this until we can use one GI as a table in another GI. The parame...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: 2019.1 removal of Purchase Receipt amount related fields

Hi @richard I apologize in advance for how long this became! Our PO Receipts do not worry about the price. Though, this process will be even more...

5 years ago
Forum
Everything Else
Reply
RE: Appearance of Notes and Attachment action icons in query results

@roycelithgo Ah-ha that grouping was it, what a bother!

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI for Restriction Groups

@kalumw I tested a new group on GL Accounts by Branch Access and it worked fine for me, no changes to the column's code needed. Can you try creating ...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI for Restriction Groups

@kalumw It is working for me. Is your group name actually 101? In the relation you have ='101'. These are the results I got when testing using th...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: GI for Restriction Groups

Hi @kalumw. Double check your relation. I am using Account, so make sure you change the column equation to look at your table of interest. To test y...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Trying to install Acumatica Framework and run into this...

You should check out/p> For my dev machine, I have the features configured this way:

5 years ago
Forum
Everything Else
Reply
RE: Concat function - how to add an apostrophe to a string?

Hey @robcushen, I had an idea on this over the weekend if the GI is still giving you problems with this. I feel like you can use an Attribute to so...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Sum up field while grouped.

@stian-simonsen This link walks you through Loading the Schema under Schema builder to add tables to your report. It should show up on the left for...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Convert String to Date?

Hi @robcushen, =CDATE('20201015') Try running this as a data field value in your results grid. I am getting a column with values of "10/15/2020 1...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: SQL Sub Query through Generic Inquiry UI?

Hi @chrisw If I was a betting man, I'd wager that you can accomplish what you're after without using a sub query, and be better off for it. Having ...

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Restrict access to prospect type Business Accounts

You can probably use an A Inverse Restriction Group. Any entity in this group will be invisible to any member of this group. Add your prospects, the...

5 years ago
Forum
Everything Else
Reply
RE: Sum up field while grouped.

No sorry, I was just spitballing the joins. You want it to look like this though: ARTran Left SOShipLine Relation: ARTran.SOShipmentType Equ...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Sum up field while grouped.

Hi @stian-simonsen, It looks like the joins under Relationships are the cause. There is a line ARInvoice Left join SOOrderShipment on InvoiceNbr,...

5 years ago
Forum
Acumatica Report Designer
Reply
RE: Acumatica 2020 R2 OwnerID Field

oof.. Thank you for the heads up

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: What do you want most from Acumatica?

@timrodman You know me, whatever a report can do a GI can do better ๐Ÿ˜‰

5 years ago
Forum
Poll Questions
Reply
RE: Easy way to convert body of tasks to readable text for GI

@gabriel This is awesome, thank you!

5 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Page 1 / 3 Next

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.