Loading...

RE: In qListForm, Custom Field values are not getting stored.

RE: In qListForm, Custom Field values are not getting stored.

#6195
Anonymous
Anonymous
Participant

Hi ,

I am using SharePoint Server 2010 and Quest product version 5.7.

We have developed a custom field definition, which encrypts the data inside GetValidatedString(object) function.

public override string GetValidatedString(object objValue)
{
   /* My Custom Encryption Module*/

    return "My Encrypted Value";       
}

When i place the break point in Visual Studio, the value is getting returned from GetValidatedString function.

In Out of Box sharepoint new form page it works fine. In New form aspx page, i have made hidden the default new form page and added the qListForm webpart.

I have attached both the qListForm and New form screen shots.QuestQlistFormProperties.jpg

QuestNewFormPage.jpg

Thanks,

Prasanna.