Hello
I have created a WDA, wherein I created a assistance class.
In my MAIN view, I have a my_action_method, here am pulling the data from database, hence I wrote a FETCH_ORDERS method in the assistance class and I am calling this method from my_action_method, I specified assistance class's FETCH_ORDERS as INSTANCE method, pls. let me know is it OK of INSTANCE method or I should go with STATIC method in assistance class?
Thank you