Hi
I'm setting up the automatic signature in ax2012 R2 but when i print, the signature is very small line 1/2 inch wide, Even if i increase the size of the signature, it is not resizing the size when i print it.
Thanks for your help
Hi
I'm setting up the automatic signature in ax2012 R2 but when i print, the signature is very small line 1/2 inch wide, Even if i increase the size of the signature, it is not resizing the size when i print it.
Thanks for your help
Hello,
I'm interested how to move content of let's say "ApplicationSuite" package from one sandbox to another.
We miss some xml files of tables etc, in one box and would like to copy them from another.
It is not possible to copy them one by one or entire folder because of the time.
Tax exempt number was added after creating the invoice. Can you please recommend best way to handle? Any help would be appreciated.
Hi Friends,
We were trying to setup some tolerance of penny difference. But, we found out it's already working if invoice amount is less than PO, if invoice amount is greater than PO, then it's not. What is the problem? where could be the configuration/setup?
Thanks,
I've got a report that when opening it asks for these parameters to be filled in and in order to fill them in I have to click the highlighted select button. This bring me to a new menu that looks like this:
When filling up the criteria column and clicking "ok" the previous page gets filled in. So my question is if there is a way to change the way the original page works and have a drop down menu instead of going to this second page like this: .
The reason I am asking is because I'm trying to fill in the parameters automatically based on a selection from a list page. I believe due to having to click the select button, the functionality isn't working properly. Maybe I'm off base on this, but when I debug my code the correct project ID is being selected, but it just isn't being printed into the field.
hi everyone.
i capture a date trough the dialog method of a extended VendOutPaym class which i save on a varibla in the getFromdialog method also from that class. i need to send this date to a extended VendOutPaymRecord class so i created the next method:
public date datetoCollect()
{
Return datetocollect;
}
which i call for the next way:
Colledteddate = date2str(extentedvendoutpaym.CollectDate(),321,2,1,2,1,4); (i need the final result in a string)
the problem is that when i pick the value on getfromdialog the variable "CollectDate" is located on the client and when i try to return it from the new method it is located on the server so it returns 0. i tried to change the method "datetocollect" to run on client like this:
client static date datetoCollect()
{
Return datetocollect;
}
but it teel's then that 'datetocollect' hasn't been declared.
i don't have much time working with ax and i really don´t know how to proper interact between client and server here. if anyone can help me eather with what's wrong or some manual to check how ax interacts between client and server i'il be really thankful.
If you need any extra info please let me know.
Hi all,
I've got MRP running as a batch job on 2 AX partitions. One of them (let's call it Partition A) runs perfectly within 1 hour or so, the other one (let's call it Partition B) within 20 minutes or so on a good day.
Here's the problem: most of the time, the one running on Partition B seems to run forever. If we let it run, it will eventually finish after running for 18 hours and seems like it's looping on the following SQL query:
DECLARE @res int; EXEC @res = SP_GETAPPLOCK @resource = N'ReqPlanVersion:llg:MasterPlan:5637254842', @lockmode = 'update', @locktimeout = -1; SELECT @res;
Running a few minutes trace on the AOS server, it's doing the following in a loop:
In the Session Logs, it seems like it's actually finished doing the job but somehow never releases the lock in SQL.
Processing time:
I do not have extensive knowledge in MRP so still trying to troubleshoot.
Configuration:
AX 2012 R3 CU12
Batch running with 15 helpers accross 2 batch servers.
No deadlock found in SQL during the execution of the job.
Any help would be greatly appreciated.
Thanks and regards,
Kevin
Hi All,
I am trying to exporting configuration and data from (System administration > data export/import >Export ) on my VM, but unable to do this because initially system showing me more than 2 hours and after that going to not responding mode.
Hi All,
How can I convert a standard SSRS Report like Customer Account Statement (where different report is generated for each customer) into multi-threading so that individual customer's report runs in parallel. I understand multi-threading can be implemented on SysOperation service class. Can it done for such SSRS Report as well? Much appreciated if one can share code example to do this.
Thanks!
EUR | GBP | DKK | |
Amount in transaction currency | Amount | Amount in reporting currency | |
- 816,54 | - 12,67 | - 109,60 | Result from AX |
- 816,54 | - 702,95 | -6083,22 | Correct calculation |
I have setup "DKK" as triangulation currency as I have all rates for DKK
I my UK company, i receive invoices in EUR, so I would like AX to do the cross currency rate, but it seem to divide by the currency rate instead of multiplying with it
Date Rates valid in ax are:
7,45 DKK = 1 EUR
8,6539 DKK = 1 GBP
Hi,
My client wants to change the decimal place for Amount and Qty to 3. How can i do it using cusotmizaiton? Because extension doesnt allow me to change this property? any help please?
Thanks
Hello,
AX 2012 Feature Pack,
I am looking at consumed production but seem to have hit a wall when it comes to posting workers hours via time & attendance (barcode ID scanning), the hours are posted using job cards but it seems the consumed process only posts the route and picking journals to the project. The T&A hours are posted to the production order not the project.
Does anyone know if this is a setup issue or this is how the consumed method works?
Any advice is much appreciated,
Thank you,
Ian
Hi All,
I have a requirement in production like the user want to create an Item X with A, B, C and D as the Components and the Component B also has a route attached with it for the value-added service.
That is Like X will be created with the assembling process of items A, B, C, D
And B will have the process like Drilling, Polishing, and cutting.
For this i have created a item X with BOM of A,B,C and D and a route for assembling.
I have created another route with operations Drilling, Polishing, and cutting.
Now when I create the production order for X the route assembling route is included but how can i create the Route card for Item B which has the operations Drilling, Polishing, and cutting.
So that i can process the Operation of item D and finally assemble item X with all the items A, B, C and D.
Hello, everyone!
Is it possible to build two branches of one VSTS projects on one agent?
Thank you!
Hi experts,
I got a dll with two classes in inheritance relation, like below:
namespace Test
{
public class A
{
public class B
{
public string bString;
public string bMethod()
{
return bString;
}
}
}
}
when I add this dll to AX references and try to using it, class A is the only thing I can get, I can't declare B so that can't call method bMethod.
Is possible to declare class B and call method bMethod? if yes, how? Thanks for your help.
Best regards;
Daniel
Hi guys, Could you please advise how to adjust AX so that description of entry can be modified?
This is usually option in all programs like SAP, so how can I find what to tick in AX Dynamics 2012 to make this happen.
Everything gets logged somewhere anyway, right? so it won't cause any security issues from auditors perspective
Hi,
I am creating free text invoice in AX 2012 R3. Taking two different lines in one invoice. Each has a different delivery location that means different GSTIN number of customer. Posted the invoice. It is an issue with statutory requirement of creation of one invoice for one customer GSTIN location. AX is allowing single invoice for both the GSTIN. Please guide if there any update.