By using this website, you agree to our Terms of Use (click here)
Is there a way to use automation steps to make user defined fields on the opportunity screen required?
Example when the Opportunity stage changes to "Won", then require information to be populated in fields on the user defined screen.
Aaron - We've used automation steps to adjust the available values on Opportunity and Case dropdown boxes, but for making fields required we've tended toward customization projects. I'm curious to see if someone else has solved your situation with automation steps.
I agree with Andy, especially since Acumatica seems to be moving away from Automation Steps and towards making it easier to make workflow changes in Customization Projects.
Case in point, see this note on page 54 of the Acumatica 2020 R1 Preview Release Notes (click here):
In addition to the Customization Project route being the area that Acumatica seems to be investing in moving forward, another advantage of the Customization Project route (if I understand it correctly) is that the code is compiled rather than run-time as it is with Automation Steps. Which means it runs faster.