Hi Kyle - i was never able to get a new list of the parameters SOP_DP_Print_Forms, but based on emails, testing, etc. I changed my script to the following and it worked. In an email, Terry Heley mentioned a new fPrintAllDocuments parameter so i added it at the end. Hope that helps.
in integer IN_Print_Group_Box;
in integer IN_Type;
in 'SOP Number' IN_Doc;
in 'Batch Number' IN_Batch;
in boolean fPrintingList;
in 'SOP Number' IN_Start_Doc;
in 'SOP Number' IN_End_Doc;
in date IN_Start_Doc_Date;
in date IN_End_Doc_Date;
in 'Batch Number' IN_Start_Batch;
in 'Batch Number' IN_End_Batch;
in 'SOP Status' IN_Start_SOP_Status;
in 'SOP Status' IN_End_SOP_Status;
in integer IN_Doc_Sort;
in integer IN_File_Source;
in integer IN_Match_Packing_Slip;
in integer IN_Match_Picking_Ticket;
in boolean IN_Print_PS_Line_Comments;
in boolean IN_Print_PT_Line_Comments;
in boolean IN_Print_PS_Per_Site;
in boolean IN_Print_PT_Per_Site;
in boolean IN_ReprintPS;
in boolean IN_ReprintPT;
in boolean IN_IncludeDSItems;
in boolean IN_IncludeBackOrderedItems;
in boolean IN_Print_Kit_Components;
in boolean IN_Include_Tax_Details;
in boolean IN_Print_Dual_Currencies;
in integer IN_Tax_Print_Options;
in boolean IN_Print_Inclusive_Tax;
in boolean IN_Print_Tax_Invoice;
in boolean IN_Print_Adjustment_Note;
in boolean IN_Print_Prev_Printed;
in integer IN_Format[8];
inout boolean IN_Print_Doc[9];
in boolean IN_Screen[9];
in boolean IN_Printer[9];
in integer IN_Export[9];
in string IN_Filename[9];
in integer IN_Which_Currency;
in 'Sequence Number' IN_SeqNum;
in boolean IN_Print_Customer_Item_Document;
in boolean IN_Print_Picking_Instructions;
in boolean IN_Include_Kit_Components_PT;
in boolean IN_Bin_Sequened;
in boolean IN_Sort_Kit_Components;
in boolean IN_Include_Kit_Components_PS;
in boolean IN_Print_Customer_Item_PS;
in boolean IN_Include_Incomplete_Documents_PT;
in boolean IN_Include_Incomplete_Documents_PS;
in boolean IN_PrintShipToAddrWithLines;
in boolean IN_PrintPTShipToAddrWithLines;
inout ListObjState ListObj;
in boolean IN_Print;
in boolean IN_SendEmail;
optional inout integer nProcessID=0;
optional inout boolean fValidDocsToEmail=false;
optional in boolean fPrintAllDocuments;