Hello.
On the Purchase requisition lines screen, I don’t manage to add a new custom field in read only.
I made this SQL statement :
select STORAGE_ZONE_ID
from INVENT_PART_PUTAWAY_ZONE
where PART_NO=:PART_NO
order by RANKING DESC
FETCH NEXT 1 ROWS ON
But I’m getting an IFS error, mentionning the call of the PURCHASE_REQ_LINE view, although the Purchase requisition lines screen calls the PURCHASE_REQ_LINE_ALL view.
Is that actually possible to add and to display my new custom field on this screen?
Thanks