{"id":103,"date":"2011-05-02T09:44:00","date_gmt":"2011-05-02T04:14:00","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=103"},"modified":"2011-05-02T09:44:00","modified_gmt":"2011-05-02T04:14:00","slug":"how-to-pass-field-values-to-form","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/","title":{"rendered":"How to pass field values to Form"},"content":{"rendered":"<p>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.<\/p>\n<p>To open the new record form<\/p>\n<p>https:\/\/<serverUrl>\/main.aspx?etn=<entity type code>&#038;pagetype=entityrecord<\/p>\n<p>Pass field values as query string parameters<\/p>\n<p>http:\/\/<serverUrl>\/main.aspx?etn=<entity type code>&#038;pagetype=entityrecord&#038;extraqs=<fieldschemaname>=<value><\/p>\n<p>If you need to pass the multiple field values then just append those field-value combination string at the end with the \u201c&#038;\u201d as a separator.<\/p>\n<p>Note while generating the URL you need to take care of some characters. Instead of directly placing the character you need to use the ASCII code for that character. Below table will provide you with the list of mostly used characters while creating URL. You should prefix the \u201c%\u201d character before the ASCII code. <\/p>\n<p><a href=\"http:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s1600\/ImgPrefix.png\"><img decoding=\"async\" src=\"http:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png\" border=\"0\" alt=\"\"><\/a><br \/>Now below example will give you an idea on how to generate URL for different type of fields, the name of the field (i.e. schema name) must be specified in lower case only.<\/p>\n<p>(Blue is the actual field name and its related attribute name like for lookup there are 2 names and brown is the actual value)<br \/><a href=\"http:\/\/3.bp.blogspot.com\/-3lATHnwpaos\/Tb6oQPY2CgI\/AAAAAAAAAxA\/a9Y2F4SGh8U\/s1600\/imgdesk.png\"><img decoding=\"async\" src=\"http:\/\/3.bp.blogspot.com\/-3lATHnwpaos\/Tb6oQPY2CgI\/AAAAAAAAAxA\/a9Y2F4SGh8U\/s400\/imgdesk.png\" border=\"0\" alt=\"\"><\/a><br \/>Below is the total URL with all above field values passed to the new contact form,<br \/>&#8220;http:\/\/<serverName>\/main.aspx?etn=contact&#038;pagetype=entityrecord&#038;extraqs=birthdate%3D01%2F14%2F1984%26salutation%3DMr%26gendercode%3d1%26creditonhold%3d1%26defaultpricelevelid%3dD0B854EC-1E1A-E011-8D2B-D8D3855B354B%26defaultpricelevelidname%3dComputer%20Stationary%26parentcustomerid%3D%7b0D98B15F-0565-E011-8D90-1CC1DEE8CEB7%7d%26parentcustomeridname%3DInogic%26parentcustomeridtype%3Daccount&#8221;<\/p>\n<p>Hope this helps!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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=&#038;pagetype=entityrecord Pass field values as query string parameters http:\/\/\/main.aspx?etn=&#038;pagetype=entityrecord&#038;extraqs== If you need to pass the multiple field values\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/\">Read More: How to pass field values to Form &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[391,1301],"class_list":["post-103","post","type-post","status-publish","format-standard","hentry","category-dynamics-crm","tag-crm-2011-urls","tag-pass-fields-value-to-form"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"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 formhttps:\/\/\/main.aspx?etn=&amp;pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&amp;pagetype=entityrecord&amp;extraqs==If you need to pass the multiple field values then just append those field-value\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Inogic\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"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 formhttps:\/\/\/main.aspx?etn=&amp;pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&amp;pagetype=entityrecord&amp;extraqs==If you need to pass the multiple field values then just append those field-value\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-05-02T04:14:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2011-05-02T04:14:00+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"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 formhttps:\/\/\/main.aspx?etn=&amp;pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&amp;pagetype=entityrecord&amp;extraqs==If you need to pass the multiple field values then just append those field-value\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"http:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Inogic\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#blogposting\",\"name\":\"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"How to pass field values to Form\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/2.bp.blogspot.com\\\/-kfVAEjNk1_Y\\\/Tb6oCNy1P9I\\\/AAAAAAAAAw4\\\/k32r_tHA3-M\\\/s400\\\/ImgPrefix.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#articleImage\"},\"datePublished\":\"2011-05-02T09:44:00+05:30\",\"dateModified\":\"2011-05-02T09:44:00+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#webpage\"},\"articleSection\":\"Dynamics CRM, Crm 2011 Url's, Pass Fields Value to form\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"name\":\"Dynamics CRM\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"position\":2,\"name\":\"Dynamics CRM\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#listItem\",\"name\":\"How to pass field values to Form\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#listItem\",\"position\":3,\"name\":\"How to pass field values to Form\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-crm\\\/#listItem\",\"name\":\"Dynamics CRM\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/\",\"name\":\"Inogic\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Inogic\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/\",\"name\":\"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"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 formhttps:\\\/\\\/\\\/main.aspx?etn=&pagetype=entityrecordPass field values as query string parametershttp:\\\/\\\/\\\/main.aspx?etn=&pagetype=entityrecord&extraqs==If you need to pass the multiple field values then just append those field-value\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2011\\\/05\\\/how-to-pass-field-values-to-form\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"datePublished\":\"2011-05-02T09:44:00+05:30\",\"dateModified\":\"2011-05-02T09:44:00+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks","description":"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 formhttps:\/\/\/main.aspx?etn=&pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&pagetype=entityrecord&extraqs==If you need to pass the multiple field values then just append those field-value","canonical_url":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#blogposting","name":"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"How to pass field values to Form","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#articleImage"},"datePublished":"2011-05-02T09:44:00+05:30","dateModified":"2011-05-02T09:44:00+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#webpage"},"articleSection":"Dynamics CRM, Crm 2011 Url's, Pass Fields Value to form"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","name":"Dynamics CRM"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","position":2,"name":"Dynamics CRM","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#listItem","name":"How to pass field values to Form"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#listItem","position":3,"name":"How to pass field values to Form","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/#listItem","name":"Dynamics CRM"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/","name":"Inogic","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Inogic"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/","name":"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks","description":"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 formhttps:\/\/\/main.aspx?etn=&pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&pagetype=entityrecord&extraqs==If you need to pass the multiple field values then just append those field-value","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"datePublished":"2011-05-02T09:44:00+05:30","dateModified":"2011-05-02T09:44:00+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"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 formhttps:\/\/\/main.aspx?etn=&amp;pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&amp;pagetype=entityrecord&amp;extraqs==If you need to pass the multiple field values then just append those field-value","og:url":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/","og:image":"https:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png","og:image:secure_url":"https:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png","article:published_time":"2011-05-02T04:14:00+00:00","article:modified_time":"2011-05-02T04:14:00+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"How to pass field values to Form - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"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 formhttps:\/\/\/main.aspx?etn=&amp;pagetype=entityrecordPass field values as query string parametershttp:\/\/\/main.aspx?etn=&amp;pagetype=entityrecord&amp;extraqs==If you need to pass the multiple field values then just append those field-value","twitter:creator":"@inogic","twitter:image":"http:\/\/2.bp.blogspot.com\/-kfVAEjNk1_Y\/Tb6oCNy1P9I\/AAAAAAAAAw4\/k32r_tHA3-M\/s400\/ImgPrefix.png","twitter:label1":"Written by","twitter:data1":"Inogic","twitter:label2":"Est. reading time","twitter:data2":"1 minute"},"aioseo_meta_data":{"post_id":"103","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-02-02 05:58:39","updated":"2025-07-03 21:46:22","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/\" title=\"Dynamics CRM\">Dynamics CRM<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to pass field values to Form\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Dynamics CRM","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-crm\/"},{"label":"How to pass field values to Form","link":"https:\/\/www.inogic.com\/blog\/2011\/05\/how-to-pass-field-values-to-form\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=103"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/103\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=103"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=103"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}