{"id":24003,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/button-fields-1\/"},"modified":"2025-02-13T10:09:51","modified_gmt":"2025-02-13T18:09:51","slug":"button-fields-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/","title":{"rendered":"Button Fields"},"content":{"rendered":"<h3>Inbuilt Button Fields<\/h3>\n<p>These fields are part of every installation and predefined for use.<\/p>\n<table class=\"border\">\n<tbody>\n<tr class=\"tableHeaderRow\">\n<td>Field Name<\/td>\n<td>Title<\/td>\n<td>Definition<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">DELETE_BUTTON<\/td>\n<td valign=\"top\">Delete Button<\/td>\n<td>The item delete button. Access to the security permissions for this button allow users to delete issues<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">EDIT_BUTTON<\/td>\n<td valign=\"top\">Edit Button<\/td>\n<td>The drill down edit button used on reports and within email<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">HISTORY_BUTTON<\/td>\n<td valign=\"top\">History Button<\/td>\n<td>The button that accesses history from the edit screen or reports<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">QUICKEDIT_BUTTON<\/td>\n<td valign=\"top\">Quickedit Button<\/td>\n<td>The button that accesses the Quickedit mode from column reports and Quicklists<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">VIEW_BUTTON<\/td>\n<td valign=\"top\">View Button<\/td>\n<td>The drill down button that allows you to see the detailed report for an issue<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">SAVE_BUTTON<\/td>\n<td valign=\"top\">Save Button<\/td>\n<td>This button is used on attachment layouts, allowing users to save rather than view attachments<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>User Defined Button Fields<\/h3>\n<p>Button fields should be created within the LABELS \/ BUTTONS tab within the data dictionary.\u00a0 Click the button by the prompt <strong>Add a new field to the database<\/strong> to create a new button field.\u00a0 Provide a <strong>Fixed name<\/strong> and <strong>Title to display<\/strong>.\u00a0 The <strong>Display type<\/strong> should be <em>Button<\/em>. Buttons may be created for a variety of purposes and with a variety of styles.<\/p>\n<ul>\n<li><strong>Icon<\/strong>.\u00a0 You can browse the icon library and select a suitable icon to place on the button.\u00a0 There are around 6,000 icons to choose from<\/li>\n<li><strong>Icon Display<\/strong>. Choose by selecting to display only text on the button, only the icon or both an icon and text<\/li>\n<li><strong>Action Type<\/strong>.\u00a0 The available actions cover using the buttons to execute internal standard ExtraView functions as well as creating custom actions specifically for your installation:\n<ul>\n<li><strong>Report Trigger<\/strong>.\u00a0 These may be placed on Column and Treegrid reports.\u00a0 They require a <strong>preupdate<\/strong> Business Rule to be defined with the action to be performed when the button is clicked by the user.\u00a0 For example, this rule will be executed when the button is clicked:<code><br \/>\n&lt;== preupdate ==&gt;<br \/>\nif (MY_BUTTON.{changed}) {<br \/>\nASSIGNED_TO = 'BSMITH';<br \/>\nSTATUS = 'Open';<br \/>\n}<\/code><\/li>\n<li><strong>Button Action<\/strong>. These buttons are placed as global cell attributes on <b>RID PREHEADER ADD BUTTONs<\/b>. The button provides the required information to perform the drilldown actions taken when a user clicks the button.<\/li>\n<li><strong>Open URL<\/strong>. This action allows you to define an\u00a0<b>Open URL<\/b> button that is placed on a navigation bar. When the button is clicked, it will open a new browser window at the destination URL<\/li>\n<li><strong>Run Report<\/strong>. This button action allows a specific report to be run when it is clicked.\u00a0 You may also select the <em>output type<\/em> and the <em>page size<\/em><\/li>\n<li><strong>My Favorite Reports<\/strong>. This configuration allows the button to display a list of the current user&#8217;s favorite report list.\u00a0 The user can click on any report to run it<\/li>\n<li><strong>Custom Action<\/strong>. <b>These<\/b> buttons allow the administrator to execute custom code when a button on the navigation bar is clicked. The custom code must exist or an error will occur. The custom code should log any errors and exceptions to the application server log<\/li>\n<li><strong>Add Issue<\/strong>.\u00a0 This requires that you provide the Business Area and Project, to define the <em>add<\/em> screen that will be used<\/li>\n<li><strong>Open in Edit<\/strong>.\u00a0 This is similar to the <strong>Add Issue<\/strong> button action, except that the issue is created immediately and the <em>edit<\/em> screen is opened for the user<\/li>\n<li><strong>ExtraView Query<\/strong>.\u00a0 This button action opens the inbuilt ExtraView Query screen<\/li>\n<li><strong>ExtraView Report<\/strong>. This button action opens the inbuilt ExtraView Report screen<\/li>\n<li><strong>ExtraView Workspace<\/strong>. This button action opens the inbuilt ExtraView Workspace screen<\/li>\n<li><strong>ExtraView Admin<\/strong>. This button action opens the inbuilt ExtraView Admin screen<\/li>\n<li><strong>ExtraView Sign Off<\/strong>. This button action sign off the user from their current session<\/li>\n<li><strong>ExtraView Clone<\/strong>. This button action clones the current issue.\u00a0 This only works on an <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView Close<\/strong>.\u00a0 This button action closes the currently open issue<\/li>\n<li><strong>ExtraView Delete<\/strong>.\u00a0 This button action deletes the currently open issue within an <em>add<\/em> or <em>edit<\/em> screen.\u00a0 It may also be placed on a row of a column or treegrid report<\/li>\n<li><strong>ExtraView Email<\/strong>. This button action opens the inbuilt ExtraView ad-hoc email screen from an <em>add<\/em> or <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView File Upload<\/strong>. This button action opens the inbuilt File Upload screen from within an <em>add<\/em> or <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView History<\/strong>. This button action opens the inbuilt ExtraView History screen.\u00a0 Again this only works on an <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView Insert &amp; Continue<\/strong>. This button action works on an <em>add<\/em> screen.\u00a0 When clicked the current issue is saved and the screen is reopened<\/li>\n<li><strong>ExtraView Print Page<\/strong>. This button action sends the current screen to the printer<\/li>\n<li><strong>ExtraView Refresh<\/strong>.\u00a0 This button action refreshes the current screen<\/li>\n<li><strong>ExtraView Related Issue Display<\/strong>. This action button is only available on Related Issue Displays. It places a button on each row of a search layout of a RID that is used to link the issue to the parent<\/li>\n<li><strong>ExtraView Submit<\/strong>. This button action submits the current issue from an <em>add<\/em> or <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView Update &amp; Prev<\/strong>.\u00a0 This button action assumes the user has drilled into an <em>edit<\/em> screen from a report.\u00a0 When clicked it will open the previous issue within the calling report<\/li>\n<li><strong>ExtraView Update<\/strong>. This button updates the issue when clicked from an <em>edit<\/em> screen<\/li>\n<li><strong>ExtraView Update &amp; Continue<\/strong>. This button action assumes the user has drilled into an <em>edit<\/em> screen from a report.\u00a0 When clicked it will update the current issue and continue within the current screen and issue<\/li>\n<li><strong>ExtraView Update &amp; Next<\/strong>. This button action assumes the user has drilled into an <em>edit<\/em> screen from a report.\u00a0 When clicked it will open the next issue from within the calling report<\/li>\n<\/ul>\n<\/li>\n<li><strong>Display Text<\/strong>. This is only used when creating <strong>Label<\/strong> fields.\u00a0 Ignore for <strong>Button<\/strong> fields<\/li>\n<li><strong>Help Text<\/strong>.\u00a0 This is the help tip with will be displayed when the user mouses over the field.<\/li>\n<\/ul>\n<h3>Advanced Styling of Buttons<\/h3>\n<p>Buttons initially take on the same style as all other buttons defined within the user interface theme that has been selected.\u00a0 In this way they have identical coloring and size as built-in buttons.\u00a0 For some purposes you may want to alter the style of these buttons, perhaps just the color to differentiate its purpose on a screen.\u00a0 You may also want to design radically different buttons, such as those you may want to use as shortcuts on user&#8217;s Home Pages.<\/p>\n\n\n<p>You can achieve styling the buttons from within the Data Dictionary by editing the button field or by right-clicking on the button within the Design Center, and clicking the <strong>Edit Field<\/strong> option. This takes you to the editor screen for the field. Styling is achieved by adding a <strong>GLOBAL ATTRIBUTE<\/strong> to the field. Click this tab and then <strong>Create a new attribute<\/strong>.<\/p>\n\n\n\n<p>Choose the option for the attribute STYLE or STYLE_ADV and you can complete the styling in the popup. STYLE_ADV allows you to set the style depending on logical criteria that you define, based on the values of fields within the form.  An example of the setting the style in the popup may look like the result you see when you click the <strong>Preview<\/strong> button as shown here:<\/p>\n\n\n\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/menubar-button-style.png\" width=\"90%\"><\/p>\n\n\n\n<p>When creating several buttons for a Home Page layout, it&#8217;s likely that you will want to style them similarly, but use color as a differentiator. To avoid the tedium of creating the style for each button separately, you can click the<strong> * Select the settings from an existing button field * <\/strong>and select a button with the style you want to emulate. You can the either save this style or modify it to you liking, For example, you might want to alter border and icon color, but leave the size and other attributes. The above settings were used to produce this Home Page when the layout styles were applied:<\/p>\n\n\n\n<p><img decoding=\"async\" src=\"\/v25\/extraview-media\/images\/ag\/fields_and_layouts\/home-page-buttons.png\" width=\"90%\"><\/p>\n\n\n<h3>Legacy Buttons<\/h3>\n<p>Historically, before version 20.0, button fields were created as UDF fields with a specially formatted name and with a Custom display type.\u00a0 The Help Text was used to create the label text for the button.\u00a0 Whilst this method is maintained for backwards compatibility it is now recommended that you create a native type button field as described above. The historic method of button creation allowed you to create and place a button with any label of your choosing on an <em>add<\/em> or <em>edit<\/em> screen by defining a field with a display type of Custom in the data dictionary, with its name beginning with the characters <b>BUTTON_<\/b> or ending with the characters <b>_BTN<\/b>. Placing this field on an <em>add<\/em> or <em>edit<\/em> screen layout results in a button being generated on the screen, when you place the field on a layout.\u00a0 Note that when you create a button field in this manner, a global attribute named CONFIRM_STANDARDS is added to its data dictionary entry.\u00a0 This does not need to be altered in any way by the administrator.<\/p>\n<p>The following are used to define these historic buttons:<\/p>\n<table class=\"border\">\n<tbody>\n<tr class=\"tableHeaderRow\">\n<td nowrap=\"nowrap\">Data dictionary field<\/td>\n<td>Purpose<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">Name<\/td>\n<td>This defines the name of the field. For example, a button named BUTTON_GENERATE is valid.<\/td>\n<\/tr>\n<tr>\n<td>Display Type<\/td>\n<td>Must be <b>Custom<\/b><\/td>\n<\/tr>\n<tr>\n<td>Title<\/td>\n<td>Typically this is a space character<\/td>\n<\/tr>\n<tr>\n<td>Help Text<\/td>\n<td>This will become the text on the button<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>To provide the action for the button, place a layout cell attribute of type FIELD HTML MODIFIER within the layout upon which you place the button. There are three primary ways you can provide an action for this button:<\/p>\n<ul>\n<li>If you want to open a new window where you can add a different issue, your FIELD HTML MODIFIER may look like this:\n<p><span class=\"fixedWidthFont\">onclick=window.open(&#8220;evSignon?p_action=doAddDisplay&amp;p_option=Display&amp;p_close_win=true&amp;ev_menu=off&amp;p_area=7&amp;p_project=9&#8221;)<\/span><\/p>\n<p>The parameters for the Area and Project use their respective IDs. Note that the URL does not need to reside within ExtraView and your action might open up a web address anywhere. See the API Guide for more information.<\/p>\n<\/li>\n<li>Your button may execute business rules. As an example, you might want to add a new issue directly into the database, using values from the current issue. When pressing your button executes an <code>onchange <\/code>business rule, ExtraView will execute the necessary <code>onclick <\/code>action to initiate the action.In versions of ExtraView prior to 10.0, you may have added a JavaScript function via the HTML_MODIFIER attribute, such as:\n<p><code>onclick='javascript:;userSubmitChangeAjax(this.name)'; <\/code><\/p>\n<p>This is no longer required for the functionality to work. If you have such a HTML_MODIFIER, it will adversely effect the smooth functioning of the ExtraView code by introducing unnecessary screen refreshes.\u00a0 Therefore, remove the HTML_MODIFIER if it exists from a previous version<\/p>\n<\/li>\n<li>Create your business rules. This example shows how you might add an issue into a different business area, while copying over some of the field values from the current issue. It is based upon your button field name being BUTTON_CREATE_TEST_CASE:<code><code><\/code><\/code>\n<p>if (BUTTON_CREATE_TEST_CASE.{changed}) {<br \/>ADD :<br \/>AREA = &#8216;Test Case Management&#8217;;<br \/>TEST_CASE_STATUS = &#8216;New&#8217;;<br \/>PROCEDURE = TEST_INSTRUCTIONS;<br \/>MODULE_ID = MODULE_ID;<br \/>ASSIGNED_TO = &#8216;{null}&#8217;;<br \/>CREATED_FROM_BUG_ID = ID;<br \/>COMMENTS = DESCRIPTION;<br \/>}<\/p>\n<\/li>\n<li>You can provide an action for the button by implementing custom code within the method named <span class=\"fixedWidthFont\">ucRenderEmbeddedObject<\/span>. The standard distribution of ExtraView that ships with the user custom class named CustomCodeBase.java contains this functionality. In this case, you would write a user custom JavaScript function that submits a URL to the server to execute the server-side code within CustomCodeBase.java.<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Inbuilt Button Fields These fields are part of every installation and predefined for use. Field Name Title Definition DELETE_BUTTON Delete Button The item delete button. Access to the security permissions for this button allow users to delete issues EDIT_BUTTON Edit Button The drill down edit button used on reports and within email HISTORY_BUTTON History Button&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24000,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24003","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Button Fields - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Button Fields - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"Inbuilt Button Fields These fields are part of every installation and predefined for use. Field Name Title Definition DELETE_BUTTON Delete Button The item delete button. Access to the security permissions for this button allow users to delete issues EDIT_BUTTON Edit Button The drill down edit button used on reports and within email HISTORY_BUTTON History Button...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-13T18:09:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/\",\"name\":\"Button Fields - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-02-13T18:09:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Administration Guide\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Site Configuration Menu\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Data Dictionary\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Special Purpose Fields\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/\"},{\"@type\":\"ListItem\",\"position\":7,\"name\":\"Button Fields\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Button Fields - Product Documentation","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:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/","og_locale":"en_US","og_type":"article","og_title":"Button Fields - Product Documentation","og_description":"Inbuilt Button Fields These fields are part of every installation and predefined for use. Field Name Title Definition DELETE_BUTTON Delete Button The item delete button. Access to the security permissions for this button allow users to delete issues EDIT_BUTTON Edit Button The drill down edit button used on reports and within email HISTORY_BUTTON History Button...","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-02-13T18:09:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/","name":"Button Fields - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-02-13T18:09:51+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/button-fields-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Administration Guide","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/"},{"@type":"ListItem","position":4,"name":"Site Configuration Menu","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/"},{"@type":"ListItem","position":5,"name":"Data Dictionary","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/"},{"@type":"ListItem","position":6,"name":"Special Purpose Fields","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/administration-guide-1\/site-configuration-menu-1\/data-dictionary-4\/special-purpose-fields-1\/"},{"@type":"ListItem","position":7,"name":"Button Fields"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24003"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24003\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24000"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}