askulte
(Andris Skulte)
April 15, 2021, 3:42pm
1
We’re trying to streamline our shipping process by eliminating button clicks, and I’ve been asked to suppress these pop ups. I’ve suppressed the credit limit message in sales order entry by setting the cCreditLimitMessage field to “”, but I don’t see anything similar field in my Customer Shipment Entry trace (with ‘Write Response Data’ checked). I’m guessing it’s hard-coded.
How can I stop it (or at least program an automatic “yes/ok” click when it pops up?
Answer no and stop the “Is this Packing Slip ready to Ship?” confirmation after Actions>Print. Our answer is always NO.
Stop the Packslip Printed message after Actions>F5 Freight.
Answer no & stop the COD popup message on Phantom Packs. This answer is always NO.
1 Like
timshuwy
(Tim Shoemaker)
April 15, 2021, 4:45pm
2
I have sometimes been successful at eliminating popups… there is typically a call that checks something, and you can eliminate the call, or change the parameters on the call.
To figure it out, you need to run a trace and then cause the “confirmation window” to happen. Look at the trace to find the parameters and see if there is something that can be done just prior (pre processing) to the call.
askulte
(Andris Skulte)
April 15, 2021, 5:19pm
3
@timshuwy - I don’t see anything in a trace, unfortunately. To get the pop-up, I opened Customer Shipment Entry, pick and order, mass ship, ship all, then Actions > Close and Actions > Print. You don’t even need to print anything, just open and close the print window will cause the pop up.
Here’s the trace from when I click on Actions > Print, close the print window, and then click NO on the pop-up:
<tracePacket>
<businessObject>Erp.Proxy.BO.CustShipImpl</businessObject>
<methodName>GetByID</methodName>
<appServerUri>net.tcp://<MASKED>/Pilot/</appServerUri>
<returnType>Erp.Tablesets.CustShipTableset</returnType>
<localTime>4/15/2021 11:48:07:8974610 AM</localTime>
<threadID>1</threadID>
<correlationId>32c27cbc-b90f-422a-8ec7-3c0ff117111b</correlationId>
<executionTime total="88" roundTrip="60" channel="0" bpm="0" bpmDataForm="0" other="28" />
<retries>0</retries>
<parameters>
<parameter name="packNum" type="System.Int32"><![CDATA[581037]]></parameter>
<parameter name="CallContext" type="Ice.Bpm.Context.ContextDataSet">
<ContextDataSet xmlns="http://www.epicor.com/Ice/300/Bpm/Context">
<BpmData>
<SysRowID>00000000-0000-0000-0000-000000000000</SysRowID>
</BpmData>
</ContextDataSet>
</parameter>
</parameters>
<returnValues>
<returnParameter name="returnDS" type="Erp.BO.CustShipDataSet">
<CustShipDataSet xmlns="http://www.epicor.com/Ice/300/BO/CustShip/CustShip">
<ShipHead>
<Company><MASKED></Company>
<PackNum>581037</PackNum>
<ShipDate>2021-04-15T00:00:00-04:00</ShipDate>
<ShipViaCode>F01</ShipViaCode>
<ShipPerson><MASKED></ShipPerson>
<EntryPerson><MASKED></EntryPerson>
<ShipLog></ShipLog>
<LabelComment></LabelComment>
<ShipComment></ShipComment>
<Invoiced>false</Invoiced>
<ShipToNum></ShipToNum>
<ReadyToInvoice>false</ReadyToInvoice>
<CustNum>1290918</CustNum>
<Plant>MfgSys</Plant>
<TrackingNumber></TrackingNumber>
<LegalNumber>581037</LegalNumber>
<Voided>false</Voided>
<ExternalDeliveryNote>false</ExternalDeliveryNote>
<ExternalID></ExternalID>
<ICReceived>false</ICReceived>
<XRefPackNum></XRefPackNum>
<BTCustNum>1290918</BTCustNum>
<BTConNum>1</BTConNum>
<ShipStatus>CLOSED</ShipStatus>
<ShipGroup></ShipGroup>
<PkgCode></PkgCode>
<PkgClass></PkgClass>
<Weight>0.00000</Weight>
<ResDelivery>false</ResDelivery>
<SatDelivery>false</SatDelivery>
<SatPickup>false</SatPickup>
<VerbalConf>false</VerbalConf>
<Hazmat>false</Hazmat>
<DocOnly>false</DocOnly>
<RefNotes></RefNotes>
<ApplyChrg>false</ApplyChrg>
<ChrgAmount>0.000</ChrgAmount>
<COD>false</COD>
<CODFreight>false</CODFreight>
<CODCheck>false</CODCheck>
<CODAmount>0.000</CODAmount>
<GroundType></GroundType>
<NotifyFlag>false</NotifyFlag>
<NotifyEMail></NotifyEMail>
<DeclaredIns>false</DeclaredIns>
<DeclaredAmt>0.000</DeclaredAmt>
<MFTransNum></MFTransNum>
<MFCallTag></MFCallTag>
<MFPickupNum></MFPickupNum>
<MFDiscFreight>0.000</MFDiscFreight>
<MFTemplate></MFTemplate>
<MFUse3B>false</MFUse3B>
<MF3BAccount></MF3BAccount>
<MFDimWeight>0.00000</MFDimWeight>
<MFZone></MFZone>
<MFFreightAmt>0.000</MFFreightAmt>
<MFOtherAmt>0.000</MFOtherAmt>
<MFOversized>false</MFOversized>
<ServSatDelivery>false</ServSatDelivery>
<ServSatPickup>false</ServSatPickup>
<ServSignature>false</ServSignature>
<ServAlert>false</ServAlert>
<ServPOD>false</ServPOD>
<ServAOD>false</ServAOD>
<ServHomeDel>false</ServHomeDel>
<DeliveryType></DeliveryType>
<ServPhone></ServPhone>
<ServInstruct></ServInstruct>
<ServRelease>false</ServRelease>
<ServAuthNum></ServAuthNum>
<ServRef1></ServRef1>
<ServRef2></ServRef2>
<ServRef3></ServRef3>
<ServRef4></ServRef4>
<ServRef5></ServRef5>
<BOLNum>0</BOLNum>
<BOLLine>0</BOLLine>
<CommercialInvoice>false</CommercialInvoice>
<ShipExprtDeclartn>false</ShipExprtDeclartn>
<CertOfOrigin>false</CertOfOrigin>
<LetterOfInstr>false</LetterOfInstr>
<HazardousShipment>false</HazardousShipment>
<IntrntlShip>false</IntrntlShip>
<PayFlag>SHIP</PayFlag>
<PayAccount></PayAccount>
<PayBTAddress1></PayBTAddress1>
<PayBTAddress2></PayBTAddress2>
<PayBTCity></PayBTCity>
<PayBTState></PayBTState>
<PayBTZip></PayBTZip>
<PayBTCountry></PayBTCountry>
<FFAddress1></FFAddress1>
<FFAddress2></FFAddress2>
<FFCity></FFCity>
<FFState></FFState>
<FFZip></FFZip>
<FFCountry></FFCountry>
<FFContact></FFContact>
<FFCompName></FFCompName>
<FFPhoneNum></FFPhoneNum>
<ChangedBy><MASKED></ChangedBy>
<ChangeDate>2021-04-15T00:00:00-04:00</ChangeDate>
<ChangeTime>41095</ChangeTime>
<FFID></FFID>
<IndividualPackIDs>false</IndividualPackIDs>
<FFAddress3></FFAddress3>
<DeliveryConf>1</DeliveryConf>
<AddlHdlgFlag>false</AddlHdlgFlag>
<NonStdPkg>false</NonStdPkg>
<FFCountryNum>0</FFCountryNum>
<PayBTAddress3></PayBTAddress3>
<PayBTCountryNum>0</PayBTCountryNum>
<PayBTPhone></PayBTPhone>
<WayBillNbr></WayBillNbr>
<FreightedShipViaCode></FreightedShipViaCode>
<UPSQuantumView>false</UPSQuantumView>
<UPSQVShipFromName></UPSQVShipFromName>
<UPSQVMemo></UPSQVMemo>
<PkgLength>0.00000</PkgLength>
<PkgWidth>0.00000</PkgWidth>
<PkgHeight>0.00000</PkgHeight>
<EDIReady>false</EDIReady>
<PhantomPack>false</PhantomPack>
<ReplicatedFrom>0</ReplicatedFrom>
<ReplicatedStat></ReplicatedStat>
<PkgSizeUOM>FT</PkgSizeUOM>
<WeightUOM>LB</WeightUOM>
<UseOTS>false</UseOTS>
<TranDocTypeID></TranDocTypeID>
<DocumentPrinted>true</DocumentPrinted>
<OTSOrderNum>7685131</OTSOrderNum>
<TaxCalculated>false</TaxCalculated>
<CurrencyCode>USD</CurrencyCode>
<Rounding>0.00000</Rounding>
<Rpt1Rounding>0.00000</Rpt1Rounding>
<Rpt2Rounding>0.00000</Rpt2Rounding>
<Rpt3Rounding>0.00000</Rpt3Rounding>
<DocRounding>0.00000</DocRounding>
<Rpt1TotalTax>0.000</Rpt1TotalTax>
<Rpt2TotalTax>0.000</Rpt2TotalTax>
<Rpt3TotalTax>0.000</Rpt3TotalTax>
<OrderAmt>0.000</OrderAmt>
<DocOrderAmt>0.000</DocOrderAmt>
<Rpt1OrderAmt>0.000</Rpt1OrderAmt>
<Rpt2OrderAmt>0.000</Rpt2OrderAmt>
<Rpt3OrderAmt>0.000</Rpt3OrderAmt>
<TaxRegionCode>NTS</TaxRegionCode>
<TotalWHTax>0.000</TotalWHTax>
<DocTotalWHTax>0.000</DocTotalWHTax>
<Rpt1TotalWHTax>0.000</Rpt1TotalWHTax>
<Rpt2TotalWHTax>0.000</Rpt2TotalWHTax>
<Rpt3TotalWHTax>0.000</Rpt3TotalWHTax>
<TotalSATax>0.000</TotalSATax>
<DocTotalSATax>0.000</DocTotalSATax>
<Rpt1TotalSATax>0.000</Rpt1TotalSATax>
<Rpt2TotalSATax>0.000</Rpt2TotalSATax>
<Rpt3TotalSATax>0.000</Rpt3TotalSATax>
<TotalTax>0.000</TotalTax>
<DocTotalTax>0.000</DocTotalTax>
<TotalDiscount>0.000</TotalDiscount>
<Rpt1TotalDiscount>0.000</Rpt1TotalDiscount>
<Rpt2TotalDiscount>0.000</Rpt2TotalDiscount>
<Rpt3TotalDiscount>0.000</Rpt3TotalDiscount>
<DocTotalDiscount>0.000</DocTotalDiscount>
<ShipToCustNum>1290918</ShipToCustNum>
<DeviceUOM></DeviceUOM>
<ManifestSizeUOM></ManifestSizeUOM>
<ManifestWtUOM></ManifestWtUOM>
<ManifestWeight>0.00000</ManifestWeight>
<ManifestLength>0.00000</ManifestLength>
<ManifestWidth>0.00000</ManifestWidth>
<ManifestHeight>0.00000</ManifestHeight>
<RateGrpCode>CONV</RateGrpCode>
<InPrice>false</InPrice>
<PBHoldNoInv>false</PBHoldNoInv>
<ReconcileQty>0.00000</ReconcileQty>
<ScheduleNumber>Schedule Number</ScheduleNumber>
<CounterASN>0</CounterASN>
<OurBank>TDBNK</OurBank>
<ERSOrder>false</ERSOrder>
<AutoPrintReady>false</AutoPrintReady>
<ShipOvers>false</ShipOvers>
<WIPackSlipCreated>false</WIPackSlipCreated>
<SysRevID>2920182006</SysRevID>
<SysRowID>bb242c7f-8b20-479e-8d07-467171d21441</SysRowID>
<AGAuthorizationCode></AGAuthorizationCode>
<AGCarrierCUIT></AGCarrierCUIT>
<AGCOTMark>false</AGCOTMark>
<AGDocumentLetter></AGDocumentLetter>
<AGInvoicingPoint></AGInvoicingPoint>
<AGLegalNumber></AGLegalNumber>
<AGPrintingControlType></AGPrintingControlType>
<AGTrackLicense></AGTrackLicense>
<DispatchReason></DispatchReason>
<AGShippingWay></AGShippingWay>
<OurSupplierCode></OurSupplierCode>
<EDIShipToNum></EDIShipToNum>
<MXIncoterm></MXIncoterm>
<CreatedOn>2021-04-15T11:23:58.033-04:00</CreatedOn>
<DigitalSignature></DigitalSignature>
<SignedBy></SignedBy>
<DocCopyNum>0</DocCopyNum>
<CNDeclarationBill></CNDeclarationBill>
<CNSample>false</CNSample>
<CNBonded>false</CNBonded>
<AddrList><MASKED></AddrList>
<AllowChgAfterPrint>true</AllowChgAfterPrint>
<BillAddr><MASKED></BillAddr>
<BTCustID>34</BTCustID>
<BTCustomerName>Andris Testing Only Do Not Ship</BTCustomerName>
<CartonContentValue>0.000</CartonContentValue>
<CartonStageNbr></CartonStageNbr>
<ChangeDateTime>2021-04-15T11:24:55-04:00</ChangeDateTime>
<CheckOrderMessage></CheckOrderMessage>
<CreditCardMessage></CreditCardMessage>
<CreditHold>true</CreditHold>
<CtnPkgCode></CtnPkgCode>
<DisplayInPrice>false</DisplayInPrice>
<DocTaxAmt>0.000</DocTaxAmt>
<DocWithholdingTaxAmt>0.000</DocWithholdingTaxAmt>
<DoPostUpdate>false</DoPostUpdate>
<DspDigitalSignature></DspDigitalSignature>
<EnableAssignLegNum>false</EnableAssignLegNum>
<EnablePackageControl>false</EnablePackageControl>
<EnablePhantom>true</EnablePhantom>
<EnableShipped>true</EnableShipped>
<EnableTax>true</EnableTax>
<EnableTranDocType>false</EnableTranDocType>
<EnableVoidLegNum>false</EnableVoidLegNum>
<EnableWeight>true</EnableWeight>
<FromMasterPack>false</FromMasterPack>
<HasCartonLines>true</HasCartonLines>
<HasLegNumCnfg>false</HasLegNumCnfg>
<LastCartonFlag>false</LastCartonFlag>
<LegalNumberMessage></LegalNumberMessage>
<ManifestFlag>true</ManifestFlag>
<MasterpackPackNum>0</MasterpackPackNum>
<MultipleShippers>false</MultipleShippers>
<OrderDate>2021-04-15T11:48:08.113-04:00</OrderDate>
<OrderHold>false</OrderHold>
<OrderNum>0</OrderNum>
<PCID></PCID>
<PhantomCasesExist>false</PhantomCasesExist>
<PkgHeightEnable>0</PkgHeightEnable>
<PkgLenEnable>0</PkgLenEnable>
<PkgSizeUOMEnable>0</PkgSizeUOMEnable>
<PkgWidthEnable>0</PkgWidthEnable>
<PostUpdMessage></PostUpdMessage>
<QSUseBOL>false</QSUseBOL>
<QSUseCO>false</QSUseCO>
<QSUseIntl>false</QSUseIntl>
<ReadyToInvoiceChanged>false</ReadyToInvoiceChanged>
<ReplicateCount>0</ReplicateCount>
<Rpt1TaxAmt>0.000</Rpt1TaxAmt>
<Rpt2TaxAmt>0.000</Rpt2TaxAmt>
<Rpt3TaxAmt>0.000</Rpt3TaxAmt>
<SendShipment>false</SendShipment>
<ShipToNumName>Andris Testing Only Do Not Ship</ShipToNumName>
<SlipStatus>CLOSED</SlipStatus>
<StageShipped>false</StageShipped>
<StagingReq>false</StagingReq>
<StatusChgMessage></StatusChgMessage>
<TaxAmt>0.000</TaxAmt>
<AutoInvoiceMessage></AutoInvoiceMessage>
<ShipToAddressFormatted>Andris Testing Only Do Not Ship
<MASKED> RD
<MASKED> CT 06032-1029
UNITED STATES
</ShipToAddressFormatted>
<SoldToAddressFormatted>Andris Testing Only Do Not Ship
<MASKED> RD
<MASKED> CT 06032-1029
UNITED STATES
</SoldToAddressFormatted>
<BitFlag>0</BitFlag>
<AGInvoicingPointDescription></AGInvoicingPointDescription>
<CurrencyCodeCurrSymbol></CurrencyCodeCurrSymbol>
<CurrencyCodeCurrDesc>USD</CurrencyCodeCurrDesc>
<CurrencyCodeCurrencyID>USD</CurrencyCodeCurrencyID>
<CurrencyCodeDocumentDesc></CurrencyCodeDocumentDesc>
<CurrencyCodeCurrName>USD</CurrencyCodeCurrName>
<CustomerSendToFSA>false</CustomerSendToFSA>
<CustomerBTName></CustomerBTName>
<CustomerCustID>34</CustomerCustID>
<CustomerName>Andris Testing Only Do Not Ship</CustomerName>
<DeliveryTypeDescription></DeliveryTypeDescription>
<FreightedShipViaCodeDescription></FreightedShipViaCodeDescription>
<FreightedShipViaCodeWebDesc></FreightedShipViaCodeWebDesc>
<OurBankBankName>TD BANK</OurBankBankName>
<OurBankDescription>TD BANK</OurBankDescription>
<ShipToCustBTName></ShipToCustBTName>
<ShipToCustCustID>34</ShipToCustCustID>
<ShipToCustName>Andris Testing Only Do Not Ship</ShipToCustName>
<ShipViaCodeDescription>FEDEX PARCEL GROUND</ShipViaCodeDescription>
<ShipViaCodeWebDesc>FEDEX GROUND</ShipViaCodeWebDesc>
<TaxRegionDescription>NON-TAXABLE STATE</TaxRegionDescription>
<TranDocTypeDescription></TranDocTypeDescription>
<RowMod></RowMod>
</ShipHead>
<ShipDtl>
<Company><MASKED></Company>
<PackNum>581037</PackNum>
<PackLine>1</PackLine>
<OrderNum>7685131</OrderNum>
<OrderLine>1</OrderLine>
<OrderRelNum>1</OrderRelNum>
<LineType>PART</LineType>
<OurInventoryShipQty>1.0000</OurInventoryShipQty>
<OurJobShipQty>0.00000000</OurJobShipQty>
<JobNum></JobNum>
<Packages>1</Packages>
<PartNum>110402</PartNum>
<LineDesc>FLAT 2 WAY MANIFOLD</LineDesc>
<IUM>EA</IUM>
<RevisionNum></RevisionNum>
<ShipComment></ShipComment>
<ShipCmpl>false</ShipCmpl>
<WarehouseCode>IOWA</WarehouseCode>
<BinNum>DOCK</BinNum>
<UpdatedInventory>false</UpdatedInventory>
<XPartNum></XPartNum>
<XRevisionNum></XRevisionNum>
<ShpConNum>1</ShpConNum>
<TMBilling>false</TMBilling>
<Invoiced>false</Invoiced>
<WUM>LB</WUM>
<LotNum></LotNum>
<DimCode></DimCode>
<DUM></DUM>
<DimConvFactor>1.00000000</DimConvFactor>
<InvoiceComment></InvoiceComment>
<WarrantyCode></WarrantyCode>
<CustNum>1290918</CustNum>
<ShipToNum></ShipToNum>
<MaterialDuration>0</MaterialDuration>
<LaborDuration>0</LaborDuration>
<MiscDuration>0</MiscDuration>
<MaterialMod></MaterialMod>
<LaborMod></LaborMod>
<MiscMod></MiscMod>
<WarrantyComment></WarrantyComment>
<ContractNum>0</ContractNum>
<ContractCode></ContractCode>
<Onsite>false</Onsite>
<MatCovered>false</MatCovered>
<LabCovered>false</LabCovered>
<MiscCovered>false</MiscCovered>
<Plant>MfgSys</Plant>
<ReadyToInvoice>false</ReadyToInvoice>
<SellingInventoryShipQty>1.00000000</SellingInventoryShipQty>
<SellingJobShipQty>0.00000000</SellingJobShipQty>
<SellingFactor>1.00000000</SellingFactor>
<SalesUM>EA</SalesUM>
<TotalNetWeight>0.00100</TotalNetWeight>
<WIPWarehouseCode></WIPWarehouseCode>
<WIPBinNum></WIPBinNum>
<SellingFactorDirection>D</SellingFactorDirection>
<HeaderShipComment></HeaderShipComment>
<KitParentLine>0</KitParentLine>
<ChangedBy><MASKED></ChangedBy>
<ChangeDate>2021-04-15T00:00:00-04:00</ChangeDate>
<ChangeTime>41094</ChangeTime>
<InventoryShipUOM>EA</InventoryShipUOM>
<JobShipUOM>EA</JobShipUOM>
<TrackSerialNum>false</TrackSerialNum>
<JobLotNum></JobLotNum>
<BinType>Std</BinType>
<NotCompliant>false</NotCompliant>
<ComplianceMsg></ComplianceMsg>
<DiscountPercent>0.00</DiscountPercent>
<PricePerCode></PricePerCode>
<Discount>0.000</Discount>
<DocDiscount>0.000</DocDiscount>
<Rpt1Discount>0.000</Rpt1Discount>
<Rpt2Discount>0.000</Rpt2Discount>
<Rpt3Discount>0.000</Rpt3Discount>
<ExtPrice>0.000</ExtPrice>
<DocExtPrice>0.000</DocExtPrice>
<Rpt1ExtPrice>0.000</Rpt1ExtPrice>
<Rpt2ExtPrice>0.000</Rpt2ExtPrice>
<Rpt3ExtPrice>0.000</Rpt3ExtPrice>
<UnitPrice>0.00000</UnitPrice>
<DocUnitPrice>0.00000</DocUnitPrice>
<Rpt1UnitPrice>0.00000</Rpt1UnitPrice>
<Rpt2UnitPrice>0.00000</Rpt2UnitPrice>
<Rpt3UnitPrice>0.00000</Rpt3UnitPrice>
<PickedAutoAllocatedQty>1.00000000</PickedAutoAllocatedQty>
<ShipToCustNum>1290918</ShipToCustNum>
<InDiscount>0.000</InDiscount>
<DocInDiscount>0.000</DocInDiscount>
<Rpt1InDiscount>0.000</Rpt1InDiscount>
<Rpt2InDiscount>0.000</Rpt2InDiscount>
<Rpt3InDiscount>0.000</Rpt3InDiscount>
<InExtPrice>0.000</InExtPrice>
<DocInExtPrice>0.000</DocInExtPrice>
<Rpt1InExtPrice>0.000</Rpt1InExtPrice>
<Rpt2InExtPrice>0.000</Rpt2InExtPrice>
<Rpt3InExtPrice>0.000</Rpt3InExtPrice>
<InUnitPrice>0.00000</InUnitPrice>
<DocInUnitPrice>0.00000</DocInUnitPrice>
<Rpt1InUnitPrice>0.00000</Rpt1InUnitPrice>
<Rpt2InUnitPrice>0.00000</Rpt2InUnitPrice>
<Rpt3InUnitPrice>0.00000</Rpt3InUnitPrice>
<InPrice>false</InPrice>
<MFCustNum>1290918</MFCustNum>
<MFShipToNum></MFShipToNum>
<UseOTMF>false</UseOTMF>
<OTMFName></OTMFName>
<OTMFAddress1></OTMFAddress1>
<OTMFAddress2></OTMFAddress2>
<OTMFAddress3></OTMFAddress3>
<OTMFCity></OTMFCity>
<OTMFState></OTMFState>
<OTMFZIP></OTMFZIP>
<OTMFContact></OTMFContact>
<OTMFFaxNum></OTMFFaxNum>
<OTMFPhoneNum></OTMFPhoneNum>
<OTMFCountryNum>0</OTMFCountryNum>
<RenewalNbr>0</RenewalNbr>
<ShipOvers>false</ShipOvers>
<AllowedOvers>0.00000</AllowedOvers>
<AllowedUnders>0.00000</AllowedUnders>
<SysRevID>2920181852</SysRevID>
<SysRowID>9aa280a9-e0be-4606-b888-b07303971701</SysRowID>
<NotAllocatedQty>0.00000000</NotAllocatedQty>
<PCID></PCID>
<PCIDItemSeq>0</PCIDItemSeq>
<DockingStation></DockingStation>
<UseShipDtlInfo>false</UseShipDtlInfo>
<PkgCodePartNum></PkgCodePartNum>
<CustContainerPartNum></CustContainerPartNum>
<LabelType></LabelType>
<WarrantySendToFSA>false</WarrantySendToFSA>
<FSAEquipment>false</FSAEquipment>
<AttributeSetID>0</AttributeSetID>
<NumberOfPieces>0</NumberOfPieces>
<BuyToOrder>false</BuyToOrder>
<ChangeDateTime>2021-04-15T11:24:54-04:00</ChangeDateTime>
<CurrencyCode></CurrencyCode>
<DimCodeList></DimCodeList>
<DisplayInvQty>1.0000</DisplayInvQty>
<DocLineTax>0.000</DocLineTax>
<DropShip>false</DropShip>
<DtlError>false</DtlError>
<EnableInvIDBtn>false</EnableInvIDBtn>
<EnableInvSerialBtn>false</EnableInvSerialBtn>
<EnableJobFields>true</EnableJobFields>
<EnableKitIDBtn>false</EnableKitIDBtn>
<EnableMfgIDBtn>false</EnableMfgIDBtn>
<EnableMfgSerialBtn>false</EnableMfgSerialBtn>
<EnableOBInvSerialBtn>false</EnableOBInvSerialBtn>
<EnableOBMfgSerialBtn>false</EnableOBMfgSerialBtn>
<EnablePackageControl>false</EnablePackageControl>
<EnablePOSerialBtn>false</EnablePOSerialBtn>
<ExtJobNum></ExtJobNum>
<FSAInstallationCost>0</FSAInstallationCost>
<FSAInstallationOrderLine>0</FSAInstallationOrderLine>
<FSAInstallationOrderNum>0</FSAInstallationOrderNum>
<FSAInstallationRequired>false</FSAInstallationRequired>
<FSAInstallationType></FSAInstallationType>
<GetLocIDNum>false</GetLocIDNum>
<InvLegalNumber></InvLegalNumber>
<InvoiceNum>0</InvoiceNum>
<KitBackFlush>false</KitBackFlush>
<KitBinNum></KitBinNum>
<KitCompIssue>false</KitCompIssue>
<KitCompShipComplete>false</KitCompShipComplete>
<KitDescription></KitDescription>
<KitFlag></KitFlag>
<KitIUM></KitIUM>
<KitLotNum></KitLotNum>
<KitMassIssue>false</KitMassIssue>
<KitParentIssue>false</KitParentIssue>
<KitPartNum></KitPartNum>
<KitQtyFromInv>0.00000000</KitQtyFromInv>
<KitQtyFromInvEnabled>false</KitQtyFromInvEnabled>
<KitSerialTracked>false</KitSerialTracked>
<KitTrackLots>false</KitTrackLots>
<KitWarehouse></KitWarehouse>
<KitWarehouseCodeDesc></KitWarehouseCodeDesc>
<KitWhseList></KitWhseList>
<LegalNumber></LegalNumber>
<LineContentValue>0.000</LineContentValue>
<LineTax>0.000</LineTax>
<LinkMsg></LinkMsg>
<MarkForAddrList><MASKED></MarkForAddrList>
<MFCustID>34</MFCustID>
<OrderHold>false</OrderHold>
<OrderRelOurReqQty>0.00000000</OrderRelOurReqQty>
<OurJobShipIUM></OurJobShipIUM>
<OurJobShippedQty>0.00000000</OurJobShippedQty>
<OurRemainQty>9.00000000</OurRemainQty>
<OurRemainUM>EA</OurRemainUM>
<OurReqQty>10.00000000</OurReqQty>
<OurReqUM>EA</OurReqUM>
<OurShippedQty>1.0000</OurShippedQty>
<OurShippedUM>EA</OurShippedUM>
<OurStockShippedQty>0.00000000</OurStockShippedQty>
<PackSlip></PackSlip>
<PartAESExp></PartAESExp>
<PartCompany></PartCompany>
<PartECNNumber>EAR99</PartECNNumber>
<PartExpLicNumber></PartExpLicNumber>
<PartExpLicType></PartExpLicType>
<PartHazClass></PartHazClass>
<PartHazGvrnmtID></PartHazGvrnmtID>
<PartHazItem>false</PartHazItem>
<PartHazPackInstr></PartHazPackInstr>
<PartHazSub></PartHazSub>
<PartHazTechName></PartHazTechName>
<PartHTS>8481800000</PartHTS>
<PartNAFTAOrigCountry>US</PartNAFTAOrigCountry>
<PartNAFTAPref>B</PartNAFTAPref>
<PartNAFTAProd>NO(1)</PartNAFTAProd>
<PartOrigCountry></PartOrigCountry>
<PartPartNum></PartPartNum>
<PartSchedBcode>8481-80-0000</PartSchedBcode>
<PartUseHTSDesc>false</PartUseHTSDesc>
<PONum></PONum>
<ProjectID></ProjectID>
<PurPoint></PurPoint>
<RequestDate>2021-03-24T00:00:00-04:00</RequestDate>
<Rpt1LineTax>0.000</Rpt1LineTax>
<Rpt2LineTax>0.000</Rpt2LineTax>
<Rpt3LineTax>0.000</Rpt3LineTax>
<SelectedLocationIDQty>0.00000000</SelectedLocationIDQty>
<SellingRemainQty>9.0000</SellingRemainQty>
<SellingRemainUM>EA</SellingRemainUM>
<SellingReqQty>10.00000000</SellingReqQty>
<SellingReqUM>EA</SellingReqUM>
<SellingShipmentQty>1.00000000</SellingShipmentQty>
<SellingShipmentUM>EA</SellingShipmentUM>
<SellingShippedQty>1.0000</SellingShippedQty>
<SellingShippedUM>EA</SellingShippedUM>
<ShipToWarning></ShipToWarning>
<ShipViaCode></ShipViaCode>
<StockPart>true</StockPart>
<TrackID>false</TrackID>
<TranLocationIDQty>0.00000000</TranLocationIDQty>
<VendorNum>0</VendorNum>
<WhseList></WhseList>
<KitAttributeSetID>0</KitAttributeSetID>
<AttributeSetDescription></AttributeSetDescription>
<AttributeSetShortDescription></AttributeSetShortDescription>
<KitAttributeSetDescription></KitAttributeSetDescription>
<KitAttributeSetShortDescription></KitAttributeSetShortDescription>
<KitPartAttrClassID></KitPartAttrClassID>
<EnableAttributeSetSearch>false</EnableAttributeSetSearch>
<MarkForAddrFormatted>Andris Testing Only Do Not Ship
<MASKED> RD
<MASKED> CT 06032-1029
UNITED STATES
</MarkForAddrFormatted>
<InventoryNumberOfPieces>0</InventoryNumberOfPieces>
<JobNumberOfPieces>0</JobNumberOfPieces>
<DispInventoryNumberOfPieces>0</DispInventoryNumberOfPieces>
<DispJobNumberOfPieces>0</DispJobNumberOfPieces>
<BitFlag>0</BitFlag>
<BinNumDescription>DOCK DEFAULT LOCATION</BinNumDescription>
<ContractCodeContractDescription></ContractCodeContractDescription>
<CustNumSendToFSA>false</CustNumSendToFSA>
<CustNumName>Andris Testing Only Do Not Ship</CustNumName>
<CustNumCustID>34</CustNumCustID>
<CustNumBTName></CustNumBTName>
<DimensionDimCodeDescription></DimensionDimCodeDescription>
<JobNumPartDescription></JobNumPartDescription>
<LotPartLotDescription></LotPartLotDescription>
<OrderLineProdCode>LE</OrderLineProdCode>
<OrderLineLineDesc>FLAT 2 WAY MANIFOLD</OrderLineLineDesc>
<OrderNumPSCurrCode>USD</OrderNumPSCurrCode>
<OrderNumCardMemberName>Declined Test Card</OrderNumCardMemberName>
<OrderNumCurrencyCode>USD</OrderNumCurrencyCode>
<OTMFCountryDescription></OTMFCountryDescription>
<PackNumUseOTS>false</PackNumUseOTS>
<PackNumShipStatus>CLOSED</PackNumShipStatus>
<PartNumAttrClassID></PartNumAttrClassID>
<PartNumSendToFSA>false</PartNumSendToFSA>
<PartNumTrackSerialNum>false</PartNumTrackSerialNum>
<PartNumPricePerCode>E</PartNumPricePerCode>
<PartNumSellingFactor>1.00000000</PartNumSellingFactor>
<PartNumSalesUM>EA</PartNumSalesUM>
<PartNumIUM>EA</PartNumIUM>
<PartNumTrackLots>false</PartNumTrackLots>
<PartNumTrackDimension>false</PartNumTrackDimension>
<PartNumPartDescription>FLAT 2 WAY MANIFOLD</PartNumPartDescription>
<PartNumWarrantyCode></PartNumWarrantyCode>
<PartNumFSAEquipment>false</PartNumFSAEquipment>
<PartNumTrackInventoryAttributes>false</PartNumTrackInventoryAttributes>
<PlantName>COMPANY</PlantName>
<WarehouseCodeDescription>IOWA WAREHOUSE</WarehouseCodeDescription>
<WarrantyCodeSendToFSA>false</WarrantyCodeSendToFSA>
<WarrantyCodeWarrDescription></WarrantyCodeWarrDescription>
<WIPWarehouseCodeDescription></WIPWarehouseCodeDescription>
<RowMod></RowMod>
</ShipDtl>
<ShipCOO>
<Company><MASKED></Company>
<PartNum>110402</PartNum>
<OrigCountry>1</OrigCountry>
<QtyPerc>100</QtyPerc>
<ValuePerc>100</ValuePerc>
<Primary>true</Primary>
<RelatedToFile>ShipDtl</RelatedToFile>
<PackNum>581037</PackNum>
<PackLine>1</PackLine>
<SysRevID>2920181855</SysRevID>
<SysRowID>9ae4dc9c-7500-487e-b514-1ee90d4a3d6e</SysRowID>
<BitFlag>0</BitFlag>
<CountryDescription>UNITED STATES</CountryDescription>
<RowMod></RowMod>
</ShipCOO>
</CustShipDataSet>
</returnParameter>
</returnValues>
<serverTrace>
<Op Utc="2021-04-15T15:48:08.0841704Z" act="Erp:BO:CustShip/CustShipSvcContract/GetByID" correlationId="32c27cbc-b90f-422a-8ec7-3c0ff117111b" dur="45.9321" cli="<MASKED>" usr="<MASKED>" machine="<MASKED>" pid="9888" tid="89" xmlns="" />
</serverTrace>
</tracePacket>
timshuwy
(Tim Shoemaker)
April 15, 2021, 5:51pm
4
Hmmm… maybe it is not a method. instead it might be built right into the UI, which means it cannot be done with a BPM.
I did this with the “Credit Check” popup in Sales Order Entry… it was popping after every new line item, and we only wanted to see it the first time.
askulte
(Andris Skulte)
April 15, 2021, 5:54pm
5
Yup, I did too! That’s what I thought this was a gimme. Seemingly not, now… How would one intercept it in the UI?
1 Like
askulte
(Andris Skulte)
April 16, 2021, 9:36pm
6
Found a similar thread where adding a wizard on closing the print form worked, but something changed in 10.2.700, and it no longer works: Disabling Prompt "Is this Packing Slip Ready to Ship" - #9 by askulte
private void PackingSlipPrintForm_Closing(object sender, System.ComponentModel.CancelEventArgs args)
{
// Add Event Handler Code
oTrans.GetType().GetField("ReportPrinted", BindingFlags.NonPublic | BindingFlags.Instance).SetValue(oTrans, false);
}