Hello Folks,
I am building design studio application on top of Integrated Planning query which is having customer exit variable (HR and Manager).
After I am logging as HR , I planed my data and save (using Planning.save()).
But it is saving for HR and Manager Both .
.
I am passing variable as
PlanningFunction.setVariableValueExt("My variablename "," HR" ); and i tried with PF.copyvariable values(,) and setfilterext(,) function.
Any one have idea in this?