I am not sure if this has been addressed before. I have a replicant container with 2 items. What I am trying to achieve is if a user selects "All" for both the items then do not allow anymore additions of the replicant. Is this possible with FormAPI? I am on TS 6.7.1 & solaris 10. Thanks,K
I second to Lex, as this is what we have implemented in one of our project.
Thanks Lex, yes its exactly what you have mentioned. On second thoughts I feel the "SWAG" you mentioned is a big one and I am thinking of maybe trying to simplify this as follows:Have a separate checkbox field to choose All and a separate replicant container for dropdown with the rest as before. If a user chooses "All" then hide the dropdown replicant container. If not, everything is great. Atleast I don't have to program the complications of having to deal with "All" in replicants. What say?