Skip to main content

Two Tips on GI

  • April 14, 2026
  • 1 reply
  • 18 views

aaghaei
Captain II
Forum|alt.badge.img+11

Hello community,

I recently came across two issues that I ended up spending some times on it and one of them resulted in a bug fix to be developed so I would like to share so others won’t pull their hair out. Special thanks to ​@Dmitrii Naumov for helping me out.

  1. When you create GI (GI X) from other GIs (GI A, ...), if you come to see random errors that some fields do not exist, check the the source GIs (A,B ...) and ensure no unused table exist in those GIs under the sources tab. Acumatica will develop a fix but no ETA.
  2. You might have come across this need requiering hierarchical parameters. i.e when you select a Project as first parameter you want to limit the tasks to the selected project as the first parameter not all tasks from all projects. To do so utilize the Schema Field of the parameter and instead of selecting schema from different tables (i.e selecting Project from PMProject and Task from PMTask) use a single table that has those dependent fields together. For instance in this example use GLTran.ProjectID and GLTran.TaskID (can be any table that have these fields together) as your schema fields. This will narrow the second parameter values based on the first parameter selected value. 

1 reply

lauraj46
Captain II
Forum|alt.badge.img+9
  • Captain II
  • April 14, 2026

Thanks for sharing these tips ​@aaghaei !