Bulk approval of journal entries if Approval Routing preference for Journal Entries is true and no workflows created.
To resolve the issue:
A. Create a Workflow for Journal Entries.
- Go to Customization > Workflow > Workflows.
- Click New Workflow button.
- Click From Template.
- Click Select button on Journal Entry Basic Approval.
- On the Workflow pane on the right, click pencil icon to edit the workflow.
- On Basic Information section, set Release Status field to Released.
- On Event Definition section, mark on View or Update checkbox.
- Click Save.
- On Workspace pane, click Approved state then click the pencil icon on the right.
- Under Actions tab, click New Action button.
- Select Set Field Value.
- On Parameters section, set as follows then click Save.
- Field = Approval Status
- Static Value = True
- Selection = Approved
- Click Save.
- Click Done Editing button.





Now the user has a Workflow, the user needs all Journal Transactions that have a pending approval status to get updated for the Workflow to trigger on these transactions.
To resolved this we needed to create a TransactionSavedSearch:
- Go to List > Search > Saved Searches > New.
- Click Transaction.
- On Criteria tab, select Type = Journal and Status = Pending Approval.
- On Results tab, Click Remove all then add Internal ID.
- Click Save & Run.
- On Search result click the Excel Icon to Export the results.
- Save the file.
- Import the file.
- Navigate to Setup > Import/Export > Import CSV Records
- Under Scan & Upload CSV File, set Import Type = Transaction and Record Type = Journal Entry.
- Select the file
- Click Next
- Under Import Options, select Update then click Next.
- Under Field Mapping, map as Internal ID = Internal ID then click Next.
- Save mapping & start import by clicking Run.
After importing the update, all these Journal Entries on the Approve Journal Entries will be available and be able to approve by Bulk.

