How to create in WebADI a depended LOV of POPLIST type
Hi,
In Webadi, I can configure for a column a dependent LOV of STANDARD type, by referring in the WHERE condition to e.g. P_CUSTOMER_ID column:
Validation Entity: XX_HZ_BILL_TO_CUSTOMER_VW
Where Clause: CUSTOMER_ID=$INTERFACE$.P_CUSTOMER_ID
But when I change the LOV into POLIST type, although the integrator is created successfully, it fails to create the document with the following error:
No interface values were found in the additional values provided for a interface token lookup null.
Please advise how to configure the dependent POPLIST LOV type, or if it is supported at all.