<?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=PdcPurchaseInvoices.MarkAsNotExported</id>
	<title>PdcPurchaseInvoices.MarkAsNotExported - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcPurchaseInvoices.MarkAsNotExported"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcPurchaseInvoices.MarkAsNotExported&amp;action=history"/>
	<updated>2026-05-06T14:36:57Z</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=PdcPurchaseInvoices.MarkAsNotExported&amp;diff=3375&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == MarkAsNotExported(bookNo: WideString) as Boolean  == Description == This method is used in combination with Bemet Financials. If Bemet Financials is not...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcPurchaseInvoices.MarkAsNotExported&amp;diff=3375&amp;oldid=prev"/>
		<updated>2022-08-30T12:34:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == MarkAsNotExported(bookNo: WideString) as &lt;a href=&quot;/index.php?title=Boolean&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Boolean (page does not exist)&quot;&gt;Boolean&lt;/a&gt;  == Description == This method is used in combination with Bemet Financials. If Bemet Financials is not...&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;
MarkAsNotExported(bookNo: WideString) as [[Boolean]]&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This method is used in combination with Bemet Financials. If Bemet Financials is not used when calling this function it will exit the function and the result will be set to True.&lt;br /&gt;
&lt;br /&gt;
When using Bemet Financials the &amp;#039;Exported&amp;#039; checkbox for purchase invoices will be set if the purchase invoice is exported to Financials. But this could potentially block some functionality. So this function allows you to mark as purchase invoice as not exported in Bemet.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
BookNo = The number of the invoice to open in PdC (PIH_HEADER.BOOKNUMBER).&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
If Not PDC.App.PurchaseInvoices.MarkAsNotExported(BookingNo) Then&lt;br /&gt;
  SetError(&amp;quot;Unchecking export went wrong: &amp;quot; + PDC.App.LastError, SingleFileOK:=False)&lt;br /&gt;
  Exit Sub&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 June 2021 (Version 2021.4.13 onwards)&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>