How to pass an ASDL parameter value to the next ASDL?
There is a scenario within ASAP
that we need to store ASDL response parameters to use it in a second ASDL in
the same CSDL. Please take into consideration that most of these parameters are
Required/Mandatory. We found that a possible solution would be creating an
auxiliary database and store the response parameters from the first ASDL in
those databases.
We would store the parameters in a format as follows: (Work_Order ID, Parameter, Param_Value) so that the ASDL2 could look up the requested value from ASDL1 in the DBs and use it as entry values.
Question:
Is this a good approach? What are the performance concerns with this solution? Is there any other option to fulfill this scenario?
We would store the parameters in a format as follows: (Work_Order ID, Parameter, Param_Value) so that the ASDL2 could look up the requested value from ASDL1 in the DBs and use it as entry values.
Question:
Is this a good approach? What are the performance concerns with this solution? Is there any other option to fulfill this scenario?
0