Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
User Defined Tables In FUSION HCM

Hello All,
Is there any possibility to have "User Defined Tables" In FUSION HCM?
Please Help
Answers
-
User Defined Tables
User Defined Tables are a feature by which users can create their own table structure to store values. They are used when a table structure is required for values depending on the user’s needs.
There are four components to a user-defined table: basic details (datatype, unit of measure, etc.), columns (column headings), rows (number of rows in the table), and values (values of the rows).
There are two types of row values: Matched Row Values, where you define a specific value to be matched for each row and column; and Range of Row Values, where you specify a range of values that the rows and columns take.
For example, there might be a hike or bonus applicable for employees depending on their years of service. User defined tables can be used to assign a value for the hike or bonus applicable to a certain range of values for years of service. For instance, a hike of 20% could be applied to the years of service ranging from 3-5.
The values can be validated through User Table Validation Formula.
The task associated with it is Manage User-Defined Tables.
-
Thanks