Skip to main content
Solved

Published Custom Attributes not showing

  • March 13, 2025
  • 6 replies
  • 118 views

Asela Munasinghe
Superhero (Customer)
Forum|alt.badge.img+23

Hi Experts

I am working in 24R1 and have the following 3 standard columns on the PO overview. 

 



I need to get them into POCO overview too. Hence I added them to the Entity Configuration. 

 



However, the 3 columns are not showing in the POCO overview. Can you please advise what I am doing wrong here? 

Thanks,
Asela 

Best answer by Abdul

Hi ​@Asela Munasinghe,

Sorry for late reply.

I am not sure why you have created mentioned three fields as a Persistent type field.

I have created Read Only Field for Coordinator and Created Date using Purchase Order API getter functions.

Coordinator - PURCHASE_ORDER_API.GET_Authorize_Code(ORDER_NO)

Created Data - PURCHASE_ORDER_API.GET_DATE_ENTERED(ORDER_NO)

Please refer below screenshot:

 

Regards

Abdul Rehman

6 replies

Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 542 replies
  • March 13, 2025

Hi ​@Asela Munasinghe,

Hope, you would have added mentioned three columns in POCO overview Page Designer as well after adding them in Entity Configuration. Once you add in Page Designer, new columns would be available in column chooser for display.

 

Regards 

Abdul Rehman.


Forum|alt.badge.img+5
  • Sidekick (Employee)
  • 11 replies
  • March 13, 2025

Hi ​@Asela Munasinghe,

To make a custom field available on a particular page, defining the custom attribute for the relevant entity is not sufficient. Once you create, approve, and publish the custom attribute for the relevant entity, you must define it in the Page Designer to display it in the relevant section, such as the header, line level, tabs, etc.

Please refer to the technical documentation below to make this custom attribute available on the relevant page and section via Page Designer.

Attribute Configurations on Pages - Technical Documentation For IFS Cloud

 

If this answers your question, please mark it as the best answer to help others as well.

https://www.linkedin.com/in/vihan-weerapura-1a09a1165/

 

Thanks,

Vihan


Asela Munasinghe
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 805 replies
  • March 13, 2025

Thanks ​@Abdul and ​@VihanW I managed to just do that. Now I see the 3 columns on the POCO overview. However, they are empty. Do you know why the data are not fetched from the PO level? 

 

 


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 542 replies
  • Answer
  • March 16, 2025

Hi ​@Asela Munasinghe,

Sorry for late reply.

I am not sure why you have created mentioned three fields as a Persistent type field.

I have created Read Only Field for Coordinator and Created Date using Purchase Order API getter functions.

Coordinator - PURCHASE_ORDER_API.GET_Authorize_Code(ORDER_NO)

Created Data - PURCHASE_ORDER_API.GET_DATE_ENTERED(ORDER_NO)

Please refer below screenshot:

 

Regards

Abdul Rehman


Asela Munasinghe
Superhero (Customer)
Forum|alt.badge.img+23
  • Author
  • Superhero (Customer)
  • 805 replies
  • March 17, 2025

@Abdul you are right, we have corrected it into read-only fields. One last question though. The date is shown wrong. Do you know why it could happen? 

 

 


Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 542 replies
  • March 17, 2025

Hi ​@Asela Munasinghe,

Please check, you would have selected String as Data Type. If so, please Unpublish and then delete your Custom attribute and, recreate with Date Data Type. refer below screenshot.

 

 

Regards

Abdul Rehman