custom 'Missing Fields'
Hi guys,
I am trying to code a custom 'Missing Fields' field in the Tabbed User Form, since the default one does not support multi-valued ldap attributes..
But for that, I need to find out if an attribute (accounts[rs].attr) has already been referenced in the form or not. Any idea how to do it? The <isnull> would check for the value of a field, not whether the reference of attribute is null.
Thanks,
Adi.
[447 byte] By [
adimut] at [2007-11-26 6:22:30]

# 2
Thanks for your reply Kerem,
Yes, I looked at the "Dynamic Tabbed User Form" and "Dynamic Resource Form", but that does not solve my requirement.
The default MissingFields FormRef creates fields for attributes not defined in the form. How does it know if a field in the form references an attribute? I want to find that out to be able to build a custom MissingFields.
For eg: If "accounts[resName].attr1" is referenced as a TextBox in the form, the default MissingFields does not show it in the 'Attributes' tab... The problem lies in finding out whether a field has been referenced. Know what I mean?
Thanks again for the reply.
Adi.