Question

Aurena - Create a Custom field on New Purchase Request screen

  • 29 July 2020
  • 1 reply
  • 308 views

Userlevel 3
Badge +7

I am trying to add a custom field in the New Purchase Request screen in Aurena. This Aurena environment is currently on Apps 10 UPD8.

 

I noticed in IEE the Logical Unit = PurchaseRequestVirtual does not exists 

 

My question is how would I go about creating a custom field for this screen.


1 reply

Userlevel 7
Badge +24

Hi David,

Firstly: I assume you’re talking about a persistent field, not a read-only custom field.

There are limitations on what you can do in screens like this (assistants).  The assistant creates something like a purchase requisition (LU = PurchaseRequisition).

While it might be possible to add a custom field to that resultant LU, and it might be possible to add that custom field to the Assistant, so that it shows up on the page, the framework does not yet exist that will receive the value you put into the field and populate it into the resulting purchase requisition.

This sounds weird, but it makes sense if you imagine that the assistant is assembling data which is then passed into the MakeRequisition logic.   The MakeRequisition logic doesn’t know what to do with the custom field value.

This might be improved later- 

But this has been my finding up to now.

Reply