Unable to access existing assignment data from the Salary section through the Autocomplete Rule
Summary:
We need to implement a validation in the Salary section of an Autocomplete Rule based on the following values:
- Existing Business Unit
- Existing Salary Basis
- Proposed Business Unit
- Proposed Salary Basis
Currently, we are able to retrieve the Existing Salary Basis, Proposed Business Unit, and Proposed Salary Basis within the Salary section. However, we are unable to fetch the Existing Business Unit value.
As an alternative approach, we created a DFF in the Assignment section to store the Existing Business Unit and intended to reference this value from the Salary section. However, this approach is also not working. The DFF value is not getting defaulted either through SQL in DFF setup or via the Autocomplete Rule. Additionally, the Business Unit ID is stored as a Long data type, and there is no provision to create a DFF with a Long field type, which further limits this approach.