RE: Accounts Receivable Parameters Automatic Settlement
First thing to check is to verify these uploaded transactions got uploaded and posted "correctly"From the customer list form, go to "Open Transaction Editing". Do your uploaded transactions show up...
View ArticleAccounts Receivable Parameters Automatic Settlement
Hi In Accounts Receivable Parameters we have selected Automatic Settlement. Unfortunately it does not appear to work with imported transactions of type GL even though we are debiting the customer with...
View ArticleRE: How to load data for Project Categories Table after Shared Category Table...
I am expecting a reply from functional experts..
View ArticleHow to load data for Project Categories Table after Shared Category Table...
Dear All,From the functional angle, how to load Project categories from excel ad in after loading Shared categores as while loading "reference Must be filled in " error occurs.. if we go to category...
View ArticleRE: How to update Item Sale Tax Group for Released products.
Thanks,What I am missing in below code after executed nothing happened.static void Jobs10(Args _args){ InventTableModule tm; ttsBegin; update_recordSet tm setting TaxItemGroupId = “VAT” where...
View ArticleRE: Cleaning up data post export of data entity
A new batch has been created to automate the collection letter process . During this process, a customized table is used to capture some of the information like invoiceid ,AccountNum,Amount etc. This...
View ArticleRE: purchase request issue
The requester' permission is already admin, but the Buying Legal Entity drop list is only have "A", Not "B"
View ArticleRE: Account number for transaction type Sales tax does not exist
Check the STC number at the time of entry. it is having blank. that's why it is showing error.
View ArticleAccount number for transaction type Sales tax does not exist
When i want to settle customer posts either through Customer collect settle open transactions or through a general journal i got the following error message."Account number for transaction type Sales...
View ArticleRE: How to update Item Sale Tax Group for Released products.
Hi,Please update your code as shown below and it updates sales tax group on all the items to VAT where moduleType is Purchase order or sales order.static void Jobs10(Args _args) { InventTableModule tm;...
View ArticleHow to update Item Sale Tax Group for Released products.
Hi Experts,I tried to update Item Sale Tax Group for Released products but I lost some data .I have 5400 Items .First I used excel to update . I selected InventTableModule table (Field...
View ArticleRE: By Default Module Opening at AX main window open's
Here it is, with a simple line of Code: blogs.msdn.microsoft.com/.../how-to-always-open-the-role-center-on-startup
View ArticleRE: By Default Module Opening at AX main window open's
Hi,Write the below code in AOT->Classes-> Application -> startupPost methodinfolog.navPane().selectedGroup(‘AccountsPayable’); //Specify your module hereBr Abbas
View ArticleRE: purchase request issue
if you assign legal entity and the operating unit as below and face the same problem, you must debug your issue with a developer
View ArticleRE: Error message: "there is not enough memory to complete this operation"...
Why not consider splitting "import" and "necessary processes after import" into 2 asynchronous steps?
View ArticleRE: Web server error when accessing AX on local VM
The path did it for me:IIS Manager -> on the left "Sites" -> AOS Service -> Manage Website -> Restart
View ArticleWeb server error when accessing AX on local VM
Dear All,Server : Windows Server 2012 R2Firewall settings OFFHyper V : Configure VM for D3FO with external switch. Internet is working fine.O365 : 1 month trail period (Create new account)Once login in...
View ArticleRE: Table properties
I suggest reading this, msdn.microsoft.com/.../aa871620.aspx where it is explained in very simple words. If you still have further questions after reading, please ask again.
View ArticleRE: Table properties
Hi ,I have checked there , and still in doubt so I asked here.Thanks!
View ArticleTable properties
Hi ,I was going through the table properties and wanted to know the use of the property "Abstract", what is the application of this property in AX2012 , where is it used as yes. Also the...
View Article