<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx</link><description>One of the easiest and fastest ways to extend the AX for Retail POS is by using the Blank Operation. Blank Operations can be assigned to buttons in your Retail POS till layout &amp;ndash; and you can deploy as many of them as you wish, which makes using them</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10406604</link><pubDate>Mon, 01 Apr 2013 00:17:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10406604</guid><dc:creator>Shane Erstad</dc:creator><description>&lt;p&gt;Kamran - this sounds like it is similar functionality that is available in the Price Check form which resides in the Dialog plug-in. &amp;nbsp;You should be able to grab code from that form. &amp;nbsp;Essentially what it does is creates a temporary transaction with the currently-selected customer and adds the item to that transaction. &amp;nbsp;This then gets run through the same price/discount/tax engine as a normal transaction.&lt;/p&gt;
&lt;p&gt;Look for the &amp;quot;checkItemPrice()&amp;quot; method in the frmPriceCheck.cs file.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10406604" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10400233</link><pubDate>Thu, 07 Mar 2013 11:40:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10400233</guid><dc:creator>Kamran</dc:creator><description>&lt;p&gt;Hi Shane,&lt;/p&gt;
&lt;p&gt;I want to create a new form to display the item information. How to get the item price. I want to enter the item is and it should display the item price taking into consideration the discount if any on the same item.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10400233" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10347923</link><pubDate>Mon, 10 Sep 2012 19:43:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10347923</guid><dc:creator>Shane Erstad</dc:creator><description>&lt;p&gt;HI Asad and Tahir,&lt;/p&gt;
&lt;p&gt;What you&amp;#39;re after is the ability to conclude the current transaction from the blank operation - I&amp;#39;m not aware of a way to do this programmatically. &amp;nbsp;The product will do this automatically at the end of operations if it determines that it is time to do so (i.e., after a payment has been made that brings the outstanding balance to zero).&lt;/p&gt;
&lt;p&gt;If you are looking to integrate to an online payment processor (I&amp;#39;m wondering if this is the same request that you have been working on with one of my colleagues from Dubai?) then this should be something that could be accomplished with a customization to the EFT plug-in. &amp;nbsp;You can find the 2009 version of the sample here: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/axsupport/archive/2012/01/14/ax-for-retail-a-better-sample-for-eft-plug-in-credit-card-processing.aspx"&gt;blogs.msdn.com/.../ax-for-retail-a-better-sample-for-eft-plug-in-credit-card-processing.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Shane&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10347923" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10347662</link><pubDate>Sun, 09 Sep 2012 20:30:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10347662</guid><dc:creator>Asad</dc:creator><description>&lt;p&gt;Hi Shane,&lt;/p&gt;
&lt;p&gt;we are customizing AxRetail POS using the blank operations. We are facing a problem in posting the current transaction on the screen through a button on our custom form. How can we post the current transaction using our own code?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10347662" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10322701</link><pubDate>Thu, 21 Jun 2012 18:23:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10322701</guid><dc:creator>Shane Erstad</dc:creator><description>&lt;p&gt;Jack,&lt;/p&gt;
&lt;p&gt;If you are talking about 2012, please see the note that I just published with respect to how to add an item to a transaction using the blank operation: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/axsupport/archive/2012/04/22/ax-for-retail-two-bug-fixes-for-the-blank-operation-sell-item.aspx"&gt;blogs.msdn.com/.../ax-for-retail-two-bug-fixes-for-the-blank-operation-sell-item.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10322701" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10322096</link><pubDate>Wed, 20 Jun 2012 08:05:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10322096</guid><dc:creator>jack</dc:creator><description>&lt;p&gt;i would create a new retailtransaction when i first hit the blankoperation button.but the postransaction was reverted next time. How can i always keep the postransation? pls help for me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10322096" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10316868</link><pubDate>Thu, 07 Jun 2012 17:48:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10316868</guid><dc:creator>Shane Erstad</dc:creator><description>&lt;p&gt;I thought that I responded to these comments... sorry &amp;#39;bout that.&lt;/p&gt;
&lt;p&gt;Antonio - I believe you are missing a reference to one of the DLLs. &amp;nbsp;In 2012 you don&amp;#39;t have to worry about that since we provide the .csproj files for you. &amp;nbsp;For 2009 it&amp;#39;s still kind of a pain to get them all correct. &amp;nbsp;If you&amp;#39;re still having problems getting the DLL compiled, please open a support case and we can help them out.&lt;/p&gt;
&lt;p&gt;Lars - you may have already found it, but there is now an article out there with the bug fixes for 2009. &amp;nbsp;See the link above.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10316868" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10294900</link><pubDate>Wed, 18 Apr 2012 11:20:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10294900</guid><dc:creator>Lars</dc:creator><description>&lt;p&gt;Hi Shane!&lt;/p&gt;
&lt;p&gt;Thank you for another excellent article regarding POS, however I&amp;#39;m intensly awaiting the bug-workarounds that you mentioned: &amp;quot;There are two bugs in these support classes which I will address in another article&amp;quot;&lt;/p&gt;
&lt;p&gt;Any idea when you will publish that?&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Lars&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10294900" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10277673</link><pubDate>Mon, 05 Mar 2012 14:04:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10277673</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;could you help me?&lt;/p&gt;
&lt;p&gt;Antonio&lt;/p&gt;
&lt;p&gt;a.chiaravalloti@avanade.com&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10277673" width="1" height="1"&gt;</description></item><item><title>re: AX for Retail: The Blank Operation Explained</title><link>http://blogs.msdn.com/b/axsupport/archive/2012/02/12/ax-for-retail-the-blank-operation-explained.aspx#10276368</link><pubDate>Fri, 02 Mar 2012 10:52:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10276368</guid><dc:creator>Antonio ach126@yahoo.it</dc:creator><description>&lt;p&gt;sorry, when I try to build this example, I have this error:&lt;/p&gt;
&lt;p&gt;Error	2	The type or namespace name &amp;#39;ApplicationFramework&amp;#39; does not exist in the namespace &amp;#39;LSRetailPosis&amp;#39; (are you missing an assembly reference?)	C:\Users\Administrator\Desktop\Retail POS Plug-ins\Retail POS Plug-ins\Services\BlankOperations\BlankOperations.cs	73	37	BlankOperations&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10276368" width="1" height="1"&gt;</description></item></channel></rss>