Update project events API
Hi,
We have a requirement to set BILL_TRANS_BILL_AMOUNT to 0 for closed projects.
I tries using pa_event_pub.update_event API to do so. However, API failed with an error message "ERROR: 1: Event has been processed. You cannot update or delete processed events.". I understand that it is because the project status is closed.
Is there a way to still update BILL_TRANS_BILL_AMOUNT using API?
Thank you in anticipation!