So below is what i am trying to do
1. Submit an action request
2. have a trigger node an trigger a process flow which has an user action in it.
3. Try view the details (actually i want to edit some details) and approve.
In the user action under display tab > i confugured as action request.
When i try to open the workunit in the Inbasket i get an error saying
ViewException: Class Name: null Stack Trace: com.lawson.rdtech.opf.OPFNoSuchElementException at com.lawson.rdtech.opf.PCollectionFactory.find(PCollectionFactory.java:507) at com.lawson.rdtech.opf.PShadow.find(PShadow.java:7725) at com.lawson.rdtech.opf.PShadowStorageFactory.find(PShadowStorageFactory.java:133) at com.lawson.rdtech.opf.PObject.find(PObject.java:905) at com.lawson.rdtech.opf.PObject.find(PObject.java:911) at com.lawson.rdtech.framework.BusinessViewEvaluator.populateActions(BusinessViewEvaluator.java:1199) at com.lawson.rdtech.framework.BusinessViewEvaluator.getDataView(BusinessViewEvaluator.java:4583) at com.lawson.rdtech.framework.BusinessViewEvaluator.getDataView(BusinessViewEvaluator.java:4052) at com.lawson.rdtech.gridadapter.ldt.GridContainer.getDataView(GridContainer.java:186) at com.lawson.rdtech.gridadapter.ldt.IServiceImpl.getDataView(IServiceImpl.java:570) at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56) at java.lang.reflect.Method.invoke(Method.java:620) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.invoke(ProxyServerImpl.java:2715) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.processRequest(ProxyServerImpl.java:2502) at com.lawson.grid.proxy.ProxyServerImpl$ProxyRequestThread.runThread(ProxyServerImpl.java:2425) at com.lawson.grid.util.thread.PooledThread.run(PooledThread.java:137) at java.lang.Thread.run(Thread.java:795).
Also i am wondering is it possible to get the variable out of HTML content in user action node.
Thanks,
Gokulkumar.