<?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=PdcApplication.GetPriceAgreement</id>
	<title>PdcApplication.GetPriceAgreement - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcApplication.GetPriceAgreement"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcApplication.GetPriceAgreement&amp;action=history"/>
	<updated>2026-05-06T15:39:33Z</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=PdcApplication.GetPriceAgreement&amp;diff=35386&amp;oldid=prev</id>
		<title>TC: Created page with &quot;== Declaration == GetPriceAgreement(strRelNr, strMatNr, strRelGroup: String; dblAmount: double; aDateTime: TDateTime; intType, intValutaID: integer) as Integer  == Description == With this function a price agreement can be determined based on the parameters equal to how Bemet determines the price agreement. It returns the ID of the price agreement.  == Notes == A combination of parameters determines the price agreement, so for example you can enter a strRelNr, strMatnr,...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcApplication.GetPriceAgreement&amp;diff=35386&amp;oldid=prev"/>
		<updated>2024-10-09T14:06:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == GetPriceAgreement(strRelNr, strMatNr, strRelGroup: String; dblAmount: double; aDateTime: TDateTime; intType, intValutaID: integer) as Integer  == Description == With this function a price agreement can be determined based on the parameters equal to how Bemet determines the price agreement. It returns the ID of the price agreement.  == Notes == A combination of parameters determines the price agreement, so for example you can enter a strRelNr, strMatnr,...&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;
GetPriceAgreement(strRelNr, strMatNr, strRelGroup: String; dblAmount: double; aDateTime: TDateTime; intType, intValutaID: integer) as Integer&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
With this function a price agreement can be determined based on the parameters equal to how Bemet determines the price agreement. It returns the ID of the price agreement.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
A combination of parameters determines the price agreement, so for example you can enter a strRelNr, strMatnr, dblAmount and aDatetime. Or just enter a strMatNr and dblAmount and aDateTime.&lt;br /&gt;
The intType determines if the price agreement is regarding a:&lt;br /&gt;
0) Trade order&lt;br /&gt;
1) calculation&lt;br /&gt;
2) internet order&lt;br /&gt;
3) service calculation&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
The example below gets the price agreement for relation &amp;#039;00010&amp;#039; for material &amp;#039;123.01&amp;#039; for a calculation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Dim priceId As Integer = PDC.App.GetPriceAgreement(&amp;quot;00010&amp;quot;, &amp;quot;123.01&amp;quot;, &amp;quot;&amp;quot;, 1, New DateTime(2024, 10, 9), 1, 0)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
2024.4.1.0&lt;/div&gt;</summary>
		<author><name>TC</name></author>
	</entry>
</feed>