Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 175888 articles
Browse latest View live

RE: VAT PAYMENTS > VAT UPDATE too slow..

$
0
0

The problem that i have now is Microsoft provided me the "fix" but they said it is only will work in RTM and not R2 or R3.

That is my problem now.


RE: How to create Batch Job in Microsoft Dynamics AX 2012 R3?

RE: How to create Batch Job in Microsoft Dynamics AX 2012 R3?

$
0
0

Thanks Vilmos,

i will try your code for insert my table.

RE: VAT PAYMENTS > VAT UPDATE too slow..

$
0
0

Good news that they at least have it available. Now you just need to upgrade it, or get them to upgrade it for you if you are paying for the ticket, since it is a product flaw and is not by design.

VAT PAYMENTS > VAT UPDATE too slow..

$
0
0

Hi guys,

I am trying to run this process and never see the end of it. Every time AOS crashes or still running for days and we had to close AX.

I tried to apply a hotfix provided by Microsoft to "speed up" this process but still have the same issue.

My first question is what can i do to enhance this process ?

The second question is why i cannot run this in a batch job ?

Thanks,

RE: How to create Batch Job in Microsoft Dynamics AX 2012 R3?

$
0
0

Hi Crispin,

this my code Run now.

public void run()

{

   PIL_RunBaseDemo         _baseDemo;

   PIL_DepositoMaster      _depositoMaster;

   try

   {

       ttsbegin;

       while select _depositoMaster

           where _depositoMaster.PIL_Started == NoYes::Yes

       {

               _baseDemo.PIL_DepositoID = _depositoMaster.PIL_DepositoID;

               _baseDemo.insert();

       }

       ttsCommit;

   }

   catch

   {

       error("Process failed");

   }

}

And then, i try re-open this class, with different Description, i try re-create this BatchJob.

first time, status 'Waiting' in batch Job form. i set every 2 minutes.

And now, status change from 'Waiting' to 'Executing', But record never insert in table PIL_RunBaseDemo.

RE: How to create Batch Job in Microsoft Dynamics AX 2012 R3?

$
0
0

Only way to find out why is to debug, or info inside the while loop.

Different sales price for one inter company line

$
0
0

Hi,

We have a scenario where company A sells 10 qty to customer C. The company A creates direct delivery for this shipment from company B. In company B now we have a inter company sales order to company A with one line for 10 qty.

Now in company B we have two batches for the item with different cost and company B wants different sales price to company A on inter company sales order.

For fist 5 items company B want to sell to company A at sales price of 100

and for last 5 company B wants to sell to company A at sales price 110

How to achieve this as there is one sales line and company B wants to add two different sales price for the sale of one sales line to inter company sales to A

Option 1 - Split original sales order in company A to two lines of 5 each which creates a new order in company B.

Any idea,


RE: Finished Goods with 2 Bill of Material

$
0
0

Hi,

If you want to use both the BOMs, why not create 1 big BOM with all the lines, and use it in Production?

Give Range to Report Parameter

$
0
0

Dear Experts,

I create report and use dynamic parameter from query

On query at AOT, on Range node, I set VendGroup value to Merchant

At Report Model on Visual Studio, I set property Dynamic Filter of MerchantList Dataset to False

 

I set Property of Parameter MerchantListQuery_VendGroup Visibility to Hidden

But the Vendor List doesn't filter by Merchant

What can I do to filter the Vendor List by Merchant on VendGroup?

Your suggestion is open

Thanks in advance

Regards,

Bintang

RE: Finished Goods with 2 Bill of Material

$
0
0

Thanks for that.

the issue is that the BOM keeps changing , today it might be 13 items while tommorow it might be 17 items.

That is why I am so consfused.

Best Regards

RE: VAT PAYMENTS > VAT UPDATE too slow..

$
0
0

Actually in Microsoft words:

"Product team already rejected a fix in 6.2 (R2) as ‘by design’"

RE: AX 7 workflow error

$
0
0

Hi André,

Yes, I copied the database from another environment.

Regards,

Report Parameter is Missing Value while Blank

$
0
0

Dear Experts,

I create report with dynamic parameter

When I choose a value, report work successfully, but when I set to blank, show that error

I just set Filter property Operator to Like, but still error

I want to show all data while I don't choose a value

Is there any property I missed? Please give me a suggestion

Thank you in advance

Best Regards,

Bintang

Is there any guidlines for API frameworks in AX7?

$
0
0

Please any help will be highly appreciated.


RE: Dynamics ax CIL Error

$
0
0

Before crashing the ax service VS debugger has started and stated that the source file missing:

Dynamics ax CIL Error

$
0
0

Hi All,

I m getting CIL error as below:

Could not find LedgerJournalizeReportController_DE.renderingCompleted in the method map. Will attempt to use X++ delegates.
Could not find LedgerJournalizeReportController_ES.renderingCompleted in the method map. Will attempt to use X++ delegates.
Could not find LedgerFiscalJournalController_IT.renderingCompleted in the method map. Will attempt to use X++ delegates.
Could not find LedgerSalesJournalReportControllerBE.renderingCompleted in the method map. Will attempt to use X++ delegates.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddDeleteRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob_AX5.processActions. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddReadRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob_AX5.processActions. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIGenerator.isProjectTableOrViewFieldValid' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.IsComputedColumn or its parameters could not be resolved during CIL generation, in class BIGenerator.isProjectTableOrViewFieldValid. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIAnalysisServicesProjectController.buildProject' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.BuildProject or its parameters could not be resolved during CIL generation, in class BIAnalysisServicesProjectController.buildProject. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIAnalysisServicesProjectController.validateProject' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.ValidateProject or its parameters could not be resolved during CIL generation, in class BIAnalysisServicesProjectController.validateProject. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIAnalysisServicesProjectController.deployAnalysisServicesProject' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.ApplyPartitionFilter or its parameters could not be resolved during CIL generation, in class BIAnalysisServicesProjectController.deployAnalysisServicesProject. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIAnalysisServicesProjectController.deployAnalysisServicesProject' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.SetAnalysisServicesProjectDatabaseName or its parameters could not be resolved during CIL generation, in class BIAnalysisServicesProjectController.deployAnalysisServicesProject. Generating the code to make a reflection call during run time.
Severe Warning: .NET type Microsoft.Dynamics.AX.Framework.Analytics.AnalysisServicesProject is not found during IL generation. 'BIAnalysisServicesProjectController.saveDeployProjectToTempLocation' will throw an exception at run time.
Information: Either the .NET instance method Microsoft.Dynamics.AX.Framework.Analytics.ProjectManager.SerializeAnalysisServicesProject or its parameters could not be resolved during CIL generation, in class BIAnalysisServicesProjectController.saveDeployProjectToTempLocation. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddRefRecord or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob.addToReadRequest. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddReadRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob.processActions. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddDeleteRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob.processActions. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddReadRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationAJob.processActions. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddDeleteRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationNJob.processNormalJob. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddReadRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationNJob.processNormalJob. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Retail.StoreConnect.Request.ISCSourceRequestHeader.AddReadRequest or its parameters could not be resolved during CIL generation, in class RetailConnReplicationPJob.processNormalJobByPull. Generating the code to make a reflection call during run time.
Warning: A breakpoint statement was encountered during CIL generation of SysWorkflowQueue.resume.
Could not find TradeDocumentReportController.renderingCompleted in the method map. Will attempt to use X++ delegates.
Finished pass 3 at 2/20/2017 6:22:36 AM
Finished creating types at 2/20/2017 6:22:55 AM
Errors: 0
Warnings: 7

Any idea about it.

Thanks

RE: Finished Goods with 2 Bill of Material

$
0
0

Both work.  You need to have one BOM specified as active for master plan but you can release an order against either.

Its difficult to give any sensible response without understanding what you are trying to do, and what problems may arise in your industry,  is this for different production lines, or the quantity to produce on a  production order, or different  processes between two sites, , or using  different raw material suppliers ,or for sub contract, or ....... how many BOMs do you have overall, how often do you switch between the two BOMs, what is the BOM complexity, is there much difference between the two BOMs, how do you want to handle the costing of inventory, which cost will sales use for a new quotation, will master planning always use the same default BOM and you change it manually,  will you batch control - will QA processes differ ? When will you make the decision for mrp to order the right components? etc

To take the previous suggestions create a master bom with the two alternative BOMS as phantom subassemblies and then delete the unwanted phantom from the Production order.

RE: Unable to remove "Reserved physical" as reservation is blank and un-editable.

$
0
0

Hi Guy,

Apologies I've been away, just the for the 2.

RE: Unable to remove "Reserved physical" as reservation is blank and un-editable.

$
0
0

Thanks for your clarification, but in some instances I'm unable to remove from reservation from via output orders.

Viewing all 175888 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>