Servicenow field attributes. ServiceNow Learn about ServiceNow products & solutions.



Servicenow field attributes You can change the Display value for the Business App table, but just know that this will change it everywhere this table is used in a reference or list, and at the top of the form - Number will be displayed instead of Name below "Business Application" in the gray header bar. It's a reference field. box (OOB) APM fields should we use? What is the ‘best practice’ or ServiceNow’s guidance on using OOB fields? As with most ServiceNow applications, adding new fields in APM to a business application record is easy, and in most cases necessary. Check the field length on the List field on the table. ; Partner Grow your business with promotions, news, and marketing tools for partners. For best information, take a look at the comments section on the UI macro corresponding to that field. This will need to be performed if/when the field is changed, so you'll want to execute it via glideajax. Mark Helpful if it works as expected. Mar 6, 2017 · This external system uses AD as well as ServiceNow so they would reference the same user fields. Impact Accelerate ROI and amplify your expertise. I want a user can able to search the asset directly by typing in refence field using column 'Name' - name and 'As Dec 15, 2020 · Hi All, I have a variable of reference field type with simple condition in it. Jul 21, 2016 · For what it's worth, you CAN use string fields in the auto-complete/search attributes on a reference field. ” Add the backend values of the custom fields and save it. ; Impact Drive a faster ROI and amplify your expertise with ServiceNow Impact. Steps to Reproduce 1. Adding an Attribute To add an attribute to Dec 3, 2022 · Select a Mappings configuration to open the related Attribute Mapping screen. Click icon to display the type of your description (HTML). So at least you have the information. There are so many attributes/fields and tables, it is good to understand the Jun 20, 2016 · Step 1: Verify they are the same field by doing a right-click on the field label and observe the value of the "Show field_name" option (e. Store Download certified apps and integrations that complement ServiceNow. Please see example below: ServiceNow Learn about ServiceNow products & solutions. For required attributes, the Delete feature is unavailable. Sep 19, 2024 · Hi experts, We can add multiple fields as attributes to reference field. Switch to the advanced view for the dictionary entry form using the context menu by navigating to View > Advanced. Support Manage your instances, access self-help, and get technical support. misc. It should be something like this. In the example department column is shown as ref_Ac_column and it shows dept name in display. I used variable attributes section where ref_ac_order_by=columnname. This means that you can May 20, 2024 · To do mapping with the custom fields select “show advanced options” and click “edit attribute list for ServiceNow. For example ui_reference Apr 3, 2019 · I provided below variable attribute for a catalog item which is referenced to change table. Hi, We need to bring in additional attributes from LDAP. In the Attributes field, add the desired setting, such as condition_builder=v2 or allow_related_list_query Documentation Find detailed information about ServiceNow products, apps, features, and releases. for example, if you want to show user_name in the caller field in incident table, then you need to turn on autocomplete for user_name column. Field name: Last reboot date (u_last_reboot_date) Type: String or Date/Time . Here I have added mappings to two custom fields (u_department,u_location). Right now we want to have a numeric only text box. Now Employee Name will display name,workdayId and email and user will be able search with these 3 fields. On catalog item, it is a reference field . Next to add Phone Icon you will have to create UI macro and add that macro name in that field attributes. For example ui_reference Oct 14, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Jul 15, 2020 · I have a variable ina a catalog item that references the user table. I see two options here. Feb 23, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. So now I want to search in the reference field with a second attribute like this "Damian, Toulouse" or this "Damian, France". May 17, 2020 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Second, you could modify the calculated value on the Name field of sys_user to include the email address or employee ID as part of the name. [role:admin] [role:non Jul 31, 2017 · Reference fields on the filter won't show more than the display value. Existing: Value returned by the Security Attribute field. Name the macro "testURL" and add the following ServiceNow Learn about ServiceNow products & solutions. Nov 15, 2022 · When searching in the reference field, I want the 'ritm' reference field to show the 'number', 'opened_at', and 'software_name'. I am currently using 'ref_ac_columns=number;opened_at;' to display 'number' and 'opened_at', but I can't figure out how to show variables of this specific catalog item--I can only figure out how to display the columns Jul 5, 2024 · To do this i use a reference field for field 2 linked to "sys_user_grmember" table. Feb 10, 2019 · Hi Dan, I never seen such a comprehensive list. Mar 24, 2023 · That is exactly what we did. Numeric Range doesn't work for us very well. Sep 20, 2018 · The attributes in ServiceNow have additional capabilities apart from the variable modification that we can do dictionary. May 17, 2020 · ServiceNow Learn more about ServiceNow products and solutions. Dec 26, 2023 · 3. Dec 21, 2016 · Dictionary attributes alter the behavior of the table or element that the dictionary record describes. AJAXTableCompleter: Displays matching auto-complete choices as rows in a table. 1) create a custom field of type string and store the concatenated value of both the fields into this. We first tried to import data through SCCM which updated the 'Discovery Source' field of the records to 'SCCM'. If not you may have to either file a support ticket to see if they can fix it or just delete the field and recreate it. Jun 28, 2019 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. May 27, 2022 · Hi, These are the variable attributes used in reference/list collector fields. Sep 23, 2024 · In the Attribute field, select Reference auto completer columns, and set the 'Value' to a semicolon-separated list (like "name;email;u_employee_id"). Jul 5, 2024 · To do this i use a reference field for field 2 linked to "sys_user_grmember" table. I have a custom table with - u_role = single line text field - u_description = single line text field - u_role_owner = reference field to user . This is doing ascending order sorting. Step 1: Create Custom field under computer class. Then I added variable attribute with. To try and answer this as simply as possible, CI attributes are characteristics and information points of a CI. Jun 21, 2016 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Key Fields: Name, Table, Column Label, Data Type, Length, and Reference. You can write/update variable attributes on the variable record as highlighted in the below screenshot. Whatever values you want to show as auto complete of the field. ref_auto_completer . dates. com) You need the attributes below to fulfill your requirement. I have a catalogue item with a variable which is a reference field to "cost centre" table. So i used the "variable attributes" to select which column i want to see and added as follows. This configuration suggests that a script is used to dynamically generate the list of options for the Reference field based on some criteria or conditions. The existing option enables users to reference an existing Security Attributes conditions to the condition builder. Later on, we tried to run quick discovery for some of the records we im Before Istanbul, turning on audit on tables is an action of checking the 'Audit' field in the Collection dictionary of the table. When pressed it would insert the name of the person currently viewing the ticket. UI Macro in ServiceNow. I want to be able to search for the 'number' or 'short description' in this field. 2) make this newly created field as Display=true in dictionary Dictionary attributes alter the behavior of the table or element that the dictionary record describes. When selected, the display should be 'Number - Short description'. Jan 21, 2022 · Go to Data Dictionary of that field, in the Advanced view of Dictionary entry, you will see Attributes field. Mar 24, 2017 · We struggle with this all the time too. I am displaying name, email and department in the attributes of the variable, but when I check it with a user who does not have a role, it does not display anything but name. Keeping the table structure flat appeals to my desire to have fewer CI types (or I guess we'd call them "classes" in the ServiceNow lingo). • This field is used to map the user's unique identifier from the external identity provider to the ServiceNow user record. I think that the above means: Local: Value returned by the condition field. Now click on “add new mapping” and map the azure attributes to ServiceNow custom fields. There isn't a very large list of options and it is a pain in the butt standardizing some basic validations. If it is shared, then do not perform decommission, leave that for the DBAs to do later Hi Currently the catalog item variable is created with a reference type and references a user table. In ServiceNow wiki there is an article about the dictionary attributes: Dictionary Attributes - ServiceNow Wiki Feb 10, 2019 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Oct 12, 2017 · If I write in the reference field "Damian" the dropdown list shows me the 2nd and the 4th record. Loading Loading Feb 23, 2017 · When exposing a request item in a service catalog on the service portal (Helsinki) it would be nice to be able to specify a placeholder tag on the HTML input field. It displays like this: Jan 6, 2021 · Hi, There is a reference field named as 'Asset' in my change form. Also, for more information link to available variable attributes ServiceNow docs The field_decorations and ref_contributions field attributes do not working for URL field. Sep 17, 2024 · HI All, I have a variable named "Application name" its refrence of Business application table. ref_auto_completer=AJAXTableCompleter,ref_ac_columns=<field name>;<field name> May 3, 2018 · Is it possible to build custom field and variable attributes. I would love to have the definitions of each available attribute so we know that we are using attributes appropriately or an attribute exists OOB instead of creating custom ones. Right now we can able to search based on column 'Name'. Aug 24, 2022 · The logic would be same for reference fields as well, provided for those reference field there is some display field. Documentation Find detailed info about ServiceNow products, apps, features, and releases. Learning Build skills with instructor-led and online training. Can we choose to hide workday Id from drop down of a variable but still u Feb 22, 2016 · When you add Attributes to the related list on a dictionary entry, they are added to the sys_schema_attribute_m2m table, but are also added to the Attributes field in the Advanced view of the dictionary record (and similarly, when you add attributes to this field, they are populated in the above mentioned m2m table). Dec 30, 2019 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Dec 1, 2024 · when we make the display for of field 'child' is made to true, then it is showing the choices as below. Sep 18, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. It will run every form load and every change to the field. If you can't find it, click on the Advanced Related link button and the attributes field will be visible. May 20, 2024 · To do mapping with the custom fields select “show advanced options” and click “edit attribute list for ServiceNow. The image here shows the incident table and when I try to filter by assigned to John Smith, I get a ton of them. the variable should also allow searching a user by the last name - I have used the following attribute for this "ref_ac_columns=first_name;last_name,r Jan 25, 2022 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Aug 20, 2015 · If I don't intend to track any unique fields in the child tables, I could just add these four options to a "Type" field on the "Virtual Machine" table instead of having a bunch of extended tables. List of tables in the CMDB in a base system with its name, label, and a description of the type of information that is stored in the table. Learning Build your skills with instructor-led and online training. In Istanbul and onwards, this setup has been enhanced to support what can Dec 7, 2020 · Hello! I have a catalog item that has a reference field to a custom table (u_custom). But we want to do it without making the display as true for that field in the dictionary table. it appears that shows two fields only. But it is showing the created date even if we make the variable attribute as empty. something like this. We have GSI ID, System manager and so on attributes. glide. Once i clear the default value i can only see . Oct 30, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. There is a unique uuid linked to the user on the external system that I am pulling from the REST call. May 27, 2023 · • The NameID Attribute field in the Advanced tab of the Identity Provider form is used to define the attribute in the external identity provider that contains the user's unique identifier. Class / Table Name , Attribute Name, Label Name, Definition for the attribute. Nov 17, 2016 · Fields on UI pages may not support all attributes supported by the built in counterparts. Is ServiceNow objects inherit properties from other parent objects. I would really appreciate your assistance! Many thanks! Amelie Mar 8, 2024 · Hi I have created a customized field called 'Manager' on review_request UI page for Exception request. In the Attribute Value Mapping page, open an existing record that would prefer to modify. Documentation Find detailed information about ServiceNow products, apps, features, and releases. Navigate to a form with a condition builder field. Administrators can add or modify dictionary attributes. More detailed steps here. They work for string fields. If it would have been a field on Dec 20, 2023 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Jul 7, 2023 · in general you can inherit attributes by parent records. Feb 20, 2023 · We are trying to create reconciliation rules for Computer class to set the priority to SCCM for selected attributes. You'll want to perform a glideaggregate query based on the current value of the user field. I think you're close - the only thing you need to do to a reference field to have it search multiple columns is to set the field's attributes like this: ref_auto_completer = AJAXTableCompleter; ref_ac_columns = first_name,last_name (optional) ref_ac_columns_search = true (enables searching on the columns defined in #2). Dec 18, 2013 · I am looking to create a new dictionary attribute which would be applied to the assigned to field. Define auto-complete attributes for all references to a table Apr 3, 2019 · I provided below variable attribute for a catalog item which is referenced to change table. Sep 11, 2023 · Out of the box the list collector will only show field which is marked as Display=true. an intermediate step could be to map all know attributes and consolidate all unmapped attributes from the source table in a JSON string and write it to the attributes attribute in the target table. I tried with many ways in variable attribute. What is the requirement for this. Review the user attributes that are synchronized from Azure AD to ServiceNow in the Attribute-Mapping section. Dec 18, 2023 · Did you know that ServiceNow offers many Dictionary Attributes to modify the behaviour of a table or a field? To administer Dictionary Attributes for a Table or a field simply navigate to: System Definition > Dictionary > Dictionary Entry and add the required attribute to the Attributed field (under the Advanced View ) or by using the Loading Loading Loading Loading Click the reference field "Magnification" icon to open the list pop-up view. Ex. Service Catalog variable attributes (servicenow. Now paste the below text in the attributes "ref_auto_completer=AJAXTableCompleter,ref_ac_columns=email;department;,ref_ac_columns_search=true" Loading Loading Jun 3, 2024 · From a choice field on the form, for example State, right-click the field and select Configure Dictionary. Notice that in the first one (when the Attributes field was empty) the "maskedAttributes" field lists the 4 fields that it was trying to update, meaning it blocked the update. ref_auto_completer=AJAXTableCompleter,ref_ac_columns=<field name>;<field name> Documentation Find detailed information about ServiceNow products, apps, features, and releases. Find and click the "Attribute Value Mapping" from the search results. It is a reference field that refers to the User [sys_user] table. In this case, we are creating a custom string field e. Question: We have added workday Id and email. We would like to show you a description here but the site won’t allow us. So my question is, is it an acceptable and normal practice to insert a new attribute into the sys_user table for users or to create a new table Jul 21, 2016 · For what it's worth, you CAN use string fields in the auto-complete/search attributes on a reference field. A CI class is also technically an attribute however with a distinctive difference - the Class is a group of CIs that share attributes and are stored in their own class table. g. what should be the format of the data added to the field cmdb_ci_server. Key Points About the "Value" Field: What It Represents: Jun 11, 2024 · You’ll need to modify the Attributes fields on the Dictionary record for each field. Select Attributes; Click ">" Move to the position wanted; Click Save; Then, in the slushbucket, ensure the field Attributes is selected and save. Mar 2, 2017 · Hi Brett, this is a good question. Jun 20, 2016 · We added all the custom attributes to OOB classes like port, service and circuits. Any pointers? Sep 30, 2011 · If it's for display only the next best option is to create a new field to store the string format you want, then have a business rule calculate the display string whenever the date field changes. "Additional Comments" Add a field level ACL that gives READ access to only users having "ITIL" role. Since we are talking about the CMDB that has about 700 tables when all applications that uses it are active and I have no clue of what the totally number of attributes (fields) are here, but I guess that is more than a May 28, 2010 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Mar 1, 2016 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Usage: Administrators use this table to customize the fields of existing tables or to add new fields as per business requirements. Aug 29, 2019 · The only difference was the Attributes field in the reconciliation rule. We need to show additional information for affected users on security incidents like last password change; AD group etc. Mapping Last Reboot date attribute from SCCM to CMDB ServiceNow . I added the business unit field as we could have the same name for different BUs, but it is not coming up. To address this, The "super_class" of the object should be traversed upwards until the "super_class" of the root object is empty. ref_auto_completer=AJAXTableCompleter,ref_ac_columns=short_description;requested_by;assigned_to;sys_created_on,ref_ac_columns_search=true. Is this possible? Please help! Thank you. Sep 11, 2018 · Right click on field to access context menu >> Configure Dictionary >> Attributes. May 1, 2024 · Hi @vinodkumar2010,. When we click on search icon we have below columns. Attributes will add some other functionality to fields. but there was a comment from servicenow that we should extend these classes as new custom class and then add the custom attributes there. Search for the field attributes in all the "super_class" in the object parent tree. Right-click on the field label, for the field you want to modify, then click Configure Dictionary. Regards Ankur. create a new class called u_Circuit for circuits which is a new table and is an extension of cmdb_ci_circuits. Nov 27, 2022 · Hi @Anna_Servicenow By default, the location variable should show the name only unless you have added the "ref_ac_columns" attribute with multiple column names. To add the attribute field on the table, login as Admin, then open the form, and go to 'Configure\Form Layout'. but still doesn't work, do you happen to know why? Feb 6, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. 1) ref_ac_columns_search=true, ref_auto_completer=AJAXTableCompleter - this will allow the searching to happen mentioned as per the column/field names in reference/list collector field. Enter "max_unit=hours" without quotes in the Attributes field there and update it. Apr 13, 2022 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. For example, you can lookup a user by the email address when searching for a caller on an incident, or an employee ID works well too - both are string fields. Form Design - ServiceNow Wiki Aug 16, 2016 · The example below shows a two-level field level access control, where ITIL role has access to a field that a non-ITIL role does not: On Knowledge form, configure an additional field. Dec 11, 2014 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. ref_ac_columns=u_description;u_role_owner . Its probably 32, change it to 4000 and see if that fixes the problem. Under ServiceNow attribute details tab, in the ServiceNow Attribute field, type in Description. Nov 17, 2016 · Hi Peter, Fields on UI pages may not support all attributes supported by the built in counterparts. The "Application name should be searchable by its GSI ID, system manager etc. Please help me to find this. Select the fields to be appeared in the list view and save the configuration. Along with first name. Purpose: Defines the fields for each table, including their data types, lengths, default values, and other attributes. Aug 9, 2022 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Dec 3, 2023 · Solved: We have one html field and I want to check if there is a way an ATF can check and validate what attributes are configured for that html field See demos and learn more about the Xanadu release , our biggest AI release yet. Loading Loading Jun 9, 2022 · How to disable the reference icon ⓘ on a field. Aug 29, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. First, you can click the magnifying glass and get a list view with the other fields in the list that you choose. However this only places the text above the input field and not as a placeholder. Jul 29, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Create a Macro UI. Everything works ok until i want to change the value. Mar 24, 2023 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Some attribute-mappings are required by a SaaS application to function correctly. If you want to use the field as input you can use a string field and a client script to validate the input value is in the correct format. Show attributes). Jan 29, 2014 · The default attributes for every watch list are in orange and the attributes added by me are in green. you can have only 1 field which is marked Display=true. Jan 18, 2024 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. 1 Goal of this Playbook. Apr 2, 2015 · You can then update the dictionary attributes to use your custom macro. Then in the "ref_ac_columns" attribute add the name column in the order you want the column shown. May 28, 2024 · Did you know that ServiceNow offers many Dictionary Attributes to modify the behaviour of a table or a field? System Definition > Dictionary > Dictionary Entry and add the required attribute Get Well Playbook CMDB attributes on the right level A step-by-step guide to analyze and remediate CMDB customizations Table of Contents Summary. However, there is an out of the box duration field on the project form called simply "effort". I need the following functionalities in that variable: 1. Now click the configure menu of any one of the visible column on the column header and navigate to Configure>List Layout. I need to sort the results by a column in descending order. Dec 20, 2023 · In the native view I have AJAXTableCompleter attributes and various others on the watchlist field on the Incident form , but when I'm trying to submit an incident through the employee center portal these attributes are not applied to the watchlist field, some functionalities like auto complete, search by last name or userid are not working. It’s the go-to table Apr 24, 2024 · To do this i use a reference field for field 2 linked to "sys_user_grmember" table. Jul 31, 2017 · Reference fields on the filter won't show more than the display value. . Set a limit to the number of rows that you can add to a multi-row variable set by using the max_rows attribute in the Variable Set attributes field. Sep 19, 2024 · We can add multiple fields as attributes to reference field. I'm having some trouble however locating where the attribute records are kept. The table displays the reference table's display value column and any columns listed in the ref_ac_columns attribute. This should work. But on portal, how to display the column name when reference field is clicked. Examples: One which solved many of our problems in our system is providing "global_visibility" to a reference field : meaning makes this table visible globally even if there are domain restrictions. The attributes Aug 24, 2023 · A local defined Security Attribute is saved only to the single ACL where it is created in. Should we create custom fields on sys_user table to store this data and then show on reference fields or some other logic Apr 26, 2019 · Invalid and proprietary styles, tags and attributes are still removed ensuring that the HTML is valid while more closely matching the original document formatting. Jun 28, 2024 · Go to the dictionary of the field and look for the attributes field. Solution. Feb 9, 2023 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. prompt (Default) - Prompt the user to choose between the clean and merge options after attempting to paste Word content. Jul 20, 2016 · On the HR list layout we see the SLA (percent) color coded bar, this field is a percent_type field with the attributes to control colors in varying percentages. May 16, 2023 · Hi All, Is there a readymade document from ServiceNow for all the attributes definitions in OOB for all CMDB classes. When filling out the form i start typing in the cost centre field and displays the "name" and the "code" fields. ref_ac_columns. This way, a child object may just add/modify a few fields. I have tried many variations for the field_list_dependent (remove it too) but nothing works. Set "ref_ac_display_value" to false to hide the displayValue. The "Value" field in the AI Search Indexed Source Field Attributes table represents the actual data or content retrieved from the specified field in the source record that will be indexed and made searchable by the AI Search feature in ServiceNow. In the Attributes field, type is_searchable_choice=true. From my standpoint, as an engineer who troubleshoots performance issues, the explanation for the no_audit attribute being set to true is due to the potential performance impact of auditing fields that are frequently updated. You can add hints and help text to the Service Portal using the "Instructions" field on the variable. attributes? Format of the data in the field: All I am looking for is to have a boolean field I can test in cmdb_ci_win_server that tells me this is or is not a shared database server. 1 Problem Overview. Impact Drive a faster ROI and amplify your expertise with ServiceNow Impact. ref_contributions = UI Macro_name. Where could I m Aug 17, 2022 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Click Update. In ServiceNow wiki there is an article about the dictionary attributes: Dictionary Attributes - ServiceNow Wiki Jan 7, 2016 · Add the 'Attributes' field to the LDAP server form. I want to show a UserID and/or email address next to each one. Ideally I could put a mask of some Jan 29, 2018 · Documentation Find detailed info about ServiceNow products, apps, features, and releases. Jan 29, 2019 · If I add a new duration field then I get the view of that field as I expect: And I can set the max_units attribute to remove minutes, hours or days as required or use an onLoad client script to show or hide any element of the field. Partner Grow your business with promotions, news, and marketing tools for partners. How to do it descending order sorting by a column nam Jul 31, 2017 · I am trying to figure out how to modify the filter of a referenced field to show additional user attributes. My requirement is to have a different set of color scheme for different type of priority/SLA. 1 Audience. May 24, 2024 · Here is a list of variable attributes. For example the High Priority 25% should be o ServiceNow Learn about ServiceNow products & solutions. ServiceNow's data dictionary tables documentation for Vancouver release. Feb 12, 2024 · The attribute you mentioned in the dictionary for a Reference field ("mtmquerygenerator=com. To know more about unsupported features in a MRVS, see the documentation . ScriptedListGenerator") indicates the usage of a script-based list generator for the field. If we don't have a definition of an attribute we make an assumption and define it ourselves. I want to add the searching capability on that field based on User ID, first name and last name. A lot of fields also means (manual) administration. Application attributes are specific to a customer context, and depend on the outcomes and Feb 7, 2014 · The default attributes for every watch list are in orange and the attributes added by me are in green. If there is a reference field with dictionary attribute ref_ac_display_value=false set, it does not shows the display value of the corresponding table when a user manually types a keyword and select the The field displayed when selecting a record via a reference field will always be the Display value for that table. You may also want to update the Form and List views for the Computer Table to also show this information. Step 2: if both are the same, use the form menu to select Configure> Form Design to remove which ever duplicate you don't want. Jan 20, 2022 · Reference fields automatically use this class if there is no other auto-completion class specified. sfgtqpt qaejo tdl covauq uuy bxceky gbrlw nrnm gecfy svvubz