You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PO Header DFF default not working

Summary:

We have created a PO Header DFF with Table Type value set. This Table Type value set is fetching the supplier site of the PO.

Now we have a requirement to default the value of the supplier site name on the Header DFF (on PO).

We have written the SQL on DFF to default it also.

"Select substr(Vendor_site_code,1,150) from poz_supplier_sites_V
where
Vendor_ID = :{PARAMETER.SupplierId}
and
vendor_site_id = :{PARAMETER.SupplierSiteId}"

But when we are creating the PO, this defaulting is not working and the DFF is blank.

Can anyone please let us know what could be the reason and how to achieve this requirement?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!