AUGForums.com

An Acumatica User Group

  • Forums
  • Podcast
  • Blog
  • Rolodex
  • Login
  • Start Here
  • Courses
  • Register
Acumatica Forums

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

  • Overview
  • Member List
  • All-Stars
  • Stats
  • Recent Posts
  • Help
Forums
AUG Forums
Acumatica Report De...
Can not get the Pic...
 
Notifications
Clear all

Can not get the Pick List form to sort by the ITEM no matter WHAT I do!  

    Last Post
RSS

ScottM
Posts: 2
 ScottM     ★★ All-Star ★★
December 21, 2020 1:48 pm
(@scottm)
2-5 Posts
Joined: 1 month ago

I am new to developing forms in Acumatica and in Acumatica in general, my coding knowledge might be just starting to hit intermediate level, although with C# I would say I am still basic.  However my issue doesn’t seem to be code related it seems to be more of an issue of me not understanding HOW the sorting works in Acumatica.  On the Pick List form on the Detail Section 1 area (not kits the next detail area) it has 2 fields that I want to sort by,  SOShipLine.InventoryID OR SOShipLineSplit.InventoryID.  I put those 2 fields in the Schema Builder in the Sorting area, however it completely IGNORES anything I seem to put there, I tried with the out of box form and our customized form and the sorting does literally NOTHING in BOTH cases so I clearly must not understand something, I will attach the relevant pictures.  If someone could explain to me how I can get this form to sort by the InventoryID instead of the BIN location or anything else that is what I need.  I thought this would be very simple but I have been trying for days literally, read the ENTIRE manual Acumatica puts out for the report builder and it is WAY WAY WAY to basic, it doesn’t go into ANY kind of detail at all. 

Is there more I need to do besides putting the field I want to sort by in the Sorting?  I put both SOShipLine.InventoryID and SOShipLineSplit.InventoryID in the sorting box and I tried each one individually, and I tried adding each one into the Grouping, and when I do that lines go missing out of the report.  So I clearly do not know what I am doing with Sorting and Grouping.   Also if anyone has a link to a GOOD DETAILED manual on how the Reports in Acumatica works I would LOVE to read it. 

Thank You in Advance, 

Scott

 

 

Here is it not working if you look at the 2 lines one starts with REPG2 and the next is REPG0  and I have it ascending so it should be opposite of this, I did check with larger reports no difference.

Here is an example of it not working Above should be REPG0 then REPG2 it does it on larger pick lists as well, no matter what I do or how I ask it, it will NOT sort by the ITEM.

 

 

the highlight is the field I am trying to sort by although it is quite a mess.
Here is the value of the InventoryID and description area.
Here is the Sorting and Grouping TAB
 
From the collections menu, Sorting Field 1

 

From the collections menu, Sorting Field 2

 

 

 

 

Ok here is a picture of the groupKit as well.

I appreciate ANY help as it just seems to IGNORE me ENTIRELY!

 

 

 
Someone asked me to make this change and it did not help.

 

can you change like below and have a try

 

Unfortunately changing the Grouping to InventoryItem.InventoryCD changed absolutely nothing.   It is still not sorting at all, it is doing the EXACT same thing.  I do not for the life of me understand WHY it is so hard to do something so SIMPLE in Acumatica.  It should N O T be this hard.

 

Here is a picture of it changed in the out of the box form as well.  

Out of box 2020 R1 form in Schema Builder.
 
Once again Acumatica is IGNORING my sort.

 

Can anyone please explain to me WHY it will not sort no matter what I do by the item area?  Doesn't seem to matter which field I choose or ALL does the same thing, absolutely NOTHING AT ALL!  In fact I have yet to see the sorting work right ever.  Any help is appreciated as I do not feel it should be this hard to do such a SIMPLE sort, its not like i am asking for something complicated I am asking for the most strait forward brain dead easy sort there is Alphabetically.  It doesn't get much easier than that.
 
 

 
4 Replies
Wyatt.ERP
Posts: 102
 Wyatt.ERP     ★★ All-Star ★★
December 21, 2020 8:21 pm
(@wyatt-erp)
101-200 Posts
Joined: 10 months ago

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 using InvetoryItem.InventoryCD.  This is the text string key that you enter (REPG0 vs REPG2).  This is my first thought, but I'm not as keen on the Report Designer as I am with the GI tool, so it's possible it could be something else.

Reply
megan.friesen liked
megan.friesen
 megan.friesen
(@megan-friesen)
Joined: 10 months ago

21-50 Posts
Posts: 50
January 7, 2021 6:32 pm
Reply toWyatt.ERPWyatt.ERP

@wyatt-erp I've run into this before with trying to sort things by Project ID, Inventory ID, Customer ID, etc. and other fields and my problem was usually solved by switching to sort by the CD instead of ID fields.

Reply
OlgaM
Posts: 1
 OlgaM
December 22, 2020 3:10 pm
(@olgam)
1 Post 🙂
Joined: 4 weeks ago

Hi Scott. I am new to Accumatica as well and spend last 2 days on exactly the same problem: sorting SO, Invoices, Pick lists by Inventory ID. After tons of unsuccessful versions by using different fields in different grouping/sorting, let me share what eventually worked for me. I added InventoryItem table and linked it via InventoryID to SOline table (for Shipment Confirmation report).

1

Then, added in SORT portion (not grouping) of schema builder a sort by InventoryItem.InventoryCD.

2

When I refreshed the report and ran it first time with the new version from the Shipment Confirmation screen (SO642000), it did not work. However, I opened the Shipment itself, then from that screen (SH000024) choose Reports ->Print Shipment Confirmation and voilà, the report was properly sorted to my surprise. Don't understand why it worked in one place, but not another at first since it uses the same report.

I also noticed, when using Template to run report to see the changes made to a version of a report, the results were apparently not always the same if I ran the same shipment or invoice # just by choosing them in Report parameters. Something to be aware of, if you are using template as a shortcut to test your reports.

Hopefully, this helps.

In this video from Acumatica, they talk about sort and grouping a bit (min16.05)

Also, thanks to Tim and all contributors for their participation in the forum. It's very very helpful!!!!

Reply
Wyatt.ERP liked
ScottM
Posts: 2
 ScottM     ★★ All-Star ★★
January 7, 2021 6:59 pm
(@scottm)
2-5 Posts
Joined: 1 month ago

Thank You OlgaM, I will watch the video very soon!  

 

This is what ended up being my solution, this FIXED the sorting issue and it is now sorting by the Description instead of the BIN.

 

This was given to me by someone named Ray20 off of Community.acumatica.com. 

https://community.acumatica.com/reports-and-generic-inquires-115/i-can-t-get-the-pick-list-form-to-sort-by-the-soshipline-inventoryid-or-soshiplinesplit-inventoryid-4288

 

But I also wanted to post this solution here as well in case someone else goes to look for what I was looking for, now they will be able to find it a little easier I hope?

THIS SORTED THE PICKLIST

 

Thank You everyone who helped me in case I forgot to credit you, I still appreciate the help! 

This post was modified 1 week ago 2 times by ScottM
Reply
  All forum topics
  Previous Topic
Next Topic  
  Forum Statistics
11 Forums
1,644 Topics
7,640 Posts
1 Online
1,099 Members

Latest Post: Adding bill description on check stub Our newest member: mlaraiv Recent Posts Unread Posts

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

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

‹›×

    ‹›×