ReusablePart
Calls another part or business logic, by translating the input arguments to match the expected names of the receiver
Additional property file arguments
1. originalNames: comma separated list of key names that needs to be copied from
2. newNames: comma separated list of keys to which the above key values will be copied to
3. propagateParams: yes|no: yes
4. reuseRequestName: Name of the reusable target request
if Propagateparams is "yes", then the incomign map is passed down.
if it is set to "no" then a freshmap is created for the receiver
Use "no" with caution, as this will result in a new transaction
if the called parts have any database calls.
Output
1.resultName: What ever the target request returns