How to get current request status before process end

Hi Team,

Before process ends I want to update the current request status in Database in both cases whether it goes for refferal or not. (using XMLTODATABASE)

How can I get current request status for update query? for eg: Open,Closed,Reffered.

image

Thanks,
Kinjal Modi

Hi Kinjal,

Are you talking about the actual request status which can be either open or closed? (there is no referred status)
Or is it a status data that is created just for this process?

If it’s about the request status, the only value can be OPEN. The request won’t be able to export the data if it is closed, so there is no need to retrieve that value because it will only return OPEN when you’re able to export the value.

Regards,
Eddy.