Hi,
I have a requirement in BPC 10 to "Copy Data from one category to another one" with the followiing selection using the standard COPY Package:
- Model
- Source Category and Target Category
- Source Time (the target Time should be the same as the source)
I have had a look into this and have a few questions:
- I want the user to select the Model but not sure which prompt should be used. I was thinking of using a COMBO Box as I can hard wire the models in the list but then thought am I ok to ask the user to select the model if there is no standard prompt? Should a different package be created for each model?
- I am trying to configure the selections for category and time. I have used COPYMOVEINPUT for the Categegory and SELECTINPUT for Time but when attempt to run the package the package selection it only seems to pick up is "TIME: 2014.01." It was mentioned I should use the COMBOBOX for category but i dont want to hard code the categories
Thanks,