...
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 Use Excel to clean up the 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 Advanced Filter
Filter out TRUEs in on 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 the new Sheet, filtered 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
...