This commit is contained in:
2021-08-17 19:45:29 +00:00
parent 453f023eea
commit 1171375191

View File

@@ -3359,7 +3359,7 @@ namespace AyaNova.PlugIn.V8
//####################################################################################### //#######################################################################################
var ObjectTypeName = "Quote"; var ObjectTypeName = "Quote";
progress.SubOp("");
//Step 1: export the CustomFields to FormCustom if applicable so that when doing individual items we can export their custom data too //Step 1: export the CustomFields to FormCustom if applicable so that when doing individual items we can export their custom data too
var ocf = ObjectHasCustomFieldDataToExport("WorkorderItem"); var ocf = ObjectHasCustomFieldDataToExport("WorkorderItem");
bool ShouldExportCustom = ocf != null; bool ShouldExportCustom = ocf != null;
@@ -3369,7 +3369,7 @@ namespace AyaNova.PlugIn.V8
//sort by woid //sort by woid
var crit = @"<?xml version=""1.0"" encoding=""utf-16"" standalone=""yes""?> var crit = @"<?xml version=""1.0"" encoding=""utf-16"" standalone=""yes""?>
<GRIDCRITERIA> <GRIDCRITERIA>
<COLUMNITEM CM=""aWorkorderQuote.aQuotNumber"" UI=""LT_O_WorkorderQuote"" PIN=""0"" WIDTH=""92"" SORT=""ASC"" /> <COLUMNITEM CM=""aWorkorderQuote.aQuoteNumber"" UI=""LT_O_WorkorderQuote"" PIN=""0"" WIDTH=""92"" SORT=""ASC"" />
</GRIDCRITERIA>"; </GRIDCRITERIA>";
WorkorderQuoteList pl = WorkorderQuoteList.GetList(crit); WorkorderQuoteList pl = WorkorderQuoteList.GetList(crit);