1. What is your idea?
I propose adding a "Data Entry Dialog" procedure action to enable the opening of a "Data Entry Dialog" during procedure execution. This would allow users to input values directly within a procedure logic/workflow.
2. What specific problem are you trying to find a solution to, or what new scenario would this idea respond to?
Currently, when users need to input values — such as sales data for a new customer combination during a planning process — we have to create a DataView with a cube containing a dimension with just one dummy element, like "entry dummy". This setup is used to "simulate" a data entry field and the entered value is then processed through a procedure.
By introducing a "Data Entry Dialog" as a procedure action, users could enter a value directly in a dialog opened from procedure logic/workflow. The value would be temporarily stored and directly processed in the subsequent procedure logic/workflow.