Hello Everybody,
I am creating a custom field type for Sharepoint List. While adding my
custom fieid to a sharepoint list, i want to check for a condition and
allow adding the field only if the condition is met. If the condition
returns false I want to prompt the user an error message in the Field
Settings page itself and restrict adding field.
I have tried to code this in overridden methods OnAdded() and Update(). But its not working. I am new to Sharepoint and I dont know much about the inner working of Sharepoint.
Please give me some idea to slove this problem.
Arun Dutt