Hi Experts,
I have created a object model with two attribute name and age using DCTM composer. I want to enable the attribute age only when the name field is filled. Can anyone help me out in doing this?
Thanks in advance
Can you use xcp ? Or dfc modules ?
DFC.........
I have created custom type using Composer6.7 and deployed it in webtop.I am new to this please suggest me how to do to meet those requirements.
Which version of xcp are you using? If it is xcp2.2 then create 'create' instance page for that object, so default widgets will be available in that page then select that widget then goto property then go to behaviour then subscribers, here you can do your magic's.
Sent from my Windows Phone
Sorry I am working on DFC...
Composer6.7 and webtop6.7 version
Content server does not provide this feature. We need to implement at client side i.e., in your webtop. You can extend the properties component and implement your logic there.
Hi hari,
I did't get the solution for that instead of that I have implemented the TBO for this, as the name field is filled the age attribute as to be mandatory. i have succeeded in implementing that functionality. Its throwing an exception if don't fill the age field for that i need to customize in such a way that the error message has to be displayed in the same window. If u help me in this doing this its more helpful.
Using WDK customization you can achieve your requirement.