Create Mapping Table
- Security:Set Up: Mapping Tablesdomain in the Accounting Center functional area.
You can create a mapping table to define rules to map your input values to your target output values. Mapping tables can contain a maximum of 10,000 rows. You can use mapping tables for mapping to these output types:
- Ledger accounts
- Text attributeYou must select a mapping table definition that has a defined text attribute, or the column doesn't display in the mapping table for configuration.
- Worktags
- Access theCreate Mapping Tabletask.
- On theMapping Table Definitionprompt, select the mapping table definition you created and clickOK.Once you create a mapping table based on the definition, you can't edit the mapping table definition.To display accounting worktags for a mapping table when using an Enterprise Interface Builder (EIB), you must edit the template to add the Accounting Worktag columns. See Customize EIB Spreadsheet Template.
- As you complete mapping inputs to target output values, consider these guidelines:Mapping FunctionalityGuidelinesInput ValuesFor each row, enter a combination of input values that map to a particular output value.When you leave value blank, Workday won't evaluate the column for that row.OperatorsWhen entering input values, you can use these operators:
- NOT: Checks whether a value isn't equal to OR isn't like an input value. Examples: NOT abc, NOT ab?
- IS NULL: Checks whether a field value is empty.
- IS NOT NULL: Checks whether a field value isn't empty.
- IN (list): Checks whether a value is within a set of values. Example: IN (abc, def, xyz).
- NOT IN (list): Checks whether a value isn't within a set of values. Example: NOT IN (abc, def, xyz).
Wildcard ExpressionsIf you selected to include wildcards when defining a parameter on the mapping definition, use ? to match any single character. Example: 10?0 matches these codes: 1020, 1030, 1080.Use * to match any number of characters.Example: A*00 matches all codes starting with A and ending with 00, such as A100, A1000, A1100, A1200.Range ExpressionsIf you selected Range Field on the mapping table definition, enter a Range Start and Range End value.You can enter Alphanumeric ranges. Example: A100 - D300Workday evaluates range expression as a string. Example: Value of 5 falls outside a range of 1-19, but value of 05 falls within a range of 01-19.Output ValuesSelect the desired output value resulting from the combination of input values.Workday evaluates rules from the top down and once it finds the mapping, it stops further evaluation. We recommend that you order rules from most to least specific. - ClickOKand thenDone.