Skip to main content
Question

Help with side panel for detail level

  • June 11, 2026
  • 2 replies
  • 14 views

Forum|alt.badge.img+2

I read this post
 

I need fill parameters from POOrder.VendorID and POLine.InventoryID. But RowSelectorClick  event not callback in tracnsaction grid. Can you any idea for help me?

2 replies

Forum|alt.badge.img+4
  • Jr Varsity II
  • June 11, 2026

Hi ​@bihalivan15 ,

Can you try below-

  1. Add custom field UsrSelectedInventoryID on POOrder.
  2. Detect the currently selected POLine and add inventoryid to custom filed
  3. Update UsrSelectedInventoryID with POLine.InventoryID.
  4. Pass POOrder.VendorID and UsrSelectedInventoryID as parameters to the side panel.
  5. Refresh the side panel when the selected line changes if required.

Hope above helps!!


Forum|alt.badge.img+2
  • Author
  • Captain I
  • June 11, 2026

Hi ​@bihalivan15 ,

Can you try below-

  1. Add custom field UsrSelectedInventoryID on POOrder.
  2. Detect the currently selected POLine and add inventoryid to custom filed
  3. Update UsrSelectedInventoryID with POLine.InventoryID.
  4. Pass POOrder.VendorID and UsrSelectedInventoryID as parameters to the side panel.
  5. Refresh the side panel when the selected line changes if required.

Hope above helps!!

I can’t callback commands when I click on row. Have you any ideas ?