How do I know current REQUEST number while Workflow is executing on sc_req_item table?

Rajanmehta
Mega Guru

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

 

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

you can use current.request

to get number you can do current.request.getDisplayValue()

View solution in original post

11 REPLIES 11

I don't think my code is doing that make sure you  don't have any other code in workflow or in business rule.

Got it..

 

Thank u so much..

God bless you mate.