Create Custom Fields in Settings in Workday VNDLY
Custom fields enable you to add a field to a form that you want to collect information from. You can configure:
- The field type.
- A source for the available options.
- Default values.
- Client and vendor permissions.
Adding a default value to your custom field ensures you can:
- Confirm that a value is accurate, instead of inputting the same response in multiple forms.
- Reduce the likelihood that an incorrect response is added.
- Select a different response, if needed.
- From the header, select .
- From theFoundational Datasection, clickCustom Fields.
- ClickCreate a Custom Field.
- Complete theType of Fieldsection:
Option Description Type of FieldSelect the type of field that you want to capture your data:- Dropdown (Single-Select): Select 1 from a list of options.
- Dropdown (Multi-Select): Select 1 or more options from a list of options.
- Text Input: Enter one or more lines of text.
- Boolean (True/False): Select true or false.
- Number: Enter numbers.
- Decimal: Enter a number with a decimal.
- Date: Select a date using the date picker.
Source TypeIdentifies the source type to use for your drop-down field. These sources vary according to what is set up in your tenant. Example: Select theCharge Code Source Typeif you want to enter a charge code for this field.SourceThe dataset used to populate your drop-down field. If the dataset that you want isn’t available from theSourcedrop-down menu, you need to create it. You can create a dataset fromCustom Data SourcesorCharge Codes.Choose a default value for this custom field.When selected, theDefault Selectionfield displays.Default SelectionEnables you to select or enter a value that will be the default for the field. This value populates on every form this field displays on.Client PermissionsSelect the client permissions that you want to assign to your user roles. By default all client roles will be able to view and edit the field.If you selectSet up custom permissions for specific Clientroles, you can select the role and permission level you want them to have. If you don't see a role, selectI don't see the role I needand set up the role. Permission levels are eitherCan VieworCan View & Edit. If you don’t specify a role and permission, then no one can see or edit the field.Vendor PermissionsBy default all vendor roles are able to view and edit the field. If you select:- All vendor roles can view this field: Vendors can view the field but not edit them.
- Hide this field from all vendors: Vendors can’t view or edit the field.
- Select the forms and templates in which you would like to make your custom field available.
- (Optional) ClickConfigure Advanced Settingsfor each form that you selected to add additional parameters for the form or template.You can indicate whether or not the field should be required. If a custom field is configured to use a default value, it is automatically marked as required and cannot be changed unless the default value is removed. You can specify which business unit the field should apply to if you don’t want it to apply to all business units.
- Complete theVisibility Conditionstab in theAdvanced Settingssection:
Option Description Make this field conditionally visibleCreate relationships between custom fields on the same form. These relationships ensure that fields only display on the form when the appropriate conditions are met.You can only select a field that is already a field in the form group. Example: if you select the Job Edit form, you'll only be able to select fields in the Job Form, not in groups such as Candidate and Contractor or Work Order.And/OrThe operator that you want to control the appearance of the custom field.- And: indicates that all conditions must be met to make the field visible.
- Or: indicates that only one of the condition statements must be met to make the field visible.
Add ConditionYou can only add a condition operator that matches the previous condition operator. Example: if your first operator is an Or statement, any additional conditional statements must be Or statements.Add Condition GroupYou use condition groups to create more complex conditions. With conditional groups, you can link an And statement with an Or statement. - ClickContinue.
This example illustrates how you can create a condition that would control when a custom field displays.
Say you want the custom field
Performance Details
on a Contractor Profile
to display only if the performance of the contractor is Needs Improvement
or Poor
. To generate a condition for the custom field, click Add Condition
and enter the following on the Visibility Conditions
tab:Field | Value |
|---|---|
And/Or | Or |
Custom Field 1 | What was the contractor's overall performance on previous assignments? |
Operation | Equals |
Value | Needs Improvement |
Add Condition | |
Custom Field 2 | What was the contractor's overall performance on previous assignments? |
Operation | Equals |
Value | Poor |