Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The next tab over is called "Field List." From this screen, you can tell the system which columns per record type should be considered "Recommended" for the purposes of Ad-Hoc reports. See the screenshot below to see highlighted important items from this screen taken from the Grant Requests record type's Field List and beneath the screenshot for descriptions of said items.

...

  1. Box # 1: Shows the Field List tab selected.
  2. Box # 2: Shows the list of all available fields for this specific Record Type.
  3. Box # 3: Shows the list of fields that have been selected to be considered "Recommended."
  4. Box # 4: Shows the arrows that allow you to move a field between the list of all available fields (again, on the left) and the list of selected "Recommended" fields (on the right). Click on a field from either list to highlight it and use the ">" arrow to move a field from the "Available Fields" to the "Selected Fields" (Recommended Fields) list and the "<" arrow to move a "Selected" (recommended) field back to the list of Available Fields (making the field no longer a "Recommended" one).
  5. Box # 5: Shows where you can Save your selections. You'll want to make sure to hit Save if you've made any changes whatsoever; if you fail to do so and click over to another tab, all unsaved changes will be discarded.


As stated previously, these "Recommended" columns can then be seen when editing Ad-Hoc reports. As you can see, the columns listed under the "Recommended" list match those from the previous screenshot taken from within the Field List screen.

Image Added

Fields

Before you go on...

This tab of the Card Settings menu is also discussed in the article Fields, Field Types, and Field Modification in the section Field Modification.


As in that section, provided here is a link to a useful Fluxx article that discusses many of the same things discussed here: https://fluxxdev.atlassian.net/servicedesk/customer/portal/1/article/1451884575?src=83393115

The Fields Tab

The Fields tab is used to view custom fields within a specific record type and potentially edit those fields (though you should be highly cautious when doing so – see the "Editing Existing Fields" section here for warnings – also below).

Image Added

  1. Box # 1: Shows the selected Fields tab.
  2. Box # 2: Shows the Field that you currently have selected. You can tell which Field is currently selected NOT ONLY based off of the name (match name of Field with "Description" from box # 2), BUT ALSO from the slim green line that appears to the LEFT of the Field name.
  3. Box # 3: Shows the slim green line mentioned above which helps to show you which field is currently selected.
  4. Box # 4: Shows the Field Description, which acts as the External Field Name as well as the default label for the field whenever it is added to any Themes (forms) of the Record Type selected (in the image above, Grant Requests). This Description field can be updated without breaking anything in the system (the same is NOT true for other items on this screen),
  5. Box # 5: Shows the Field Type for the Field selected. You can change the Field Type after a field has been created. However, THIS IS INCREDIBLY DANGEROUS AND SHOULD BE DONE ONLY AFTER YOU HAVE TESTED DOING SO IN PRE-RPODUCTION AND CONFIRMED THERE ARE NO NEGATIVE REPURCUSSIONS. In general, updating a Field Type should only be done if the field itself has no data and was created incorrectly. In most cases, it is best to simply create a brand new field. Do NOT change Field Types on fields with migrated or existing data (unless you are OKwith losing that data). The data stored is specific to the field type. If you change the type on an existing field with data, for example, a date value will not convert to text or text value to a numerical value. Changing the field type will change the way the data is stored in the database. After a field type change on a field that had existing data, that data will no longer be visible on the front end. The data will have to be re-entered/imported into the new field type in the correct format. If you ARE changing a field type, remember to:
    1. Check existing visibility conditions built with this field.

      1. E.g. When you change the select field to a Boolean field, but you are referencing the select value in your show condition, it will cause the section of the form to not open

    2. Update the form by deleting the field originally on the form, and adding the field with the new field type (otherwise, the item will NOT be updated correctly on your Theme).

  6. Box # 6Displays other options you can change/configure for this field. Descriptions of what the various options mean/do:
    1. Include in Export: Includes the field in the Excel Export function.
    2. Display as dropdown value?: Only for select, Boolean, and model fields. Will display the entries of the field as a dropdown when being used as a linking field for an embedded card.
    3. Full-Text Search?: Includes the field’s data as part of what is searched in a card search (i.e. when typing in a search term in the "Search" bar of a card with the same Field Type as this field).

Methods

Methods are pieces of code used to perform automated tasks in the system in a way that is not provided out-of-the-box. WPP does not currently use any methods, therefore this tab is not used for any record type at this time.