Hi Everyone,
My requirement is update the status of case using clipboard with out BD access and should not run any rule
Hi Everyone,
My requirement is update the status of case using clipboard with out BD access and should not run any rule
Hi @NagarjunaS16644648: Updating values using clipboard is to be used for debugging. Editing values in clipboard will update the values in clipboard / memory alone. To persist the data to DB, it cannot be done only using clipboard. You need to proceed the case / do an action.
You can also check execute activity option from clipboard.
Thanks.
@NagarjunaS16644648
select pyWorkPage → Click Edit on the clipboard → change pyStatusWork → Go to Actions on clipboard → select Executy activity → Use “Save” activity → Executy activity.
Work- .Save is a OOTB activity available for pega 8+ versions (, or else you have to create a activity which will have save & commit methods.
Or you can try to look for some other activity which have save & commit in case your pega version is lower than 8.