Hi,
I have a old CDT
sno|sname
1|qef
2|abc
I should create a grid field showing sno by default and enter sname against sno which needs to input by user.
I should provide a validation on sname field if value provided is not matching with old CDT.
How can I achieve this..
Discussion posts and replies are publicly visible
I assume that your post is around the validation, correct? What exactly do you mean with "not matching with old CDT"? Do you have any code you can share?