Currently the object selection and export logic are combined in one set of logic. The code should be redesigned so that it goes through an object select process first, creating a collection of objects and then the second step is to export those objects considering the settings. This would be a much cleaner codeset than the current one that has to consider all unique combinations of selection criteria and backup method.
Currently the object selection and export logic are combined in one set of logic. The code should be redesigned so that it goes through an object select process first, creating a collection of objects and then the second step is to export those objects considering the settings. This would be a much cleaner codeset than the current one that has to consider all unique combinations of selection criteria and backup method.