Thanks Palle for your reply.
Unfortunetelly this did not help.
Thanks Palle for your reply.
Unfortunetelly this did not help.
Hello,
Have tried to install ISV package from library.
It failed with this error "The specified module 'C:\Program Files\Microsoft Security Client\MpProvider' was not loaded because no valid module file was found in any module directory"
Has anyone encounter this error message? Google does not give to much info.
Thanks.
Hello sukumar,
The screenprint that you posted does not look as one from Management Reporter. Do you have some adjustments made?
In the default management reporter row definition, one can add a row with the help of the following icon that I cannot identify from your screenprint.
Can you detail where you made the screenprint from?
Best regards,
Ludwig
Hello Shan,
The profit tax is indeed a Russian feature. Do you need to set this up for a different country/region?
Best regards,
Ludwig
I saw several people reporting this error however none reported this with Quotation line deletion. I am using 2009 and the quotation header does have the Currency but not sure why we still keep getting this error. Any suggestions please?
Hi,
Does the account actually exist in your CoA and your account structures? Is it possibly suspended?
Best regards,
Ludwig
Hi,
A simple warehouse transfer does not create ledger transactions as long as the warehouses belong to the same site.
If you want to have a voucher created, you need a system modification.
Best regards,
Ludwig
Is that somehow possible not to generate financial voucher on inventory transfer journal posting while moving items from warehouse A to warehouse B (warehouse A and B belongs to the same site). If I'm correct, then it is flag Financial inventory against Warehouse on Storage dimension group responsible for it.
I've found an article describing how to replace Storage dimension for released item, but it needs inventory count down to zero and closing what is unrealistic in our scenario as we're running 24/7.
If there's no legal way how to do it, what is the risk if we'll do it illegally (unticking Financial inventory flag throught AOT). We're running AX 2012 R3 CU13. We use fixed price policy for that group of items (FIFO with Fixed receipt price flag on item model group).
Hello ,i added a edit method of Cost Center on SalesTable on the header,and i want that when the financial dimension on lines is added ,to be compare with the value of financial dimension on header? What can i do for that..and in wich method? Thank you.
Hi Ludwig,
Yes, the account exists, it is on the account structures with all values allowed and it's not suspended.
Best regards.
You should use the MultiSelectionHelper class to enumerate the selected records. Do you want to create and show the form for each selected record? That doesn't make sense. What do want to achieve?
I have a 100 customers and 100 vendors.
Now I send 100 Quotation prices for all customers and vendors.
How to identify best Quotation price in Ax..
Thanks®ards,
Jithendra
There is no method for that, assuming that you want to compare all segments of the dimension, you can simply compare the DefaultDimension field values of the SalesTable and the (Sales) line. If my assumption is wrong, please explain more.
if (SalesTable.DefaultDimension == SalesLine.DefaultDimension) { //add code here }
What about any lines? Is the currency set on the lines? If yes, somehow the currency is not getting set in the ExchRateHelper class while the getExchRate method requires is. You will have to debug it to find out what is going on.
Hi Ludwig,
thanks for a quick response. We don't need ledger transactions on inventory transfer between warehouse A and B. I tested it one more time on AX standart database and it generates ledger transactions. There're no ledger trans entries if inventory is being moved within same warehouse between locations.
As far as I understand there're no ledger transactions if storage dimension group has no flag in Financial inventory field for warehouse.
Hi !
The error occurs because the exchange rate of currency pair not exists in the AX, so it is showing that error...
Hi Heinz,
Thanks you for reply.
I placed the below code in closeOk method on my formB but it is failing to go inside first if statement i.e element.args() && element.args().caller() && element.args().caller() is FormRun . Please help me on this. Thanks in advance.
if (element.args()
&& element.args().caller()
&& element.args().caller() is FormRun)
{
if (sysFormRun::hasMethod(element.args().caller(), identifierStr("yourMethod")))
{
element.args().caller().yourMethod("Hello World");
}
}
Are Shipping templates gone from D365? I cannot seem to find them and I know they existed in AX 2012 and AX2009.
Any help is appreciated
Thanks-
Kate
That's correct . If anybody else want to add element to NumSeqModule.my extension then they have to select Model ABC. If you want it in ABC2 then its going to be new extension
Dear All,
Can you please let me know say I have created a new model "ABC" and add elements in base enum say NumSeqModule.my extension.
Here I am creating a extension because going to add new elements on standard objects.
Say for example I added new elements "Test".
My question is if anybody going to add new elements again on the object "NumSeqModule.my extension" then he should work on the same model "ABC" only then only he/she can add new elements on NumSeqModule.my extension.
If they creating a new model say "ABC2" and trying to add new elements on "NumSeqModule.my extension" then it will not allow to do they need to create a new Extension for NumSeqModule for this new model. Then only they can add new elements.
Is't correct?
Please give me more shed on this.
Thanks!