In TADA_CreateUseParamRef(), if a user provides a user supplied 'useParamRef' but also wants to return all uses currently in ATTAINS, should this be allowed?
Is your feature request related to a problem? Please describe:
A user has a list of new uses they want to assign to parameters, but they also still wish to keep all uses and parameter currently found in ATTAINS, should we return all parameter and use combinations found in both user supplied and from ATTAINS? If a user provides a user supplied 'useParamRef' the function will first return all uses and parameters found in the user supplied list for any ATTAINS parameter name found in the 'paramRef' argument input, but for any ATTAINS parameter names in 'paramRef' not found in the user supplied list, it will return what is found in ATTAINS.
Solution? If a 'useParamRef' is provided, return all parameter and uses from both ATTAINS and User supplied, but if a user wants to retire use names from ATTAINS, also allow this as an option? Make the flagging column to indicate this more clear.