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)

Forums
AUG Forums
Acumatica Generic I...
Mass Update Sales O...
 
Notifications
Clear all

Questions Mass Update Sales Order Status

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by Kelly Burns 7 years ago
13 Posts
6 Users
3 Reactions
5,746 Views
RSS
Casey Hope
Posts: 25
 Casey Hope
Topic starter
February 14, 2019 11:28 am
(@casey-hope)
Member
Joined: 7 years ago

I am working on a GI that I want to mass update the Sales Order Status from open to complete; however, when I create the entry point for the GI the field: Status is not in the Mass Update Fields and Save is not in the Mass Actions. The status on the main Sales Order screen says completed, but the status in the OrderNbr selector says open. How do I fix this with a Mass Update on a GI?

Thanks, 


Topic Tags
Acumatica Generic Inquiry
12 Replies
Shawn P Slavin
Posts: 196
 Shawn P Slavin
February 14, 2019 1:30 pm
(@shawn-p-slavin)
Estimable Member
Joined: 5 years ago

Casey,

I don't think you are going to be able to update the status field via a mass update. You can't affect a change to a field via an import scenario or a mass update action that you couldn't otherwise adjust through the UI.

Within the Sales Order screen, you can't manually change the status field. 

Per Help under Form Reference, Completed: Indicates that all related inventory documents required for the order type have been generated and released. 

The only way to make a sales order 'Complete' is to ship and invoice all quantities on all lines.


Reply
Casey Hope
Posts: 25
 Casey Hope
Topic starter
February 14, 2019 1:37 pm
(@casey-hope)
Member
Joined: 7 years ago

Shawn, 

That is what we were thinking, but we wanted to exhaust all of our options first. 

Thanks, 


Reply
Harsha Sarjapur
Posts: 55
 Harsha Sarjapur
February 18, 2019 9:25 pm
(@infosourcing)
Trusted Member
Joined: 6 years ago

The only option I could think of is Customization, you would have to create a new Processing screen allowing to select multiple sales orders and then have that process check all orders being allocated, shipped and invoice prepared automatically allowing the system to change the status from Open to Completed, more like "quick order" function being called in recursive ... such complex process GI's wouldn't be much of help ...


Reply
Tim Rodman and Casey Hope reacted
Ronita Hay
Posts: 22
 Ronita Hay
February 27, 2019 3:07 pm
(@rh26)
Eminent Member
Joined: 5 years ago

Hi Everyone,

I have a similar issue where I have added a custom field to the mass update fields in my GI, but when I run the update the records are not getting updated. Any ideas as to why this is happening? 


Reply
Kelly Burns
 Kelly Burns
(@kburns)
Joined: 5 years ago

Active Member
Posts: 11
March 12, 2019 5:30 pm
Reply toRonita HayRonita Hay

Ronita, 

We use "Mass Update" on Custom fields nearly every day.   We have Project and Sales Order GI's and our Project Managers and Coordinators update 3 or 4 custom fields, as well as "Hold".  The custom fields are combo boxes, check boxes, etc.  


Reply
Ronita Hay
 Ronita Hay
(@rh26)
Joined: 5 years ago

Eminent Member
Posts: 22
March 12, 2019 6:54 pm
Reply toKelly BurnsKelly Burns
Ronita Hay

Hi Kelly,

Thank you for your response. Acumatica literally said "I found a user defined field in the header can not be updated via a GI mass update." I hate it when they're wrong about their own stuff! I am able to add the user defined field in the the Mass Update Field tab in my GI and it shows up in my GI, but when I go to Actions, Update, select my value and click finish, nothing is updated. Any idea whats I'm doing wrong? 

 

RR


Reply
Kelly Burns
 Kelly Burns
(@kburns)
Joined: 5 years ago

Active Member
Posts: 11
March 12, 2019 8:33 pm
Reply toRonita HayRonita Hay
Kelly Burns
Ronita Hay

Hmmm...I'd have to know a bit more.   

  1. In your GI, on the ENTRY POINT tab, do you have it set "Replace Entry Screen..."?  I do not. 
  2. What ScreenID are you updating with the data fields?  

I can PM you a screenshot...or if you have GTM or Skype capability...I don't mind showing you how mine is setup.  


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
March 8, 2019 10:17 pm
(@timrodman)
Famed Member
Joined: 10 years ago

So you can update the custom field through the screen, but not through the Mass Update feature on the Generic Inquiry? I haven't used Mass Update much myself. Not sure if it works with custom fields.


Reply
Casey Hope
Posts: 25
 Casey Hope
Topic starter
March 11, 2019 10:37 am
(@casey-hope)
Member
Joined: 7 years ago

We had figured out a way to use an import scenario. 


Reply
Ronita Hay
 Ronita Hay
(@rh26)
Joined: 5 years ago

Eminent Member
Posts: 22
March 12, 2019 5:08 pm
Reply toCasey HopeCasey Hope

Tom- exactly. Casey - good job. I contacted Acumatica and they said Import Scenario was the only way around it. 


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
March 14, 2019 1:04 am
(@timrodman)
Famed Member
Joined: 10 years ago

Ah, so it seems like we're talking about User Defined Fields (Attributes) and not Custom Fields here. Doesn't surprise me that Generic Inquiry Mass Update wouldn't work with User Defined Fields.


Reply
Kelly Burns
 Kelly Burns
(@kburns)
Joined: 5 years ago

Active Member
Posts: 11
March 14, 2019 6:20 pm
Reply toTim RodmanTim Rodman

I assumed Custom Fields, yes.   The GI's I have include Custom Data Fields, as well as a field using CSAnswer data to make the Attribute value visible (for filtering, etc) ...but it does not appear in the Mass Update Fields selection list.  I'm too impatient to ask questions, so I jump right to creating a Custom Data field.  : )  Just Kidding!! (sorta)

=IIf([CSAnswers.AttributeID] = 'RMA', 'RMA' +[CSAnswers.Value], IIf([CSAnswers.AttributeID]= 'Related Project' , 'Related Project' + [CSAnswers.Value], 'n/a' ))


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Related Topics
  • Unable to Add Field "Unapplied Balance" to Generic Inquiry "Payments and Applications"
    6 months ago
  • Equivalent to Excel Post-Special, "transpose"
    1 year ago
  • Generic Inquiry - Last Modified On Date Change
    1 year ago
  • Generic Inquiry, pulling data from two unrelated sources
    1 year ago
  • Adding Override Contact Info to GI Results
    1 year ago
Topic Tags:  Acumatica (17) , Generic Inquiry (41) ,
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 44 Online
  • 2,338 Members
Our newest member: Shoaib Shafquat
Latest Post: Pick List report suddenly not splitting on Shipment
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

  • Tim Rodman Julian Schrenzel
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.

‹›×

    ‹›×