Thanks to Generate Outputs produces more files than requested by ziomau10
Just like in AD, where I can have more flexible output file configurations, I can output 2 sch prints or 2 BOMs with different configurations.
in CS, change the project file like this:
[Configuration1]
Name=Default Configuration
ParameterCount=0
ConstraintFileCount=0
ReleaseItemId=
CurrentRevision=
Variant=[No Variations]
GenerateBOM=0
OutputJobsCount=2 //2 output jobs
DocumentReferenceClass1=DocumentReference
OutputJobFileName1=output1.OutJob //output job 1
DocumentReferenceClass2=DocumentReference
OutputJobFileName2=output2.OutJob //output job 2
then we can have 2 or more different outputs for the same type. for me, I always generate 2 BOM using different templates. I just enable the BOM generation in the 2nd outjob.
but the BOM output will replace the pdf file generated by 1st outjob. change the configuration in outjob 2:
OutputType12=BOM_PartType
OutputName12=BOM_PartType
OutputCategory12=Report
OutputDocumentPath12=
OutputVariantName12=
OutputEnabled12=1
OutputEnabled12_OutputMedium1=1
OutputEnabled12_OutputMedium2=0 //disable BOM output pdf print
OutputEnabled12_OutputMedium3=1
OutputEnabled12_OutputMedium4=0
it's more convenient to create a template project folder with these files.
hope this will help ^_^