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

RE: Project Accounting - Product receipt - project Statement - Consumption

$
0
0

Hello Kim,

What you describe is all ok.

However, is the item a stocked item or a 'service' item? Can you check this from the item setup and the way how your inventory model group is configured?

Can you also verify whether the $10000 can be identified in the project statement in the WIP tab. You mentioned that you posted the transactions to a BS account. That is why I would expect seeing the values there.

About the project quotation:

The workflow often goes to the project or sales manager to review and approve the quotation. So, that is correct.

Best regards,

Ludwig


RE: Retail is not creating .rpf files for a specific store and only for upload sessions

$
0
0

just saw this error in the event log on pos :

Unable to communicate with server for upload. Please check username/password, server and database connections. Error Details: System.ServiceModel.CommunicationException: The maximum retry count has been exceeded with no response from the remote endpoint. The reliable session was faulted. This is often an indication that the remote endpoint is no longer available. ---> System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (1048576) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException: The maximum message size quota for incoming messages (1048576) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
   --- End of inner exception stack trace ---
   at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
   at System.ServiceModel.Channels.ClientReliableChannelBinder`1.RequestAsyncResult.End(IAsyncResult result)
   at System.ServiceModel.Channels.ReliableBinderRequestAsyncResult.EndOperation(IAsyncResult result)
   at System.ServiceModel.Channels.ReliableOutputAsyncResult.OperationCallback(IAsyncResult result)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.ReliableRequestSessionChannel.SyncRequest.WaitForReply(TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.Dynamics.Retail.SynchClient.Core.UploadServiceReference.IUploadService.GetUploadJobs(String dataStoreName)
   at Microsoft.Dynamics.Retail.SynchClient.Core.UploadAgent.Execute()System.ServiceModel.CommunicationException: The maximum retry count has been exceeded with no response from the remote endpoint. The reliable session was faulted. This is often an indication that the remote endpoint is no longer available. ---> System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (1048576) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException: The maximum message size quota for incoming messages (1048576) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
   --- End of inner exception stack trace ---
   at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
   at System.ServiceModel.Channels.ClientReliableChannelBinder`1.RequestAsyncResult.End(IAsyncResult result)
   at System.ServiceModel.Channels.ReliableBinderRequestAsyncResult.EndOperation(IAsyncResult result)
   at System.ServiceModel.Channels.ReliableOutputAsyncResult.OperationCallback(IAsyncResult result)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.ServiceModel.Channels.ReliableRequestSessionChannel.SyncRequest.WaitForReply(TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.Dynamics.Retail.SynchClient.Core.UploadServiceReference.IUploadService.GetUploadJobs(String dataStoreName)
   at Microsoft.Dynamics.Retail.SynchClient.Core.UploadAgent.Execute()

RE: Editing in Posted Bank Reconciliation

$
0
0

Hi,

I have tried this reversal process but it does not work

docs.microsoft.com/.../reverse-a-posted-check

Generally we cannot reverse the reconciled transactions,but i can handle scenarios like

I have done closing of my bank account in september 25th and do the reconcilation , but the statement which i received from bank is on 10 th Oct having entry of bank account closing on 25th september so now i want to edit the reconcilation posted in sept. month and capture this entry .how i will handle this?

Editing in Posted Bank Reconciliation

$
0
0

Hi ,

Can we edit posted reconciled transactions? If no then how we can handle changes in reconciled transactions

For example we have reconciled the transactions of sept.

In oct due to some reason..we need to show one posting in previous month.how to handle this?

Thanks in advance

Pallavi

Can we transfer the material from Advance warehouse to Non advance warehouse

$
0
0

Hi,'

Can we transfer the material from Advance warehouse to Non advance warehouse ,if yes how we can do this?

Thanks in advance

Pallavi

What is the impact on existing inventory when we enable Advance warehouse management

$
0
0

Hi,

When we enable advance warehouse management in system,how we handle the existing inventory?

Thanks in advance 

Pallavi

RE: Convert Amount(Money) to string

$
0
0

Hi Guys,

to do this dynamically, here is a solution:

System.Double netDouble;

anytype r1 = 1.125;

str s1;

netDouble = Global::real2double(r1);

s1 = netDouble.ToString();

info(strFmt("%1",s1));

Convert Amount(Money) to string

$
0
0

How do I convert Amount/Money type into string. I am trying to convert Invoice.Amount to string.


RE: Missing Customer Address fields when create new customer on POS

Missing Customer Address fields when create new customer on POS

$
0
0

Hello,

There are many missing customer address fields when create new customer on POS.

RE: Copying all Data & Customization between servers

Copying all Data & Customization between servers

$
0
0

Hi everyone. 

Trying to copy all data & customization from live server to the test. 

I restored the database and now copying the application files. 

My understanding of the extensions are here http://www.artofcreation.be/2009/10/27/application-file-extensions/

Is it enough to copy the data files under extension .aod for the data to be imported to the test server? Will I lose any data or customization made to the system if I copy only these files? 

Request your support at the earliest. 

RE: cannot see foreign trade tab in the released product

$
0
0

Hi

For which country have you setup your company? Have you checked it in a ms contest system for Europe such as Deng?

Best regards

Ludwig

RE: cannot see foreign trade tab in the released product

$
0
0

legal entities for Gulf Zone like United arab emirates ..etc

RE: Vendor Items Discount or Cash Back after invoicing.

$
0
0

Hi Ludwing,

Thank you for your reply.

This is electronic business so after invoicing the PO we can get vendor discount as below:

1) 1st Scenario: The vendor can give us a discount on the renaming quantity still not sold for any reason so we want to reduce the cost for only selected quantity either on selected PO or on my hand stock level.

2) 2nd Scenario: The Vendor give as cash back on sales on selected period so same is required as 1st Scenario we want to reduce the cost for only selected quantity either on selected PO or on my hand stock level.

Hope it is more clear now

Thank you


Vendor Items Discount or Cash Back after invoicing.

$
0
0

Hello,

In Electronics Business, after invoicing the PO, Vendors can make a Discount for specific quantity for items still not sold or cash back for a period of time that will reduce the item cost, how to apply this on Ax.

Thank you.

RE: Filter financial dimension based on previous selected dimension value

$
0
0

HI Andre,I got your point. But from Account structure we can filter only on GL or we can filter financial dimension on any form ? Like Purchase requisitions ?

Filter financial dimension based on previous selected dimension value

$
0
0

Hi Experts,

I need to filter the dimension values, FOR EXAMPLE: If i select department, respective teams and then competitions should come in drop down.

Looking for a quick and best solution to achieve this. 

RE: cannot see foreign trade tab in the released product

cannot see foreign trade tab in the released product

$
0
0

Guys 

we are using Dynamics 365 for Finance and Operations

VERSION INFORMATION
Installed product version: Microsoft Dynamics 365 for Finance and Operations (8.1)
Installed platform version: Update20 (7.0.5030.35333)

and Licences key for foreign trade  enabled in license configuration 

but I cannot see foreign trade tab in the released product 

also, i cannot see the foreign trade parameter form in the system 

Viewing all 175888 articles
Browse latest View live


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