LogisticsPostalAddress.City to str2CapitalWord
Hi,I have a class where I pass a list of customer numbers and I need to update the logisticsPostalAddress.City to str2CapitalWord. For some reason it's not updating the table. What am I doing wrong...
View ArticleRE: Inventory valuation report and cost price not producing expected result
Since we don't have access to the actual raw data, all I can do here is make a best guess from experience. But first let me suggests that an inventory recalculation will probably adjust the cost value...
View ArticleRE: Inventory valuation report and cost price not producing expected result
The fact that the activated cost was set at $2.00 is helpful to you, only in that it reduces the swing that occurs while financially negative, forcing the system to fall back on that unit cost. If...
View ArticleInventory valuation report and cost price not producing expected result
Apologies in advance if this has been asked before, but I'm a novice user and the frustration level I've reached with AX 2012 R3 is unbelievable. Can anyone point me to a good guide on how the...
View ArticleRE: Perspective not found
Is Analysis Management Objects installed on the client where you are running this wizard?Analysis Management Objects is required to use the analysis services wizard. That wizards tends to give rather...
View ArticlePerspective not found
While Analysis server project update/config/deploy/create getting below error
View ArticleRE: Online Store Payment Issues
Hello Sergey, thank you for your reply. Yes I am using the LCS Demo VM hosted in Azure.If I use the channel deployed out of the box I do get the payment frame loaded in page. However it does not allow...
View ArticleOnline Store Payment Issues
I have created a new online store in AX7 and trying to create an online order however on trying credit card payment i get the following error. Sorry, something went wrong. We were unable to obtain the...
View ArticleRE: Query service in AIF in AX 2012
Thanks Iulian.Is that fine, If CRM users are not part of AX users.Regards,Pradeep
View ArticleRE: Billing of FP projects for expenses outside of Contract Value
Yes , customer ready to pay for such expenses. for e.g. I have agreement with customer that -contract value is USD100000 and expenses customer will reimburse on actuals above the contract value. how to...
View ArticleBilling of FP projects for expenses outside of Contract Value
Hi,Does anyone know what is the best way to bill the client for expenses incurred outside of contract value?Thanks for the help!
View ArticleRE: Query service in AIF in AX 2012
Yes, you can use the query service to get filtered data from AX. The account making the request must authenticate in AX, but you can run in under a different account that your end-user.By the way, are...
View ArticleRE: Retail POS : adding new additional fields to customer search
Try modifed the stored procedure.You will recover this query, in [customerList = customerDataManager.GetCustomerList(...]check frmCustomerSearch class, GetCustomerResultList method.customerResultList...
View ArticleRetail POS : adding new additional fields to customer search
Dear All,I am a beginner for the Retail POS customization. :)I want to add two more additional fields on the Customer Search screen on the Retail POS.So far what i did was to adding the fields (ID and...
View ArticleRE: Query service in AIF in AX 2012
No Martin, I'm not aware of that. Can you share me some more information on this.Regards,Pradeep
View ArticleRE: Query service in AIF in AX 2012
Yes, you can work your way to authenticate the call.Like Martin mentioned, (I haven't used that) there is also the Connector for Dynamics.And one last option I wanted to mention, you can also try to...
View ArticleQuery service in AIF in AX 2012
Hi All,I want to return data from AX, based on the arguments passed from CRM. Can I use query service for this scenario ? Would that result any security issues, if the CRM users are not part of AX...
View ArticleRE: Unit Price on Sales Order Lines Update automatically when any data is...
Hi Scott,Have you looked at 'Trade agreement evaluation' functionality? You'll find it at A/R Parameters -> Prices. I guess you need a record here for 'Copied from sales quotation'.
View ArticleUnit Price on Sales Order Lines Update automatically when any data is changed
Unit Price on Sales Order Lines Update automatically when any data is changed. I have the Update Parameters all set to "Prompt", but the pricing updates without warning. The typical scenario is that...
View ArticleRE: LogisticsPostalAddress.City to str2CapitalWord
It worked now. Thanks for all the help.
View Article