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 »

Addresses in CRM explained….

We recently came across a request for data correction where the customer had lost some of their address data. No addresses were displayed on the Account form. One would think all that was corrupt was the address and having them type in the address on the form should do the trick. But no, with the… Read More »