Example: Adding a New Pick List Field to a Form
Use the Add Field or Edit Field view to add a new field or edit an existing field.
The system administrator and users with the appropriate role can access these features.
-
Open the Add Field, execute the following:
- From the navigation bar, select Entity Manager.
- From the Entity Manager list, select the entity of the field you want to add
- If required, select the Fields tab in the lower pane and click (Add).
- In the Display field, specify the field name you want to be displayed in the Infor CloudSuite CRM Web Client.
- In the Name field, specify a unique and descriptive name for the field.
- In the Type field, select Pick List.
-
Complete the remaining information:
- Length
- Specify the maximum length for the field.
- Storage
- Select a data storage method.
- Display
- Select a method in which data appears in the Web Client.
- PickList
- Select - - - New Pick List - - -.
- Value Stored As Text
- If selected then the pick list items are stored as text values.
- Name
- Specify a name for the new pick list
- Allow multiple selections
- If selected, allows the users to select one or more values from the list.
- Text must match a list item
- If selected, then users cannot type in a value that does not already exist in the list.
- Required entry
-
If selected, then the pick list must contain a value before a form containing the pick list field can be saved.
This sets the default value of the required option for the pick list in the Form Manager, but the form manager can be edited at the form level in Web Form Manager.
- Sorted alphabetically
- If selected items in the pick list are ordered alphabetically. If cleared, items are listed in definition order.
- Users cannot edit items
- Sets the initial value for the Can Edit Text property of PickList controls created from the entity property.
-
Add items to the pick list:
- Click (Add) above the grid.
- In the Text column add the pick list item text which appears in the pick list.
- Click in the Code column to add a pick list code value.
-
In the Order column specify the order the item must appear in
the list.
For example, if you specify 0, the item appears as the first item in the list. If you have multiple items with the same order number, they are grouped by that number and the entire group appears in the list before the next highest order number. Note that if the Sorted alphabetically attribute is selected, Order values are ignored.
- In the Is Default column, select the pick list item which must be the default value of the pick list. Only one pick list item can be the default.
-
In the
Filter field, specify
the value of the filtering pick list that must be selected in order for the
pick list item to be available in the list.
For example, for the pick list item to be displayed when the account status is equal to Purge, specify Purge.
Note:- In order to filter correctly, this value must match a corresponding item in the filtering pick list
- A pick list can be used for more than one field. The pick list is filtered by this value when the field using this pick list has a Pick List filter data binding defined. See the Application Architect Help topic "Filtering a Pick List" for detailed steps.
- Repeat steps 6a-6f for each pick list item to add to the pick list.
- Click OK.
-
Select any of the following settings:
- Is Key
- Indicates if the selected field is a primary key for the entity.
- Audited
- Indicates if the changes are being tracked for the field.
- Can Bulk Update
- Indicates if the field can be updated as part of a bulk action.
- Import
- Indicates if the field can be imported.
- Match
- Indicates if the field is match criteria for an import.
- Click OK.
- To open the Form Manager List View, select Administration from the Navigation Bar and click Form Manager. A list of quick forms are displayed.
- Select the form to be added to the pick list field.
- On the Web Form Manager, in the Add field and find the new pick list control and drag the pick list to the form.
-
Drop it on any location that is highlighted in green when the
cursor hovers over it.
The control is created and bound to the data field in the database.
- With the pick list field selected, use the tabs to set the control properties.
- Click (Save).