Page 1 of 1

Configurable Static Values

Posted: November 3rd, 2021, 5:26 pm
by JefferyD
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
RunQueryExample.PNG (62.1 KiB) Viewed 11157 times
RunQueryExample.PNG
RunQueryExample.PNG (62.1 KiB) Viewed 11157 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
CallMethodExample.PNG (50.9 KiB) Viewed 11157 times
CallMethodExample.PNG
CallMethodExample.PNG (50.9 KiB) Viewed 11157 times

Re: Configurable Static Values

Posted: February 9th, 2022, 10:00 am
by SumanPrasad
There is a task in our queue for this : 10009. Once this task goes to PD, we will update this post.