Pass Additional Parameters in a Data Page
I have a system where more than 70 Data pages are present, calling different APIs, and all of them take 2 parameters : CaseID and CustomerID.
Now, I have to introduce a new parameter called traceID, which will be invoked within a re-usable code in every Data Page anyway, but I do NOT want to create a new version of the 70 Data Pages, and pass a new parameter called traceID in addition to the existing 2 params.
Question : can the new param automatically be passed somehow, without specifying it as a parameter in the Data Page explicitly ? Is there something like a AdditionalParameterPage on which I can set the param, and it will automatically be passed into the Data Page ?