Editing a Bulk of UDRs
Other than editing UDRs one at a time, it is also possible to edit a group of UDRs at once. Select the UDRs of interest, or none (this way all UDRs within the file are considered) and click Bulk Edit...
The Bulk Edit file - data dialog
Â
Setting | Description |
---|---|
UDR Type | If you have selected UDRs in the UDR File Editor and opened Bulk Edit, the UDR type of the selected UDRs is displayed in this field. If you want to change to another UDR type, click the Browse... button to open the UDR Internal Format Browser where you can select a different UDR type. |
Filter UDRs and assign UDR fields | In this field, you can write custom APL code to edit all selected UDRs. |
Close | Click this button to close the Bulk Edit file - data dialog. |
Apply Changes | Click to apply the changes defined in the APL code. |
Â
Note!
When bulk editing UDRs, the changes of the UDRs are not traceable. All selected UDRs are updated, although their values may not change.
Auto Edit Mode
This mode allows the editing of bulk of UDRs using matchers and assignments.
This mode is available in Legacy Desktop only.
Â
Setting | Description |
---|---|
Matchers | Defines the UDRs targeted for update. For further information about adding Matchers, see the section below, Add Matcher. |
Join Style | Indicates if All or Any will apply to the conditions in the Matchers list |
Field | Specifies the fields to examine when defining target UDRs |
Matcher Configuration | The expression to apply when matching. Ericsson IOG/IN formats: (see External - Ericsson IOG/IN Records ). This special format type is described through the |
Assignments | Defines the changes to be made to the targeted UDRs. For further information about adding Assignments, see the section below, Add Assignment. |
Field | Fields to edit |
Assignment Configuration | The new value of the field |
Add Matcher
A Matcher is added by selecting Add in the Matchers section. The fields are explained in the table below:
Setting | Description |
---|---|
UDR Field | List of available fields to use as matchers. Depending on the field type, the Matcher Type list updates to display valid choices. |
Matcher Type | Defines the check criterion for the field. The content of the list varies depending on the field type. Supported types and some of their possible matchers are:
|
Parameter | Some field types can consist of several parts. For instance, date types can contain separate values for year, month, and day. Regular numeric/alphanumeric fields will have Value stated. |
Is APL | Indicates the possibility of entering variable values for the validation field via the use of APL code in the Value column. This feature makes it possible to refer to other fields within the same UDR (as well as call to APL functions) during processing. In the image below, the If Is APL is disabled, the Matcher Configuration is interpreted as an |
Value | The value of the field. By default, a constant is entered. If Is APL is selected, APL syntax can be used to create a variable definition. |