<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcOnline.ClockOut</id>
	<title>PdcOnline.ClockOut - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcOnline.ClockOut"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcOnline.ClockOut&amp;action=history"/>
	<updated>2026-05-06T14:37:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcOnline.ClockOut&amp;diff=2481&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == ClockOut(PersonnelNo, BadgeNo, TooEarlyReason as String) as Boolean  == Description == Returns true or false whether the Employee succesfully clocked out  ==...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcOnline.ClockOut&amp;diff=2481&amp;oldid=prev"/>
		<updated>2014-12-10T08:33:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == ClockOut(PersonnelNo, BadgeNo, TooEarlyReason as String) as Boolean  == Description == Returns true or false whether the Employee succesfully clocked out  ==...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
ClockOut(PersonnelNo, BadgeNo, TooEarlyReason as String) as Boolean&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns true or false whether the Employee succesfully clocked out&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This method executes the clockout command in the Shop floor registration &lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This code example clocks the selected employee out.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
  dim objOnline&lt;br /&gt;
&lt;br /&gt;
  set objOnline = PDC.ProductRegistration.Online&lt;br /&gt;
  if IsValid(objOnline) then&lt;br /&gt;
    if objOnline.ClockOut(&amp;quot;1074&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;WENT_HOME_EARLY&amp;quot;) then&lt;br /&gt;
      msgbox &amp;quot;Clocked Out&amp;quot;&lt;br /&gt;
    else&lt;br /&gt;
      msgbox PDC.LastError&lt;br /&gt;
    end if&lt;br /&gt;
  end if&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since 2014 (From version 4.3 onwards).&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>