by m4mainframe » Wed Sep 11, 2013 11:16 pm
@pulsar22 - as dick suggested, create a table having some columns for storing the configurable variable\item\data like
01. ID of the Configurable item\variable\data
02. Name of the Configurable item\variable\data
03. input Value 1 (string) for the Configurable item\variable\data
04. input Value 1 (numeric) for the Configurable item\variable\data
05. input Value 1 (date) for the Configurable item\variable\data
06. output Value 1 (string) for the Configurable item\variable\data
07. output Value 1 (numeric) for the Configurable item\variable\data
08. output Value 1 (date) for the Configurable item\variable\data
09. tracking variables for creation - like user id who created , when created, which application created it, program id which creates it.
10. tracking variables for updation- like user id who updated , when updated, which application updated it, program id which updates it.
you can pass input values for a variable and get the output values for the Configurable item\variable\data.
If you will follow the above or similar one you will be able to use the same variable in various ways and can dynamically change the behavior of the same program as and when required.
-Regards
m4mainframe
- These users thanked the author m4mainframe for the post:
- pulsar22 (Mon Sep 16, 2013 8:50 pm)