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

RE: Dynamics AX7 import/export shared folder problem

$
0
0

Hi Sir,

Have you found a solution for this problem as I am facing same problem and can't find a solution !!

Appreciate helping me to solve it.

Thank You.


Dynamics AX7 import/export shared folder problem

$
0
0

I am using AX7 demo virtual machine, I wanted to test Data management Import / Export Tools, but when I try to use button Import or Export, applications gives error:
Data import/export framework parameters - Directory 'c:\temp\dixf' does not exist

What is weird, because directory does exist in file system:

When I go to Data import/export framework parameters and use validate button, I got an error:

 AOS service user does not have access to the shared working directory

How should I resolve this issue?

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Extension classes are classes that are adorned with the ExtensionOf attribute. The class augments the artifact that is specified in the ExtensionOf attribute.

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Thanks Rustem,

That I understand but my question is when I need actually this Extension class with ExtensionOf attribute to write code ?

Is there any specific reason?

Thanks!

RE: marked Transactions in mask "Settle open Transactions"

$
0
0

Hi Ludwig,

here are the screenshots:

first AX noticed and marked the Transactions, from which I opened the mask "settle open Transactions" last time(and then just closed the mask without removing anything):

When I step to the next Transactions, they will be  marked also(additionally to existing ones):

Best regards,

Jolyon

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Always when create an extension.

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

When you want to "add" a method (which is the topic of this thread), add state or use CoC. Again, it's all covered in documentation.

RE: And Not in AOT

$
0
0

I stand corrected!

Sorry - I promise I tried it, and again after you left your reply. But trying it now, it seems to be working.

I eat my words, aha


RE: Counting Journal error********

$
0
0

It depends on how you created the counting Journal on the first place.

When you click "New" to create a new Journal, I guess among the important steps is to specify the Basis on which dimensions you want to Count.

If you didn't specify Location here, your counting results will not be grouped by Location as well. It has nothing to do with item model Group.

RE: Buy Plan Sales Target Report Month Wise Data

$
0
0

Hi Paresh,

Please elaborate. Where do you put in the quantity? You have used many tags on this question which are confusing about the features you are using and what type of report you expect. Do you need to develop something? Are you planning to use management reporter? Are the quantities related to project postings or sales transactions?

Can't Cancel Packing Slip In Intercompany Sales Order After Upgrade CU13

$
0
0

Hi All,
I do inter-company  between (company A and company B ) with direct delivery 

Create Sales order at company A,
by direct delivery, it Creates Purchase order at company A,
by inter company, it Creates sales order at company B.

when I do packing slip from sales order
at company B an product receipt and packing slip reflected automatically at purchase order and sales order in 
company A

and when I cancel packing slip at company B   an product receipt and packing slip are Cancelled automatically in company A 
That
 before the upgrade to CU13 from RTM  
after Update, when I cancel packing slip at company B   an product receipt and packing slip are not Cancelled in company A  
any help for this problem ??? 
thanks in advance.

RE: Data Migration tool : AX 2009 to D365

$
0
0

Hi Julio,

we are also searching for the tool. Are you able to invite me to the relevant yammer group?

Sebastian

Data Migration tool : AX 2009 to D365

$
0
0

Can any one help , how can we download, the Data Migration tool :AX 2009  to D365 , unable to find any link

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Thanks Martin,

You mean to say find(), display() Or any new method correct?

Please give me more shed on this.

Thanks!

RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Please read the documentation and try for yourself. With these two methods you will learn so much more about these D365FO development fundamentals.

If you can't find answer in the documentation and your code has issues, then ask from others.

I'm saying this because you seem to be asking so many questions about things that you could find in one minute from the documentation or by experimenting.


RE: How I will call or add new method or events in Standard objects in D365FO

$
0
0

Thanks Nikoloas,

Sure,I will go through the documents or link.

I am asking because in my mind some questions are raising. I am new to D365FO

Any way, Thanks!

RE: User changes for prices setup

$
0
0

Great thanks for your quick answers !

RE: Error : DIXF service is not installed on the computer running AOS instance

$
0
0

In the Client machine in the Bin Folder, you will find 3 dll files with the text DMF in it.. Copy them to the bin Folder of the AOS.

Restart AOS, and check again.

Error : DIXF service is not installed on the computer running AOS instance

$
0
0

Hi,

While opening DIXF parameters screen, i am getting below 2 errors marked as red. Kindly help if anyone faced the same in AX 2012 R2 CU7. I installed DIXF service on integration services box (SQL). I also installed DIXF Server component on AOS box. I installed DIXF client component on end user's machine where AX client is installed.

Consume product configurator from an external client

$
0
0

Hi all

I made it working to create an small PHP/HTML/JS-Application (signalR) that creates a configuration form by the initial XML of the configurator.

The application listens for repsonses of the signal R stream and sends the requests to ax during the configuration - as far as good :)

Now the whole thing works while Iam logged in dynamics ax. Because the negotiating of signalR is calling the following URL:

https://usnconeboxax1aos.cloud.onebox.dynamics.com/ProductConfiguration/signalr/negotiate?clientProtocol=1.5&connectionData=%5B%7B%22name%22%3A%22configurator%22%7D%5D&_=1537362390683

It returns the following JSON-Object:

{"Url":"/ProductConfiguration/signalr","ConnectionToken":"C7IJ66heitNAWH6zckvloY0P2iQh9TnNSwbhACy+AODDc3FF0lrl4t927ydBF+zRNQ25eioN1960SFUk5jRVqJJDaXbr87lTsmHdrx3nfriRMFP1VI1ZMupLzOxxQAhGqUE7w+yKgX/B5N72SwItU29lwH0uZRnBJIIeZkkeH8U=","ConnectionId":"4563b566-33a4-4b3b-a773-8fad3e38497f","KeepAliveTimeout":20.0,"DisconnectTimeout":30.0,"ConnectionTimeout":110.0,"TryWebSockets":false,"ProtocolVersion":"1.5","TransportConnectTimeout":5.0,"LongPollDelay":0.0}


The ConnectionToken is used for all requests agains the configurator. The problem with this url: I only can access this url when I am logged in dynamics.

If I log out the signal R-URL does not provide a token and redirects me to the microsoft login.

The target is to have an external user have access to the configurator but not AX. Is this possible?

Can you logon https://login.microsoftonline.com without the form and just by code / curl


And is there a way to allow access to one IIS application (product configurator) but nor dynamics 365?

Thanks in advace - Alex

Viewing all 175888 articles
Browse latest View live


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