hello everyone,
I am not getting data source from below code that when I am passing record from args.
can anyone help me out with this that how can i get data source from form run;
args.record(whsWorkLineCyclecountLoc);
args.name("WHSWorkLineCycleCount");
formRun = classFactory.formRunClass(args);
whsWorkLineCyclecountfds = formRun.dataSource("WHSWorkLineCycleCount");