{"id":258442,"date":"2024-06-30T14:23:19","date_gmt":"2024-06-30T14:23:19","guid":{"rendered":"https:\/\/namso-gen.co\/blog\/?p=258442"},"modified":"2024-06-30T14:23:19","modified_gmt":"2024-06-30T14:23:19","slug":"how-to-access-extension-field-value-in-x-2","status":"publish","type":"post","link":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/","title":{"rendered":"How to access extension field value in X++?"},"content":{"rendered":"<p>In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the standard database schema. This capability offers a seamless way to extend the data model to meet specific business requirements. However, accessing extension field values in X++ can be a bit tricky. This article will guide you through the process of retrieving extension field values and provide answers to some commonly asked questions related to this topic.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_62 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Accessing_Extension_Field_Values\" title=\"Accessing Extension Field Values\">Accessing Extension Field Values<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Frequently_Asked_Questions\" title=\"Frequently Asked Questions\">Frequently Asked Questions<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#How_can_I_access_an_extension_field_value_in_X_if_the_table_is_extended_by_multiple_extensions\" title=\"How can I access an extension field value in X++ if the table is extended by multiple extensions?\">How can I access an extension field value in X++ if the table is extended by multiple extensions?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_use_an_extension_field_in_X_conditions\" title=\"Can I use an extension field in X++ conditions?\">Can I use an extension field in X++ conditions?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_modify_the_value_of_an_extension_field_in_X\" title=\"Can I modify the value of an extension field in X++?\">Can I modify the value of an extension field in X++?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#What_happens_if_I_try_to_access_a_non-existing_extension_field_in_X\" title=\"What happens if I try to access a non-existing extension field in X++?\">What happens if I try to access a non-existing extension field in X++?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_access_an_extension_field_value_outside_the_context_of_its_associated_table\" title=\"Can I access an extension field value outside the context of its associated table?\">Can I access an extension field value outside the context of its associated table?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Is_there_a_limit_to_the_number_of_extension_fields_I_can_add_to_a_table\" title=\"Is there a limit to the number of extension fields I can add to a table?\">Is there a limit to the number of extension fields I can add to a table?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_use_extension_fields_in_reports_and_data_entities\" title=\"Can I use extension fields in reports and data entities?\">Can I use extension fields in reports and data entities?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_extension_fields_be_used_in_custom_workflows\" title=\"Can extension fields be used in custom workflows?\">Can extension fields be used in custom workflows?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-11\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_add_an_extension_field_to_a_standard_table\" title=\"Can I add an extension field to a standard table?\">Can I add an extension field to a standard table?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-12\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#How_are_extension_fields_stored_in_the_database\" title=\"How are extension fields stored in the database?\">How are extension fields stored in the database?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-13\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Are_extension_fields_available_in_the_X_debugger\" title=\"Are extension fields available in the X++ debugger?\">Are extension fields available in the X++ debugger?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-14\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#Can_I_delete_an_extension_field\" title=\"Can I delete an extension field?\">Can I delete an extension field?<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Accessing_Extension_Field_Values\"><\/span>Accessing Extension Field Values<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>To access an extension field value in X++, you need to follow these steps:<\/p>\n<ol><\/p>\n<li>Identify the table which has the extension field. Let&#8217;s assume the table name is <strong>MyTable<\/strong>.<\/li>\n<p><\/p>\n<li>Locate the extension field within the <strong>MyTable<\/strong> table. The field name will have a prefix of <strong>Cust<\/strong> followed by an underscore and the field name itself.<\/li>\n<p><\/p>\n<li>Access the extension field value using the <strong>queryValue<\/strong> method.<\/li>\n<p><\/p>\n<li>Store the retrieved extension field value in a variable for further use.<\/li>\n<p>\n<\/ol>\n<p>Here&#8217;s an example code snippet that demonstrates how to access an extension field value in X++:<\/p>\n<pre><code>MyTable myTable;<br \/>\nstr myExtensionFieldValue;<br \/>\n<br \/>\nselect * from myTable;<br \/>\nif (myTable)<br \/>\n{<br \/>\n    myExtensionFieldValue = myTable.queryValue('Cust_ExtensionField');<br \/>\n}<br \/>\n<\/code><\/pre>\n<p>The <strong>myTable<\/strong> variable is an instance of the <strong>MyTable<\/strong> table and is used to query records. The <strong>queryValue<\/strong> method retrieves the value of the extension field with the name <strong>Cust_ExtensionField<\/strong> and stores it in the <strong>myExtensionFieldValue<\/strong> variable.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Frequently_Asked_Questions\"><\/span>Frequently Asked Questions<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"How_can_I_access_an_extension_field_value_in_X_if_the_table_is_extended_by_multiple_extensions\"><\/span>How can I access an extension field value in X++ if the table is extended by multiple extensions?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>If a table is extended by multiple extensions, you can still access the extension field value by following the steps outlined above. Simply prepend the extension prefix to the extension field name. For example, if your extension prefix is <strong>CustExt<\/strong> and the extension field name is <strong>Extension_Field<\/strong>, you would access the value using <strong>queryValue(&#8216;CustExt_Extension_Field&#8217;)<\/strong>.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_use_an_extension_field_in_X_conditions\"><\/span>Can I use an extension field in X++ conditions?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, you can use an extension field in X++ conditions. You can include the extension field in the <strong>where<\/strong> clause of a <strong>select<\/strong> statement or use it in conditional expressions to perform specific actions based on the extension field value.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_modify_the_value_of_an_extension_field_in_X\"><\/span>Can I modify the value of an extension field in X++?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, you can modify the value of an extension field in X++. You can assign a new value to the extension field using the assignment operator (<strong>=<\/strong>) just like any other field.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"What_happens_if_I_try_to_access_a_non-existing_extension_field_in_X\"><\/span>What happens if I try to access a non-existing extension field in X++?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>If you try to access a non-existing extension field in X++, an exception will be raised at runtime. Make sure to verify that the extension field exists before accessing it to avoid any issues.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_access_an_extension_field_value_outside_the_context_of_its_associated_table\"><\/span>Can I access an extension field value outside the context of its associated table?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>No, you cannot access an extension field value outside the context of its associated table. Extension fields are specific to the table they are extended from and can only be accessed within the records of that table.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Is_there_a_limit_to_the_number_of_extension_fields_I_can_add_to_a_table\"><\/span>Is there a limit to the number of extension fields I can add to a table?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>In theory, there is no limit to the number of extension fields you can add to a table. However, it&#8217;s important to consider performance and data integrity aspects when adding a large number of extension fields.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_use_extension_fields_in_reports_and_data_entities\"><\/span>Can I use extension fields in reports and data entities?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, you can use extension fields in reports and data entities. Extension fields are available for selection when designing reports or creating data entities, allowing you to include them in your desired output.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_extension_fields_be_used_in_custom_workflows\"><\/span>Can extension fields be used in custom workflows?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, extension fields can be used in custom workflows. You can reference extension fields in your workflow activities to manipulate their values or use them in condition checks.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_add_an_extension_field_to_a_standard_table\"><\/span>Can I add an extension field to a standard table?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>No, you cannot directly add an extension field to a standard table. Extension fields can only be added to an already extended table or a custom table you create.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"How_are_extension_fields_stored_in_the_database\"><\/span>How are extension fields stored in the database?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Extension fields are stored in separate database tables, which are created automatically by the system. These tables have a naming convention of <strong>Extension_[Table name]_Values<\/strong>. The extension field values are stored in these auxiliary tables and linked to the main table.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Are_extension_fields_available_in_the_X_debugger\"><\/span>Are extension fields available in the X++ debugger?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Yes, extension fields are available in the X++ debugger. You can inspect the values of extension fields during debugging sessions, just like any other field.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Can_I_delete_an_extension_field\"><\/span>Can I delete an extension field?<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>No, you cannot delete an extension field once it is added to a table. However, you can mark it as deleted. Deleted extension fields are no longer visible or accessible but are retained in the database for historical purposes.<\/p>\n<p>Now that you understand how to access extension field values in X++ and have answers to some commonly asked questions, you can leverage the power of extension fields to extend the functionality of your Microsoft Dynamics 365 Finance and Operations application to meet your specific business needs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the standard database schema. This capability offers a seamless way to extend the data model to meet specific business requirements. However, accessing extension field values in X++ can be a bit tricky. &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to access extension field value in X++?\" class=\"read-more button\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#more-258442\">Read more<span class=\"screen-reader-text\">How to access extension field value in X++?<\/span><\/a><\/p>\n","protected":false},"author":65,"featured_media":107420,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86279],"tags":[],"class_list":["post-258442","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learn","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to access extension field value in X++?<\/title>\n<meta name=\"description\" content=\"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to access extension field value in X++?\" \/>\n<meta property=\"og:description\" content=\"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/synchronyfinancial\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-30T14:23:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Timothy Mathis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@synchrony\" \/>\n<meta name=\"twitter:site\" content=\"@synchrony\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Timothy Mathis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\"},\"author\":{\"name\":\"Timothy Mathis\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/ffa5be155490b2344e28f672fcc1e318\"},\"headline\":\"How to access extension field value in X++?\",\"datePublished\":\"2024-06-30T14:23:19+00:00\",\"dateModified\":\"2024-06-30T14:23:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\"},\"wordCount\":833,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"articleSection\":[\"Learn\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\",\"name\":\"How to access extension field value in X++?\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\"},\"datePublished\":\"2024-06-30T14:23:19+00:00\",\"dateModified\":\"2024-06-30T14:23:19+00:00\",\"description\":\"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the\",\"breadcrumb\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/namso-gen.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to access extension field value in X++?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"description\":\"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co\",\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/namso-gen.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"contentUrl\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"width\":500,\"height\":164,\"caption\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\"},\"image\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/synchronyfinancial\",\"https:\/\/twitter.com\/synchrony\",\"https:\/\/www.youtube.com\/synchronyfinancial\",\"https:\/\/www.instagram.com\/synchrony\",\"https:\/\/www.linkedin.com\/company\/synchrony-financial\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/ffa5be155490b2344e28f672fcc1e318\",\"name\":\"Timothy Mathis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Timothy Mathis\"},\"description\":\"Guest author Timothy Mathis has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to access extension field value in X++?","description":"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/","og_locale":"en_US","og_type":"article","og_title":"How to access extension field value in X++?","og_description":"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the","og_url":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/","og_site_name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","article_publisher":"https:\/\/www.facebook.com\/synchronyfinancial","article_published_time":"2024-06-30T14:23:19+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png","type":"image\/png"}],"author":"Timothy Mathis","twitter_card":"summary_large_image","twitter_creator":"@synchrony","twitter_site":"@synchrony","twitter_misc":{"Written by":"Timothy Mathis","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#article","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/"},"author":{"name":"Timothy Mathis","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/ffa5be155490b2344e28f672fcc1e318"},"headline":"How to access extension field value in X++?","datePublished":"2024-06-30T14:23:19+00:00","dateModified":"2024-06-30T14:23:19+00:00","mainEntityOfPage":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/"},"wordCount":833,"commentCount":0,"publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"articleSection":["Learn"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/","url":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/","name":"How to access extension field value in X++?","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/#website"},"datePublished":"2024-06-30T14:23:19+00:00","dateModified":"2024-06-30T14:23:19+00:00","description":"In Microsoft Dynamics 365 Finance and Operations, the use of extension fields allows users to add custom fields to existing tables without modifying the","breadcrumb":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/namso-gen.co\/blog\/how-to-access-extension-field-value-in-x-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/namso-gen.co\/blog\/"},{"@type":"ListItem","position":2,"name":"How to access extension field value in X++?"}]},{"@type":"WebSite","@id":"https:\/\/namso-gen.co\/blog\/#website","url":"https:\/\/namso-gen.co\/blog\/","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","description":"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co","publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/namso-gen.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/namso-gen.co\/blog\/#organization","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","url":"https:\/\/namso-gen.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","contentUrl":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","width":500,"height":164,"caption":"Namso Gen Blog - Free Credit Card Generator [100% Valid]"},"image":{"@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/synchronyfinancial","https:\/\/twitter.com\/synchrony","https:\/\/www.youtube.com\/synchronyfinancial","https:\/\/www.instagram.com\/synchrony","https:\/\/www.linkedin.com\/company\/synchrony-financial"]},{"@type":"Person","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/ffa5be155490b2344e28f672fcc1e318","name":"Timothy Mathis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Timothy Mathis"},"description":"Guest author Timothy Mathis has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here."}]}},"_links":{"self":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/258442","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/comments?post=258442"}],"version-history":[{"count":0,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/258442\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media\/107420"}],"wp:attachment":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media?parent=258442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/categories?post=258442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/tags?post=258442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}