Importing Rejected PJM transactions to PA
Hi,
Some transactions from PJM were rejected during import.
The rejection resaon is not shown for any of the records in the batch.
However, from backend, the following query
select * from pa_transaction_interface_all where transaction_rejection_code is not null
returned 3 records with transaction_rejection_code = 'PA_EX_PROJECT_DATE'
I accordingly corrected the project/task dates for this project.
Now what would be the best process to make the rejected records eligible for import again ?
Thanks.