Loading...

In qListForm, Custom Field values are not getting stored.

In qListForm, Custom Field values are not getting stored.

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #5300
      Anonymous
      Anonymous
      Participant

      Hi Prasanna,

        Could you please explain your scenario in more details?

      – SharePoint and QWP version

      – custom field definition

      – validation function

      – qListForm web part template

      – any screen shots or explanation that may help

      Thanks,

    • #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.

    • #4153
      Anonymous
      Anonymous
      Participant

      Hi,

      In qListForm, Custom Field values are not getting stored in SharePoint List.

      In Custom Field definition, the value is passed up to GetValidatedString(object) function, its even getting returned from that function, after that it does not write to database.

      When SharePoint out of box new form is used, the value is written. Only when i use qListForm, new form, values are not getting stored properly.

      Thanks,

      Prasanna.

    • #6196
      Anonymous
      Anonymous
      Participant

      Hi Prasanna,

        You can use Custom Actions feature of our product to accomplish your scenario.

      Under QWP installation folder you'll find Sample Code folder that contains a working sample Visual Studio application about Custom Actions with plenty of explanations for real scenarios. Also the documentation talks in details about this feature (see section Custom Action Help).

      This custom code allows you to apply your encryption method and save the SSN field encrypted. e for visualization, use the decrypt method.

      If you have any issues with the custom actions please let me know,

      Thanks,

Viewing 3 reply threads

You must be logged in to reply to this topic.