avin_ln
4th April 2014, 11:23
Hello everyone,

Can i write Field events on CDF field like check.input, after.input etc

Regards,
Avin Singhi

JaapJD
5th April 2014, 13:29
No, but you can do things on CDF in the User Exit DLL. For example in the ue.before.before.save.object() you can validate the CDF.

avin_ln
7th April 2014, 06:55
Hi JaapJD,

I can achieve my functionality through UE DLL. Thanks for your help

Regards,
Avin Singhi

jayugandhi
15th April 2014, 06:27
@avin
after.input event works fine on cdf fields.

bhushanchanda
15th April 2014, 11:10
Hi Jayu,

I guess a lot of people don't have standard Program Scripts to use the one you mentioned. And, offcourse CDF is for extending the functionality of standard session's and so as Jaap mentioned, we have just one way, i.e. UE DLL.