Add History to the resolved cases

Hi,

Based on requirement , we want to resolve S- cases based on some conditions .

We forgot to add history while resolving.

Is there any way we can manually add history for a workobject.We did try using History-Add method but it is adding empty record in the table .

Is there any other way we can add history memo to resolved cases?

Thanks,

Rashmitha

@RashmithaM Did you try using a savable data page in the respective history- class by setting all the required properties. Any challenges there? this is similar to saving the records using the activity(Page-new, property-Obj-save)

@kammv We tried through activity as you mentioned above but that is adding empty record to the table .

@RashmithaM

Which table are you referring here?

pc_history_work

pc_history_data

Or some Pr_history table?

@RashmithaM were you able to see the values set in the sql step

, when you trace it

@RashmithaM

My 2 cents…

  • Reopen the Workobject - Add the reason for reopening either missing Audit logs or anything meaningful.

  • Call History-Add to capture the Audit logs based on your business requirement and resolve the case again.

This will be in line with other cases (no extra audit logs after the cases are resolved).

@RameshSangiliInstead of reopening the workobject, Do we have any other options?

@RashmithaM

Sorry, it’s not advisable to add audit history after cases are resolved.

@Abhishek Tripathi this is the table pc_history_work

@RashmithaM

Try the approach which ramesh sangili has suggested.

I think it will work.

We are adding a note to the resolved cases using pxAttach note activity instead of reopening the workobject .