How to determine $PROFILES$.ORG_ID with iprocurement
Hello,
We created a value set that returns segment values based on the organization_id of the responsibility that opened the form( in this case Purchase Requisitions).
The value set is a table-validated set with a query of nature:
select value from
table_name where organization_id = $PROFILES$.ORG_ID
This value set has been attached to a DFF segment on Requisition Headers. We have activated the same DFF on the Checkout page in iprocurement.
However, there are no values are found for the DFF segment in iProcurement. I believe that there is an issue with regards to reading $PROFILES$.ORG_ID in iProcurement.