<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Dispatch_Ticket_History_Procedure</id>
	<title>Dispatch Ticket History Procedure - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Dispatch_Ticket_History_Procedure"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Ticket_History_Procedure&amp;action=history"/>
	<updated>2026-05-15T17:59:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Dispatch_Ticket_History_Procedure&amp;diff=182&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Ticket_History_Procedure&amp;diff=182&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:49Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Dispatch_Ticket_History_Procedure&amp;diff=181&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Ticket_History_Procedure&amp;diff=181&amp;oldid=prev"/>
		<updated>2017-01-10T00:01:38Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Dispatch Ticket History Procedure (DIP_TICKETHISTORY) was implemented in Build 2.0.0.5.&lt;br /&gt;
&lt;br /&gt;
Based on inputs to the procedure, the procedure returns virtually ALL header/detail fields from ARTPTKHD/DT, ARTTCKHD/DT, and ARTSLSHD/DT tables.&lt;br /&gt;
&lt;br /&gt;
=== Sample Query ===&lt;br /&gt;
&amp;lt;PRE&amp;gt;SELECT * FROM DIP_TICKETHISTORY&lt;br /&gt;
('Y','Y','Y','Y',:BEG_DATE,:END_DATE,:BEG_CUST,:END_CUST,NULL,NULL,NULL,NULL,NULL,NULL)&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Inputs===&lt;br /&gt;
&amp;lt;center&amp;gt;Inputs ('''IN ORDER'''):&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Input Field&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| INCLUDE_CURRENT_TICKETS&lt;br /&gt;
| Y/N, null = 'N', indicates to include non-exported tickets from ARTPTKHD/DT&lt;br /&gt;
|- &lt;br /&gt;
| INCLUDE_EXPORTED_TICKETS&lt;br /&gt;
| Y/N, null = 'N', indicates to include exported tickets from ARTPTKHD/DT&lt;br /&gt;
|-&lt;br /&gt;
| INCLUDE_OFFICE_TICKETS&lt;br /&gt;
| Y/N, null = 'N', indicates to include tickets from ARTTCKHD/DT&lt;br /&gt;
|-&lt;br /&gt;
| INCLUDE_INVOICED_TICKETS&lt;br /&gt;
| Y/N, null = 'N', indicates to include invoiced tickets from ARTSLSHD/DT&lt;br /&gt;
|-&lt;br /&gt;
| BEGIN_TICKET_DATE&lt;br /&gt;
| date in MM/DD/YY format, null = '01/01/1900'&lt;br /&gt;
|-&lt;br /&gt;
| END_TICKET_DATE&lt;br /&gt;
| date in MM/DD/YY format, null = '12/31/9999'&lt;br /&gt;
|-&lt;br /&gt;
| BEGIN_CUST_NO&lt;br /&gt;
| null = first customer&lt;br /&gt;
|-&lt;br /&gt;
| END_CUST_NO&lt;br /&gt;
| null = last customer (or BEGIN_CUST_NO if BEGIN_CUST_NO is specified)&lt;br /&gt;
|-&lt;br /&gt;
| BEGIN_CUST_CLASS&lt;br /&gt;
| null = first customer class&lt;br /&gt;
|-&lt;br /&gt;
| END_CUST_CLASS&lt;br /&gt;
| null = last customer class (or BEGIN_CUST_CLASS if BEGIN_CUST_CLASS is specified) &lt;br /&gt;
|-&lt;br /&gt;
| BEGIN_PROD_CLASS&lt;br /&gt;
| null = first product class&lt;br /&gt;
|-&lt;br /&gt;
| END_CUST_CLASS&lt;br /&gt;
| null = last product class (or BEGIN_PROD_CLASS if BEGIN_PROD_CLASS is specified) &lt;br /&gt;
|-&lt;br /&gt;
| BEGIN_PLANT_NO&lt;br /&gt;
| null = first DISPATCH plant (PLANT_TYPE = 'D')&lt;br /&gt;
|-&lt;br /&gt;
| END_PLANT_NO&lt;br /&gt;
| null = last DISPATCH plant (or BEGIN_PLANT_NO if BEGIN_PLANT_NO is specified) &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Outputs===&lt;br /&gt;
Virutually every common field in ARTPTKHD/DT, ARTTCKHD/DT and ARTSLSHD/DT.  Headers &amp;amp; Detail records are joined - there is no need to join on SESSION_NO, TRANS_NO.  Records will arrive from the procedure automatically linked.&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>