RE: Removing an address on Contact Person form
After reading through your original request and the additional information I can now understand it better.You could try to capture the logic where the contact person address is being initialized from...
View ArticleRE: Query Table Range
Hi Sohaib, I was able to create a query that uses the (currentCompany()) in the table range. I then used the query in a view. For some reason, when I switch from one company to another, the view...
View ArticleRE: VAT statement export to *.xml or *.csv file
With the UK country-specific License configuration feature you get the VAT100 report as part of the VAT Payments periodic process. Maybe that is what you are looking for? It is using the TaxReport...
View ArticleVAT statement export to *.xml or *.csv file
Dear allCould you please help me how and where is possible to export VAT statement (based on VAT payment) to *.xml or *.csv file for UK and FRA legislation in AX2012R3? I am not able to find Sales tax...
View ArticleJust in time delivery
Hi,We have large parts like cartons and foam which we can order within a day from the factory where they keep stock for us. The purchase orders are in the system but we get notification messages to...
View ArticleHow to exclude Registered quantity from available physical inventory
AX 2012 R2 - Purchase orderStatusReceipt::Registered– Receipt of the quantity on the transactions has been registered. The quantity is now part of the physical inventory and can be consumed by an...
View ArticleRE: Query Table Range
If I make a change to the query it updates compiles and view works.
View ArticleQuery Table Range
I am working with a table LedgerEntryJournal that does not have company (dataareaid) information. I am joining with LedgerJournalTable that has company information. When joining these tables I need...
View ArticleRE: Task recordings 'lock' certain fields in AX
Thanks Andre. Apparently, this behavior is part of the 'On-rails' feature in task recorder. (https://ax.help.dynamics.com/en/wiki/task-recorder-in-ax7/). My user must have used a combination of...
View ArticleTask recordings 'lock' certain fields in AX
I've noticed in some task recordings that during playback, task recorder seems to lock certain fields, preventing selection of a value in that field. In particular, a TR showing how to create a Value...
View ArticleRE: Removing an address on Contact Person form
Thank you, that is a good idea. However it won't help with the existing ones. When a new address is created on the contact, it does make it separate from the customer address, it's just the initial...
View ArticleRemoving an address on Contact Person form
Hello,We go the Customer, then click create a new Contact Person and automatically the primary address of the customer is now the primary address of the contact. That is good in most cases. However,...
View ArticleRE: AX 2012 R3 CU11 upgrade: Empty grid showing #1387 >MSG_PRESENCE
Installing (either after the fact or during the initial install) kernel version 6.3.4000.2855 (from https://fix.lcs.dynamics.com/Issue/Resolved?kb=3196770) fixes the problem as well.
View ArticleAX 2012 R3 CU11 upgrade: Empty grid showing #1387 >MSG_PRESENCE
Hi All,After upgrading AX 2012 R3 to CU 11 , it is observed that wherever empty grid or grid with no records present, it shows #1387 >MSG_PRESENCE text. Does any one face the same issue?
View ArticlePayroll AX 2012 R3- Centralized payroll payments
Hi all,This is regarding a requirement of one of my customers. The customer wants to centralize the payroll payments to employees of multiple legal entities using one bank account which is the bank...
View ArticleRE: How to get Invoice Address from CustCustomerService
Here's the solution:MyCustCustomerService.AxdEntity_CustTable _CustCustTable = custResp.CustTable.First(); foreach (var dirParty in _CustCustTable.DirParty[0].DirPartyPostalAddressView) { if...
View ArticleHow to get Invoice Address from CustCustomerService
I was able to get Delivery address with the service like so with c#: MyCustCustomerService.EntityKey[] readCustKeys = new MyCustCustomerService.EntityKey[1]; readCustKeys[0] = new...
View ArticleRE: AX 7 Azure developer environment cannot access
Hi Samuel,You have to verify the credentials on the LCS hosted environment page. The password is different per deployment. If the password noted on LCS is not working, someone might have changed it in...
View ArticleAX 7 Azure developer environment cannot access
Hi all,I have deployed 0 build instance and 1 developer instance FOR AX 7 in Azure and the deployment is successful.After deployment, I can access AX7 through the browser but cannot access the...
View ArticleRE: Prevention of Paying Vendor without Invoicing Customer
Hi cvandy23,This is not possible using sales orders and purchase orders. In the project management module there is an option called 'Pay when paid'. Possibly you can have a look at this feature.More...
View Article