<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="https://www.schweda.net/style_feed.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:atom="http://www.w3.org/2005/Atom"	
	xmlns:dc="http://purl.org/dc/elements/1.1/" > 
<channel>
    <title>schweda.net - Blog</title>
    <link>https://www.schweda.net/</link>
    <description>schweda.net - Blog - Blog posts</description>
    <language>de-at</language>
    <copyright>Copyright 2006-2026</copyright>
    <generator>schweda.net</generator>
    <managingEditor>heinz.schweda@schweda.net (Heinz Schweda)</managingEditor>
    <webMaster>heinz.schweda@schweda.net (Heinz Schweda)</webMaster>
    <category>Blog</category>
	<atom:link href="https://www.schweda.net/blog_rss.php?bid=542" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Auftragsbestätigung per Code buchen]]></title>
<description><![CDATA[
<p>Mit Hilfe der folgenden Zeilen m&ouml;chte ich zeigen, wie man eine Auftragsbest&auml;tigung per Code buchen kann.
</p>


<p>Wer etwas mehr Kontrolle &uuml;ber die zu buchenden Daten haben m&ouml;chte, sollte sich die verf&uuml;gbaren Parameter der <em>salesFormLetter.update()</em> n&auml;her ansehen.
</p>


<pre class="pre_blog_axcode">
static void postSalesConfirmation(Args _args)
{
    SalesTable salesTable = SalesTable::find(&quot;000747&quot;);
    SalesFormLetter salesFormLetter;

    salesFormLetter = SalesFormLetter::construct(DocumentStatus::Confirmation);
    salesFormLetter.update(salesTable, systemDateGet(), SalesUpdate::All);
}
</pre>]]></description>
<category>Microsoft Dynamics AX (Axapta)</category>
<pubDate>Sun, 30 Nov 2014 12:58:00 +0100</pubDate>
<link>https://www.schweda.net/blog_ax.php?bid=542</link>
<comments>https://www.schweda.net/blog_ax.php?bid=542</comments>
<guid isPermaLink="true">https://www.schweda.net/blog_ax.php?bid=542</guid>
<author>heinz.schweda@schweda.net (Heinz Schweda)</author>
<wfw:commentRss>https://www.schweda.net/blog_ax.php?bid=542</wfw:commentRss>
</item>
<item>
<title>Kommentar von Rohit Modani</title>
<description><![CDATA[Hi, I tried using the same code for posting sales order confirmation.
The job runs successfully but I do not see the journal in CustConfirmJour.
Can you please let me know if I have to follow any additional steps.
Thank you.]]></description>
<category>Microsoft Dynamics AX (Axapta)</category>
<pubDate>Sun, 26 Jun 2022 20:03:00 +0200</pubDate>
<link>https://www.schweda.net/blog_ax.php?bid=542</link>
<guid isPermaLink="true">https://www.schweda.net/blog_ax.php?bid=542</guid>
<author>Rohit Modani</author>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heinz Schweda</dc:creator>
<wfw:commentRss>https://www.schweda.net/blog_ax.php?bid=542</wfw:commentRss>
</item>
</channel>
</rss>	
