Hi All,
How I can pass list values pass from job to class.
Method having two parameters -
1 class
2 list object
I try to call the method in the job the list is blank in the class method.
can anybody help me on this. what is the best approach to pass values from job to class.
Regards,
Srinivas
*This post is locked for comments
its not about best approach. it is about "how its supported"
e.g. Majority of OOP Languages, have two rules to use a class
1) using main() method as entry point
or
2) create object of class and then using objectName.methodName(ifanyParameters)
if you will pass an empty List, it will be empty inside class
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156