Hello.
I have some issue with openitems tab. I made action that creates custom-typed object and open document view associated with its type:
ArgumentList execArgs = new ArgumentList();
execArgs.add("objectId", rptObject.getObjectId().getId());
ActionService.execute("view",execArgs, context, component, null);
I perform that action through invoke button, it create new object, but does not open document view - OpenItems tab is empty. After that I switch to some other tab of application and my document view appearing on openitems! I try to open that objects from MyFolder - it works well, I can see DV right after performing of view action.
Is it know taskspace issue? Have someone face it and got some cure?
Thanks in advance.