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
Page 1 / 1
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.
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.
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?
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.
Created Data - PURCHASE_ORDER_API.GET_DATE_ENTERED(ORDER_NO)
Please refer below screenshot:
Regards
Abdul Rehman
@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?
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.