This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
A nice feature to have would be the ability to customize static values for methods.
For example, the RunQuery service has these connection instance static values.
RunQueryExample.PNG (62.1 KiB) Viewed 11006 times
RunQueryExample.PNG (62.1 KiB) Viewed 11006 times
I have this method I made to get the schema of a table where one of the these are true:
TablePath is the same as the one of the connection instance static values in the RunQuery
DBInstance is set to 'Application' or 'JDEdwards'
Given that a predetermined list of acceptable values can be determined, being able to configure custom static values could make using my method much easier and more intuitive to use.
CallMethodExample.PNG (50.9 KiB) Viewed 11006 times
CallMethodExample.PNG (50.9 KiB) Viewed 11006 times