requisition lines DFF sql default value using :{PARAMETER.SupplierId} not working
Summary
requisition lines DFF sql default value using :{PARAMETER.SupplierId} not workingContent
Hi,
I tried using a sql default value on my DFF on requisition lines. I only want it defaulted for two suppliers. Can someone please let me know what I'm doing wrong? I tried the id as vendor_id, segment1 and party_id from the poz_suppliers table and none of them are working.
Does not work = SELECT 'Y' FROM dual where :{PARAMETER.SupplierId} in ('300000046408368','300000046412953')
Works = SELECT 'Y' FROM dual
0