Hi everyone,
I’m trying to replicate a UX setup where a user selects a Source Scenario and Target Scenario in the UX, and an action transfers data from the source scenario to the target scenario.
I reviewed how consultants implemented this in one of our existing modules:
- They created two line items: Source Scenario and Target Scenario, which receive values from the UX.
- They built a saved view filtered by Source Scenario, showing only the line items required for the target module.
- In the import action, they were able to map the Target Scenario line item (from the source module) to the Flat Scenarios list in the target module’s dimension.
→ This worked correctly because the Target Scenario appeared as a separate column available for mapping.
My Issue
I am repeating the same logic for another module, but during the import mapping:
- My Target Scenario line item appears only under the Line Items section.
- It does not appear as a separate column / dimension that I can map to the Scenario list in the target module.
- Because of this, I cannot map the scenario properly.
Question
What should I change in my module or saved view so that a line item (like Target Scenario) appears as a mappable column in the import action instead of remaining under Line Items?
Any guidance on what might be missing or misconfigured would be greatly appreciated!
Thank you!