Skip to main content
Question

Create custom read only field on Register Arrivals

  • April 23, 2026
  • 1 reply
  • 12 views

Forum|alt.badge.img+7

Hello,

 

I would like to add the CF to retrieve the Buyer Code base on the orderno

select Purchase_order_API.Get_Buyer_Code('F1011569') FROM DUAL;

But I do not see the ReceivableObjectInfo entity in the entities

1 reply

Sayuri Perera
Hero (Employee)
Forum|alt.badge.img+9
  • Hero (Employee)
  • April 30, 2026

Hi ​@MCIPSTEV ,

Register arrival is bound to entity ReceiptInfo. So, you can add custom field (readonly) to ‘ReceiptInfo’ entity in entity configuration window and enable the ‘RECEIVABLE_OBJECT_INFO’ in additional views section in entity configuration of ‘ReceiptInfo’.

Make sure the RECEIVABLE_OBJECT_INFO additional view is approved and published. 

Then it should appear in page designer on Register arrival.

If this resolves your question, please mark it as the best answer. So that it will be helpful for other peers.

Kind regards,

Sayuri.