Database Update Tool - How To Update Status Previous Data with New Run Process
Confluence User - 19 Aug, 2021
Hi,
how can i udpate status previous application to 'close' after applicant renew their application(with new id) by using database update tool?
UPDATE
app_fd_application SET c_status= 'Close'
WHERE c_id = 'PreviousId'
I dont know how to connect run process with the previous id.
Thanks.
userviews;datalists;forms