1
0
-1

On clicking edit link in EditCURD the form opening all the form fields to edit,

Is there any way to restrict some fields and access only some particular fields to edit.

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Hi there!

      You could simply create another form, bind it to the same table and create all the elements in it with the same IDs as used in the first form. Now you could make some of the fields here as read-only and bind this to the edit action of the Userview CRUD.

      Hope this helps.

      Thanks,

      Ashutosh Tripathi

        CommentAdd your comment...
      1.  
        1
        0
        -1

        hello sudarsan, you can create form edit with and get value in the form with nested hash variable. sample for get nested hash variable you can look it. Hash Variables

          CommentAdd your comment...
        1.  
          1
          0
          -1

          I have been able to reach this by making the designed field  as "read-only" in the form design that is being used to EDIT/ADD these entries. 

           

          I hope this helps

            CommentAdd your comment...