Tag Archives: Pass Fields Value to form

How to pass field values to Form

Sometimes you have requirement to open the particular type of new record with some default values already filled. This can be achieved by passing the field values to the query string. To open the new record form https:///main.aspx?etn=&pagetype=entityrecord Pass field values as query string parameters http:///main.aspx?etn=&pagetype=entityrecord&extraqs== If you need to pass the multiple field values… Read More »