Import Adobe Sign charges into PCR-360
On the 5th of each month, Jira automation creates a Task for SMO →
Export billing report from Adobe Sign: Reports > Create a new report > Set Creation Date to Last Month > Run Report
Save Report (using a name containing the scoped month/year), then Export report data
Wait a bit while report is generated, go back to main Reports screen, reload, will appear under My Export Report Data
Download the CSV file
Clean up report to remove rows that don’t represent billed transactions from Adobe Sign
Create new column A, copy formula =AND(G2=V2,W2="",H2<>"Default Group",BQ2<>"FORM_FILLER") to all rows
Select whole sheet, select Filter
Filter out TRUEs in new column A (including only FALSE)
Filter on Agreement Status, including only Canceled, Completed, In Process
Find & Select > Go To Special > Visible cells only, Copy and Paste selected rows into a new Sheet
Save As new filtered CSV file (containing just rows we want to bill)
In PCR: Admin > Imports / Exports > Import Files > Import Files
Test import: Upload File(s) > search for “adobe” in Import File Format > Test Import File > select filtered file
Wait a bit while file is processed, watch for green checkmark under Processed & total rows under Added Count
Real import: Upload File(s) > search for “adobe” in Import File Format > Upload Import File > select filtered file
Wait a bit while file is processed, watch for green checkmark under Processed
(In the future, the adobe-sign-rebilling automation may be used to perform this procedure automatically each month.)