Skip to main content
Solved

Add a custom field in Entity: SupplierPurchaseSpecificInformation

  • October 8, 2025
  • 3 replies
  • 27 views

Forum|alt.badge.img+8

Hi 

I am trying to add a custom field in page, Supplier -Purchase Specific Information but I don’t find the entity name “ SupplierPurchaseSpecificInformation” in Entity Configuration page where I should add Custom Attributes. How should I do it to create and add a custom field in the below page via Page configuration? 

 

 

We have 24R2SU2.

Best answer by HVeon

Add new custom field to ‘Supplier’.   Then in Additional Views make sure to select the view ‘SUPPLIER_ENT’.   It will then be able to be added to the page.

I tried to look through the front end stuff to see if I could tell you how to figure it out, but ended up looking at the code and view definition in pl/sql developer to figure it out for you.   It was definitely a bit confusing.  Maybe the info is somewhere in the API explorer documentation?   But looking at the view definition seemed the easiest way.

 

 

3 replies

PhillBronson
Hero (Customer)
Forum|alt.badge.img+11
  • Hero (Customer)
  • October 8, 2025

@Asadan That is the entity name in the projection

In my environment, that projection entity is using the lu/entity SupplierInfoGeneral
But it is selecting from the view Supplier_Ent which is based on Supplier lu/entity


Forum|alt.badge.img+5
  • Do Gooder (Partner)
  • Answer
  • October 13, 2025

Add new custom field to ‘Supplier’.   Then in Additional Views make sure to select the view ‘SUPPLIER_ENT’.   It will then be able to be added to the page.

I tried to look through the front end stuff to see if I could tell you how to figure it out, but ended up looking at the code and view definition in pl/sql developer to figure it out for you.   It was definitely a bit confusing.  Maybe the info is somewhere in the API explorer documentation?   But looking at the view definition seemed the easiest way.

 

 


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • October 14, 2025

Thank you for your help and tips ​@HVeon, I followed your advice and it worked fine 😀