Tracker Blank Title 134221

HI,

If I understand, you want to reuse the "retrieve Shipments" from the Sales Order Tracker?
It is a system tracker that uses a business object instead of a BAQ.
You can see this if you enable tracing options, review the log
... below is.part of trace log from the sales order tracker, retrieve shipment...

<tracePacket>
    <businessObject>Epicor.Mfg.BO.CustShip</businessObject>
    <methodName>GetCustShipOrdTrk</methodName>
    <returnType>Epicor.Mfg.BO.CustShipOrdTrkDataSet</returnType>
    <localTime>xxxxxxxx</localTime>
    <executionTime>xxxxx</executionTime>
    <parameters>
    <parameter name='orderNum' type='int' ><![CDATA[xxxxxxx]]></parameter>
    </parameters>
</tracePacket>

Sometimes the trace log identifies all the tables/fields you need to build your own BAQ... but not always.

Also if you have access to EpicWeb, you could to download the Business Logic Tester.
I think it is a useful tool to get a feel for the business objects, how to interact with them & how they might apply in a customization.

How can do you find the BAQ for a tracker.  I want to use the sales order tracker for shipment to have  it list all sales orders. 

Sales Order does not use a BAQ but rather the same Business Object as OrderEntry with a "ReadOnly" flag.


Jose C Gomez
Software Engineer


T: 904.469.1524 mobile

Quis custodiet ipsos custodes?

On Thu, Jan 8, 2015 at 3:50 PM, esalonek@... [vantage] <vantage@yahoogroups.com> wrote:

Â
<div>
  
  
  <p></p><p>How can do you find the BAQ for a tracker.  I want to use the sales order tracker for shipment to have  it list all sales orders.  </p><p></p>

</div>
 


<div style="color:#fff;min-height:0;"></div>