Extension classes
Hi Friends,I have a scenario where i need to subscribe to the table events, form data source events and form control events eg: Button Clicked event. Could you please help me in knowing what is the...
View ArticleRE: The difference between amount of the Invoice and amount of the Voucher
That's confusing, alright. I have no idea where the $18.84 went.
View ArticleRE: The difference between amount of the Invoice and amount of the Voucher
if this voucher for the attached invoice, I think you need to debug this issue with a developer because voucher is balanced and different from the invoice, so I suggest creating a new invoice to check...
View ArticleThe difference between amount of the Invoice and amount of the Voucher
Hello, my precious colleagues.Invoice entered from pending vendor invoice form. However, the amount of posting invoice and amount of voucher transaction were different. This may have caused the...
View ArticleRE: Error while opening POS.
Hi Raph,The same issue I faced and it solved by comparing "services.dll" , in your case I suggest you to start new question.regards,Zeeshan Ali
View ArticleError while opening POS.
Hi,I am facing issue while opening POS, following error is loged in event viewerLSRetailPosis.POS.Program: LSRetailPosis.PosisException ---> System.NullReferenceException: Object reference not set...
View ArticleRE: New Method creation in Table
Extension class and event handler class is not same. Look at the standard documentation about extensions here . Look at the how extension classes are defined and used in above article. When you create...
View ArticleRE: Extension classes
If you want to implement events then just crate a simple class and implement your event handlers , at runtime those will get called automatically. For example if you want to implement eventhandler for...
View ArticleRE: Receive transfer order from Non-WHS warehouse to WHS warehouse
Thanks Sagar for your detailed response. The only constraint again in taking this approach is again while doing final putaway by overriding LP’s, we cannt use same LP for multiple items. Finally the...
View ArticleReceive transfer order from Non-WHS warehouse to WHS warehouse
Hi,I want to receive transfer order from non WHS warehouse to WHS warehouse. Right now the only option to do it seems to be "Transfer order item receiving" or "Transfer order line receiving". But in...
View ArticleRE: ClrErrorException when Sales order or puchase order totals is opened
Catch the exception and look at its details, such as the message and inner exceptions. Solving it isn't easy if you have no idea what kind of error it is.
View ArticleRE: Application part for data source format in Data Management
Which particular option are you looking for?
View ArticleApplication part for data source format in Data Management
Hello,can someone tell me where it is the application part for Data source format for D365?it was available in AX 2012 R3.RegardsDavid
View ArticleLink CustInvoiceLine table and TaxTrans Table
Hi There,I am Creating a report which bring Tax Amount for Free Text Invoices, but i cant find the relation in between CustInvoiceLine table and TaxTrans Table.Kindly help me to how to link the above...
View ArticleRE: Reference a data source in a view
Hi Chaitanya and Gaja,thank you for your responces. Thats good to know. I wanted to extract the one data source to copy the fields to a table variable that would contain all orig-values. Now that I...
View ArticleReference a data source in a view
Hi,I need to reference a data source in a view, how do I do that?I have a view customView. The view customView has a datasource customTable1, customTable2. I need to leverage the system function orig()...
View ArticleRE: Vendor Balance List
No when I run vendor balance list report in accounts payable module, it give me the balance of all vendors in the company but I need the vendor balance list report by business unit.
View ArticleRE: Vendor Balance List
Hi Mulat Chaklu, You would need to make use of the balanced financial dimension functionality if you want to achieve this. Here is a quick...
View ArticleRE: Bank statement import MT940 AX 2012 R3
Hi,Got this reply from Microsoft support and my error has been resolved after modifying changes in bank statement import services as mentioned below:Hello Muhammad Matloob,Greetings!! I have researched...
View Article