- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 06:53 PM
Hello
We are on Jakarta.
I have Workflow executing on Request Item. (sc_req_item) and is generating a REQ and RITM.
I found out that current.number will give me RITM number.
How can I find corresponding REQ number for the existing Workflow in progress?
Please advise.
Thanks,
Rajan Mehta
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 07:00 PM
you can use current.request
to get number you can do current.request.getDisplayValue()

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 06:13 AM
I don't think my code is doing that make sure you don't have any other code in workflow or in business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2020 06:47 AM
Got it..
Thank u so much..
God bless you mate.