If you want to display a popup dialog in Modern UI to collect additional user input, follow the steps below.
Popup dialogs in Acumatica are usually opened by a PXFilter and a server-side action.
Example (C#):
public PXFilter<ACPRReportFilter> ACPRFilterSelect;
public IEnumerable aCPR...
When trying to execute the npm run getmodules command in an Acumatica project using Modern UI based on Node.js, an error occurs that is related to processes that cannot complete correctly ( See the screenshot below ).
To solve this issue, open the gulp-tools.ts file in the FrontendSources folder...