Skip to main content
Solved

What is the field name in database for Send Order Price in PO Line?

  • January 20, 2023
  • 2 replies
  • 56 views

Forum|alt.badge.img+10

I want edit some quick report. I want to know what is the field name in database for ‘Send Order Price’ in PO line.

 

 

Best answer by Link

Hi @Bright Zhao 

this column uses an api:

ORDERS_PRICE_OPTION_API.Encode(Purchase_Part_Supplier_API.Get_Orders_Price_Option(PURCHASE_SITE, PART_NO, VENDOR_NO))

2 replies

Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • Answer
  • January 20, 2023

Hi @Bright Zhao 

this column uses an api:

ORDERS_PRICE_OPTION_API.Encode(Purchase_Part_Supplier_API.Get_Orders_Price_Option(PURCHASE_SITE, PART_NO, VENDOR_NO))


Forum|alt.badge.img+10
  • Author
  • Sidekick
  • January 23, 2023

@Link 

Thanks a lot!