Bix Extracts configure with Database Schema option : click here
Agents
Agents will be deprecated in a later release. Use Job Scheduler or Queue Processor to resolve your use case as per requirement, instead of Agent.
Job Scheduler
System Runtime Context
Agent/Job Scheduler activity
BIX Parameters
When running Business Intelligence Exchange (BIX) from a Pega Platform Job Scheduler rule, or the command-line, you can input various parameters to filter what is extracted from your application.
Below Listed are the most frequently used parameters
-d <start date>
-D <end date>
Only extract instances with a pxCreateDateTime equal to or greater than <start date> And equal to or less than <end date>
-g <start date>
-G <end date>
Only extract instances with a pxCommitDateTime equal to or greater than <start date> And equal to or less than <end date>
-u <start date>
-U <end date>
Only extract instances with a pxUpdateDateTime equal to or greater than <start date> And equal to or less than <end date>
-z <start key>
-Z <end key>
Only extract instances with a pzInsKey equal to or greater than <start date> And equal to or less than <end date>