Question
6
Replies
638
Views
Knowledge Expert
Posted: July 3, 2015
Last activity: July 21, 2017
Closed
Solved
How to call parameterized GetNextWork activity from Data class?
Hello,
I need call parameterized GetNextWork activity from Data class. I want place this button in Portal. Also I've tried several ways:
- Add handler to button. In that case we don't able parameterize activity
- Add wrapper activity with such calling: call Work- .GetNextWork. In that case we get "Failed to find instance Data-Portal.getNextWorkObject for non personal RSLH" error on second step of GetNextWork activity
I see only two ways to resolve this issue
- Add section with "Using Page" Page of fake WO and call GetNextWork on it
- Add wrapper activity that will create some page with Work- class and call GetNextWork on it
Both ways kinda strange. Do you have any ideas?
I use PRPC 6.3 SP1
***Updated by moderator: Lochan to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Dmitry,
I'm not sure if it specifically answers your question, but perhaps this community article about GetNextWork will give you some ideas?
Everything about Get Next Work, Get Most Urgent
Thanks.
B.