Hi NatashaN ,
There are some content about these batch jobs:
1)Security Role Access
The security roles that are assigned to a user determine the duties that the user can perform and the parts of the user interface that the user can view,
The batch framework will execute the job as this user. So it will use the security role of this user.
2)Named user license count reports
D365FO contains a report, which compares number and types of owned licenses with permissions of users defined in the system. For example, if ten users have access to functions requiring some one license and just eight licenses were obtained, it is necessary to buy two additional licenses or restrict permissions for two users. Just don’t forget that the report doesn’t include device licenses.
The report can be run in Dynamics AX from System administration > Reports > Licensing > Named User License Counts
3)Scan for orphaned document references
In D365FO clean up of records in DocuRef is handled by a recurring batch job. The batch job is automatically created during AX initialization when you deploy a new solution. The batch job is listed as "Scan for orphaned document references" and it is scheduled to run every sixth hour. you can add it by calling the loadData method of the class DocumentManagementSetup.
4)Document routing history cleanup
Document routing agent is used for printing in D365FO. When you print any document in D365FO its gets stored in azure blob and from there its fetched by DRA for printing.
Best Regards
Tom Cai