When is this level scheduled to no longer be supported?
AX2012 CU3
Retail SDK - split credit card transaction?
Hello,
We are using the Retail SDK for AX 2012 R2. When debugging the process of a split transaction using the provided "temporary" credit card form, it requires you to enter a credit card number for it to work correctly.
The credit card form called is in the GetCardInfoAndAmount method in the EFT.cs class. The problem here is the 3rd party software that we are using is only called in the ProcessCardPayment method where the pin pad will ask the user to swipe or enter pin pad number. It is at this point where we get the credit card information.anks!
Question:
Is there a way to get around having to enter the credit card information before the actual card swipe/pin pad entry to get the built in microsoft code to work?
thanks!
AX 2012 R2 Retail POS - manual credit card entry using pay card action?
Hello,
We want to add a "manual credit card payment" button as a payment option on the retail POS. We are using a 3rd party payment processor so we can modify the EFT service using the Retail SDK.
I cannot set the action of the button to "Pay Card" as this will follow the current process of paying using a credit card. I am not familiar with how the process gets to the EFT service so i can re-use functionality.
Any advice on how to get by this hump is greatly appreciated.
thanks!
Starting new job
Considering leaving my company and going to a new company that uses Dynamics AX.
They want me to implement role centers in Dynamics AX 2012 R2. I have 20 years of SQL experience -and 5 years of building SharePoint 2010/2013 dashboards.
How difficult will it be for me to build role centers in Dynamics 2012 R2?
Yet Another Route Updating Question
Hi all,
I have another routing question - I have a route created and applied to many parts. I would like to change an operation time for all of the parts, so I would like to make the change in the main route and have it apply to all the items.
I have tried 'Route Updating' and 'Approve' on my route, but still cannot find a way to make this general change to all of the parts affected by the route. If it helps, my Route Status is set to 'Preliminary' if that changes anything. If anyone knows of a way to do this, I would be very grateful.
Thanks,
Jeremy
When trying to import a user from AD - I'm not able to view all AD users
Hi Guys,
I'm a Newbie at AX 2012.
I'm currently running into this issue my testing environment.
I'm not able to view all users of AD; I can see some AD users.
Now, Out the application I can share a folder and assigned to every user in AD; Hence I can see the entire scope of AD.
What can I be doing wrong?
Setup:
DB - on one server
AOS - on second server
AD - on third server
Thanks,
Pedro
Business Owner
Are there programming classes available for Microsoft Dynamics 2009?
Can we park journal voucher created by POS statement in AX 2012 R2
Dear All,
Normally AX automatically posts all vouchers in GL as soon as POS statement is posted. I want to post the voucher created by POS statement manually.
Does any one have idea how to configure AX that it does not post journal vouchers of POS statement and allow processing it manually once user calculates and post POS open statement. Thanking in advance.
Adding Barcode to a Report
Hi,
I need to add a barcode to my report. Does there exists any class or method for this.
Regards,
Is anyone else having trouble with Information Source?
All day, I've continued to get the message shown below when trying to access Information Source.. My problems just started today, well after the little warning about Live Accounts experiencing issues. And if Information source is down, does anyone know an alternate website for getting some of the tools?
Price / discount agreement journal AX2012
In price /discount journal, it shows selling price of the products for Z customer , but in trade agreement (Sales& Marketing> All Customer> Sell tab> Agreement) it show empty.
It is set up issue or need amendment in coding?
Can anyone teach me the set up for this?
Please help. Thanks a lot.
RemoteApp on AX2012 on Windows Server 2012
We have recently downloaded the new Demo 'AX2012R2v3DEMO', which uses a WindowsServer 2012.
We want to create a RemoteApp to AX on this server, but this have not been possible.
To install Remoteapp, we must install the Remote Desktop Services with RD connection Broker. However when we try to do this, we get the error message, that this is not possible because "Unable to connect to the server by using Windows PowerShell remoting.".
We have tried many things, to fix the powershell issue, no luck so fare.
Any else having this problem?
AX 2012 Enterprise Portal
Hi,
I have a scenario where I am trying to create a sales order on the Enterprise Portal (AX 2012) but leads to an “Interop Exception” error. The “System Administrator” role assigned to my user id.
On the first page of Sales order after filling the required details and when clicking the standard “Save&Close”. It throws the below screenshot error. The first page of the Sales Order has a dataset EPSalesTableCreate used. Once “Save&Close” button is clicked it initializes a new page which is EPCSSCheckOut and contains the dataset “EPCSSCheckOut”. There is no customization in the Sales Order form only the standard code and objects are used.
On debugging the code it was noticed that the standard methods from the EPCSSCheckOut dataset is called at the Page_Load event in Visual studio. The statements called are shown below. The methods return a boolean value.
protected void Page_Load(object sender, EventArgs e)
{
//Calling method of X++ to method and checks Item quantity exists or not
bool priceInclTax = (bool)this.dsEPCSSCheckOut.GetDataSet().DataSetRun.AxaptaObjectAdapter.Call("pricesInclTax");
if (priceInclTax)
{
AxBoundField totalLineAmount = (AxBoundField)GetField(this.TotalsGroup.Fields, "totalLineAmount**");
totalLineAmount.Visible = false;
}
//Calling method of X++ to method and checks valid basket or not
bool isCSSGuest = (bool)this.dsEPCSSCheckOut.GetDataSet().DataSetRun.AxaptaObjectAdapter.Call("isCSSGuest");
// Hiding the form control
if (isCSSGuest)
checkOutWizard.Visible = false;
…..
…
….
}
I have tried commenting the set of code from the statement “bool priceInclTax……” till the “checkOutWizard.Visible……” the process worked and second page opened without any above “Exception Interop” error. On uncommenting the same code it again throws the error. Either commenting or uncommenting the VS code the Full CIL was generated and also the proxies where deployed multiple times.
Double Click on grid
Hi,
I am searching for a way to make AX jump from an overview grid to a detail tabpage with a doubleclick. I would overide the doubleclickMethod on the form, but I have no idea how.
Thanks.
Limitation of XDS Security policy in Ax2012.
Hi,
I have started working on data security policy in AX2012.
The requirement I have is to add the range value of XDS query dynamically.
The requirement is when user logs into AX I need to pickup the position the user is assigned to and show the workers only assigned to the position on workers form.
Hence for the XDS query I need to pass the value dynamically on the runtime.
I have tried writing the code in the init and run method of the query to default the range value, but doesn't seems to be working.
My question is does AX execute the code written in the AOT queries or the range value has to be hardcoded which means static.
Please share your thoughts.
Thanks,
Ismail.
Dimension - Customer region - area
As standard, we are going to have sales statistics based on Customer region/area. Is it right to go to General Ledger to create a new Financial Region or use/create a new field in Customer Address to do this?
Thank you for your help!
Compare DataSets
Hi,
is there any methode to compare datasets (inside one table or from different tables) avoiding thousands of while-loops?
Thanks for ideas.
default dimensions for Main account
Hi All ,
AX 2012 has the default dimensions for customer / vendor /Item / bank , but What about the default dimensions for Main account in AX 2012 ?
Could any one show the path ?
make images appear under conditions
Hi,
I need to make images (red and yellow dots) when certain conditions on a table are met. They should appear on the grid in front of the data set and on the details' tabpage for each dataset meeting the criteria (based on a table field entry).
I tried to write a methode on the table directly and catch it in a windows controll on the grid. This did not work. I tried display options in the forms datasource. No effect.
I need some more hints to try things.
Thanks.
AX2012 Stability Issue
Dear ALL,
We are doubt on AX2012's stability (R2 version).
We use to preform PO receipt invoicing, our procedure is that:
1) Go to AP -> All POs -> Pick specific PO & Edit,
2) input invoice Qty in PO Lines receive now -> invoice
3) Pick default Qty for Lines: receive now Qty -> Check details & Post
But when testing above procedures with several users, we found below problems:
i) If >2 PO Lines exist, the previous PO line receive now entry will be disappear after we jump to the next PO line
ii) When changing Invoice's default Qty for Lines from "Product receipt Qty" -> "Receive Now Qty", PO lines details could not be retrieved (No data in Match Product Receipts also)
And the only thing we are concern & confusing most is: ALL above problems are GONE after 2 days without any setting / configuration made!
We appreciate any advise on what is going on here!
Thanks!