Hi,
I have a cdf, type list, with the following Lists option:
cdf name = pdpdm200.cdf_dcl1; type list
List :
- Constant = 1, Cosntant Name: "Opt1" , Label = NULL, Description = Option1
- Constant = 2, Cosntant Name: "Opt2" , Label = NULL, Description = Option2
I want to create a dependency between document type, pdpdm200.doct and my cdf, for example: if doct= "FTR" then cdf_dck1 value = Opt1, elase Opt2
I was thinking of using a BEFORE INPUT HOOK on the CDF in Extension modeler (session extension pdpdm2500m000)
I am struggling with it, can someone maybe share some code to support this?
Thanks!!