Skip to main content
Answer

Customization - PO Order with Inventory ID Attribute

  • May 21, 2024
  • 2 replies
  • 59 views

claudematherne24
Varsity I
Forum|alt.badge.img

Looking to add to the Details column an Attribute that is assigned to the PO Line Inventory ID.  I have a Attribute created for Inventory ID called Revision.  I am trying to get this available to the PO Order Line.  I don’t want a new Custom Filed, because I want to pull in the value of the Attribute at the Inventory ID level. 

Best answer by Zoltan Febert

Hi @claudematherne24,

You can use an unbound custom field for this, you can pull the value from the Inventory level in the RowSelecting<POLine> and FieldUpdated<POLine.inventoryID> events.

2 replies

Zoltan Febert
Jr Varsity I
Forum|alt.badge.img+3
  • Jr Varsity I
  • Answer
  • May 22, 2024

Hi @claudematherne24,

You can use an unbound custom field for this, you can pull the value from the Inventory level in the RowSelecting<POLine> and FieldUpdated<POLine.inventoryID> events.


claudematherne24
Varsity I
Forum|alt.badge.img

I’ll have to research that some more.  I think that is above what I have learned so far.