Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I need help. In other discussion I found there is limitation on "GetPossibleValues" as 100.
Now my requirement is, I need to get more than 300 possible values.
Please help me to increase the limit of GetPossibleValues.
Thanks in Advance
Regards,
Karthik
I found the solution by reading other discussion post..
Its very simple. We have to mention limit like below..
Field.Getpossiblevalues(1000).
It will copy 1000 values.
Regards,
Karthikeyan
I found the solution by reading other discussion post..
Its very simple. We have to mention limit like below..
Field.Getpossiblevalues(1000).
It will copy 1000 values.
Regards,
Karthikeyan