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

RE: Delete Sales Order (Open Order Status)

$
0
0

Sorry for late reply,

For deleting SO from AOT, Please Ctrl+D to open AOT > Tables "SalesLines" and delete all lines of respective SO (In your case lines have already been deleted), Then Go to Tables> "SalesTable" and delete the respective SO. Make sure this SO is in "open status" and its approval status is "in draft"

Regards,

Raheel


RE: purchased request workflow review task doesn't appear

$
0
0

Please make sure the following points:

  • Have you active your new created workflow and it not has any error?
  • Have your workflow services are active in AX2012? For which Please run your Workflow Wizard and check your WF batch job is properly running?
  • Make sure your all users within this workflow have been setup with their proper relation of his/her worker?

Warm Regards,

Raheel

purchased request workflow review task doesn't appear

$
0
0

currently i am working to implement purchased request to our system.

workflow is created, and request is submitted to the work flow, but the problem is reviewing and approval tasks doesn't appear in task list to apply approval or reviewing.

regards,

Ramy Emad.

RE: Creating API endpoints from D365 for Finance and Operation

$
0
0

Thanks for your response.

Bringing the pieces together is my issue. Because no more services in ax7 and all I am seeing is the c# implementation I need the x++ aspect of this.

A brief code could help a lot thanks.

RE: Delete Sales Order (Open Order Status)

$
0
0

Hi Jsupriatna!

The "You can cancel sales order lines only if the line quantity has not been processed for delivery. The sales order SO00004879 is partially cancelled and the status is Open order." error means what sales order status not equal Cancelled. I think it's because of deleted salesLine. Try to update sales order status (SalesTable.SalesStatus) and set it as Cancelled.

RE: Creating API endpoints from D365 for Finance and Operation

$
0
0

There are examples of c sharp code to consume x++ services on GitHub, that you can easily find using your favorite search engine. Or do you need an example of x++ service? What should it do ?

RE: Consistency check - Inventory managment in x++ job

$
0
0

Yes, you can. But what do you mean under "current record"?

RE: Creating API endpoints from D365 for Finance and Operation

$
0
0

OK thanks lemme try what I learnt I will get back to you


RE: Error when trying to copy a Purchase Order

$
0
0

Hi SteveWhyte,

Trust your are fine!

I just want to ask you, are you modifying PO from Visual Studio or changing its print management?

This error seems like simple HTML Syntax error you should wrote the following code instead of you mentioned above.

<HTML><BODY><H1>301 Moved Permanently<H1><BODY><HTML>.

<HTML><BODY><H1>301 Moved Permanently</H1></BODY></HTML>.

 

Warm Regards,

Raheel

Error when trying to copy a Purchase Order

$
0
0

Hi:

I used the live environment to update the backup environment.

So far things look OK in the Text environment but we are now seeing the following error when trying to retrieve a copy of the Purchase Order.

The request failed with the error message

<HTML><BODY><H1>301 Moved Permanently<H1><BODY><HTML>.

Any idea what caused this error as I would appreciate some assistance in resolving this?

Steve

RE: Delete Sales Order (Open Order Status)

$
0
0

Thanks Raheel

How the way if deleting from the grid?

Regards,

Jsupriatna

RE: Results. Matching record for the read only data source 'EcoResProduct' does not exist

$
0
0

Some value is present in Master Table (EcoResProduct) which is not present in your excel File.Please check the Data in your excel file.

Same Error I got when importing ChartOfAccounts,Matching record for the read only data source 'ChartofAccounts' does not exist.

Issue was Chart of Accounts,value was in correct in my case(already not present in D365 Env of mine.)

Results. Matching record for the read only data source 'EcoResProduct' does not exist

$
0
0

Hello,

I'm getting error message of subject "Results. Matching record for the read only data source 'EcoResProduct' does not exist" when I try to import "Product attribute values" data entity.

What would be a solution for it?

Thanks.

RE: Delete Sales Order (Open Order Status)

$
0
0

You can do it if sales order status will be BackOrder.

RE: Consistency check - Inventory managment in x++ job


RE: Deploying customised webservice to multiple instances

$
0
0

Hi Nikolaos, I take your point. sorry for the confusion.

The application currently designed to integrate with Dynamics Ax 2012, with one out of the box AIF webservice, and one customised webservice. My question is, is there a way of deploying these services on a clients site in an automated mannor.

The reason I mentioned D365FO is my application will need to support D365FO by the end of the year, which means I need to redesign my integration layer (I mainly use stored procedures for 2012). I am have not fully understood all the integration paths of D365FO and so not come to a design decision. Obviously if there is an integration path that will work with both 2012 and D365FO then that could be attractive, which is I mentioned it.

Thanks

RE: Consistency check - Inventory managment in x++ job

$
0
0

If you want someone to help you you need to explain your problem using more than 2 words

RE: Deploying customised webservice to multiple instances

$
0
0

Custom services work in AX2012 and D365FO so it might be the best approach in this situation. But it depends on what you are integrating. Anyway custom services work with almost no additional work after upgrading your code to D365FO.

AIF document services are not there in D365FO.

You could consider using DIXF instead of AIF in AX2012, because the Data management in D365FO is built on that. Your solution will not work in both versions, but at least the conceptual level (data entities) would be the same.

Deploying customised webservice to multiple instances

$
0
0

I am developing third party software I want to integrate with Dynamics AX. I understand D365 won't allow Production access to the DB (Booooo!)

At present the best alternative looks to use a mixture of out of the box AIF web services and some custom web services.

My question is around the best \ easiest way to deploy these web services. If I have x amount of customers, setting up services manually for each one would be tedious and time consuming. Deploying via an executable setup package would be a lot easier.

Is this to deploy custom AIF webservices in this way? If not what are the options for efficient\automated deployment of the same service across different client instances. Im assuming that the Dynamics Ax AIF webservice feature has already been installed.

RE: Manufacturer Field is not showing on Report

$
0
0

Hi Shabir,

In the standard application there is no Manufacturer field on the PurchParmLine. So, you probably have some customizations here. Above mentioned coding is assuming that the manufacturer is the vendor name of the vendor used on the PO. As said above, I'm not familiar with the data model used for the COA. I tried to help you on the part where you used the InventDimId instead of the InventTransId to find the related inventory transaction.

The PurchParmLine does have a field InventTransId. So, probably you can directly try to link the InventTestCertOfAnalysisTable.InventRefTransId with PurchParmLine.InventTransId or PurchLine.InventTransId. Note that there might be multiple records in the PurchParmLine because of e.g. Confirmation, Receipt list, Invoice. In that case, the PurchLine is a better choice. Possibly you can use something like:

inventTestCertOfAnalysisTmp.mod3Manufacturer = PurchLine::findInventTransId(InventTestCertOfAnalysisTable.InventRefTransId).purchTable().vendorName();


Viewing all 175888 articles
Browse latest View live


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