Hello experts.
I am using a U type dimension in a prompt in a datamanager package
I solved my first issue with this thread :
My second question is the following :
how do I access the input the user made in the prompt ?
(With a standard dimension like ENTITY, the mapping is automatic we should use %ENTITY_SET%, but for a user defined dimension ... ?)
My DM package code is :
PROMPT(SELECTINPUT,%FAMILLE%,,"Sélectionner une famille (GEN,SPE,LIB,MAR,MEU,POR) :",PRODUCT)
TASK(Execute alloc formulas,USER,%USER%)
TASK(Execute alloc formulas,APPSET,%APPSET%)
TASK(Execute alloc formulas,APP,%APP%)
TASK(Execute alloc formulas,SELECTION,%SELECTIONFILE%)
TASK(Execute alloc formulas,LOGICFILE,%APPPATH%..AdminApp%APP%BUDGET_AllocationsEntites.lgf)
TASK(Execute alloc formulas,RUNMODE,1)
TASK(Execute alloc formulas,LOGICMODE,1)
Thanks in advance for the help