I'm writing a Python script and I need to find all of the parcels that were edited in a particular job (in case it makes any difference, the job will always have been committed before I perform this task). I'd planned on using the "MakeParcelFabricTableView_fabric()" GP tool, but it doesn't appear that that tool will get me to the JobObjects table. Am I going to have to open a separate ODBC connection to our database just to get this table, or is there a way to get there using the GP tools that I've missed? Alternatively, is there another place that I can get a list of parcels in a job?
Your pal,
Dan