RE: Compatibility of Visual Studio 2016 and Visual Studio 2017
Visual studio license is valid for 90 days not VHD , so you don't have to worry abt VHD. If you have any valid subscription for visual studio, you can keep using that VHD, we r doing the same thing....
View ArticleRE: Invoice account
Hi Sam , This is going to be a simple customization, as values get defaulted from invoice account, on onmodified event of invoice account, you need to override values to come from vendor X
View ArticleRE: Edit numeralsToTxt Methods in AX 2012
Hi Shehab Noureldin,It belongs to Global class, to edit it open AOT, find "Global" class there and edit numeralsToTxt method.
View ArticleUsing Oninitialized form datasource event handler .
hi,i need to make some changes to the standard form in Cash and bank management > Inquiries and reports > Checks so i created an extension of the form and added the required fields. i need to...
View ArticleRE: Report need to display only active price
Hi SriRanjani,There is a view InventItemPriceCurrentActive that you can join with InventItemPrice table to get latest prices.
View ArticleRE: Using Oninitialized form datasource event handler .
Hi Sanaa,Are you sure that your code is built properly and actually get executed? Did you try to debug it ?
View ArticleRE: Using Oninitialized form datasource event handler .
hi, yes i debugged the code. so first it hits the init method and the super in that method gets called. when super is executed, my code which i have written above gets executed. all the statements are...
View ArticleRE: Using Oninitialized form datasource event handler .
This form has 2 DS, second one is disabled as well. They are joined with outer join, so try to allow create\delete\edit for second as well.
View ArticleRE: Using Oninitialized form datasource event handler .
so then i need to copy the Oninitialized form datasource event handler for the second table and write the same code?
View ArticleRE: Using Oninitialized form datasource event handler .
Or you can write your code on initialized of the form, after super of form's init() and enable both DS there. But it does not meter, try to enable both and see it will resolve your issue.
View ArticleNot able to invoice chargeable items in Projects
Hi All,I have an issue in one of my projects. Items have been posted and showing chargeable in Posted Transactions. But it is not showing in Invoice proposals, so i am not able to invoice it. Could you...
View ArticleRE: all Banks not showing while passing the GL entry
The Bank account lookup (drop down) will only show bank accounts that have a Bank account status of Active for all transactions. If a bank account is set to Inactive for new transactions or Inactive...
View ArticlePosted Sales tax with value zero not generated when posting invoice journal
HiI have a Vat combination (Vendor - V1) and Item=I2 which gives a combination C2. The Vat % for the vat code C2 is 0.When I capture a invoice journal with vendor on 1 line and item on another line ,...
View ArticleRE: How to load data for Project Categories Table after Shared Category Table...
Say for example i have to set up in one company , I do have Shared category loaded. Now I need to load project category of may be 10 for that company.
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: Using Oninitialized form datasource event handler .
i tried doing both the methods you suggested. i wrote 2 oninitialized datasource event handlers since there are 2 datasources but that did not work.so i tried writing it on the form level oninitialized...
View ArticleRE: Edit numeralsToTxt Methods in AX 2012
Hi ievgen,Thank you for your Answer, i found it.
View ArticleCreate Outlook Appointment with signature Dynamics ax 2012
Hello Experts,how to insert image or signature in Outlook appointment body through x++ code?
View ArticleRE: How to load data for Project Categories Table after Shared Category Table...
Hi Safeer PS, If we talk about 10 company specific categories, I would suggest that you do this manually. Even if you have to do it for 5-10 companies, you might be faster setting this up manually...
View ArticleRE: Not able to invoice chargeable items in Projects
Hi workkb, Can you please check that you selected the correct categories and date ranges in the invoice propsoal form?Maybe you can share a screenprint of your invoice proposal form and the chargeable...
View Article