Hi folks,
I have a specific requirement that I define custom DTS package by copying standard package IMPORT.dts
However, I need to prompt the users for specific selections for the dimension members from the various dimensions (something very similar to what is there for CLEAR when the user is prompted for dimensions to select members from).
I am able to prompt the user by modifying the EvDTSModifyPkg by including:
PROMPT(SELECTINPUT,%SELECTION%,,"Select the members to Import",%DIMS%).
However, I need to be able to pass on this selection to the default logic associated with the package run and I am not sure how to accomplish this.
I am looking for help in completing the modification.