Skip to main content
Solved

Is it possible to create extra rows to show components of a bundle?

  • 25 July 2024
  • 1 reply
  • 47 views

A lot of the goods our company sells are TLKs - Top Level Kits, essentially bundles of items that are purchased and stocked separately, this means that a lot of the goods we actually sell are non-stock items, made up of various stock items.

I want to make a screen that shows the TLK and it’s components in an easily readable fashion. Ideally, the screen would look something like:


row 1] TLK1 Description price etc
rrow 1.1] component1 Comp1Description etc

prow 1.2] component2 Comp2Description

prow 2] TLK2 ~~~

prow 2.1] ~~~

and it would repeat that for each item. If the item is a TLK then underneath it it would have extra rows showing details about all of its components.

 

Basically, like a join between InventoryItem and INRelatedInventory, but being able to access all the data from both the TLK and its components.

 

I’m pretty new to customization projects, and this is my first time attempting to make a new screen with one, so any help would be appreciated. Acumatica doesn’t seem to let you put a grid inside another grid, which was my initial idea.

 

Alternatively, feel free to suggest any other solutions to this, we have a few Generic Inquiries tackling the same problem but they’re just not quite what we’re after.

 

Thanks

 

1 reply

Userlevel 6
Badge +3

Hi @MatthewHegarty,

You can consider using a TreeView control with a Detail form, similar to the setup used on the Item Class screen. I think this is the closest thing you can achieve with the current UI components.

Reply