I am trying to assign a field value, but it is not allowing to assign as its length is more than what is in the Database.
I was debugging my code and found that it is calling base class's **base.SetNewFieldValue ** where it is checking for valid value.
My question is how does the base class know what the Database field length is?
Is it calling the database again or it stores some where else?
I may need to rebuild the code again to sync with the database.
Thanks,
Matiur Rahman