HI Mahmoud,
Event viewer has same log message as infolog message.
Turn out there are changes type for some account at Main Account Form, from expense to Total Expense.
once I amend the coa used at row definition.
its solved.
thank you for your help
HI Mahmoud,
Event viewer has same log message as infolog message.
Turn out there are changes type for some account at Main Account Form, from expense to Total Expense.
once I amend the coa used at row definition.
its solved.
thank you for your help
HI Ludwig,
Turn out there are changes type for some account at Main Account Form, from expense to Total Expense.
once I amend the coa used at row definition.
its solved.
thank you for your help
If you know URL which you want to generate you can use strmt function to generate your URL . If your requirement is something different , please elaborate.
We need to generate a url with parameter like purchase order number taken from the AX form and sent to active x browser control.
I have created a custom workflow for my custom form, I am unable to select the workflow type on my form's properties. The workflow I created does not show up in the workflow type drop-down window for the form. Custom workflow category setup for Module will be Customer.
Can you suggest me how to solve this situation?
Thanks and Regards
Priyabrata Das
Dear Ludwig Reinhard,
Please find the screen of Automatic Transactions below:
Please find the screen of Ledger Calendar below: (2017 Year - status : closed)
Please find the screen of Ledger Calendar below: (2018 Year - status : open )
Please find the screen of GL Parameters:
Let me know if anything i missed !
Regards
Shobhit
Please find the error screen while changing Report Currency from USD to EUR in ax 2012 R3.
Have created the Exchange Rate for EUR and US
Have closed the last fiscal year
Also, have Set the necessary Automatic Accounts for Accounting and Reporting Currency
Have set the Penny differences in GL Parameter to 0.10
Any help ?
Thanks,
Shobhit
Hi
Good Day.
I guess, there is no status as Unapproved in AX.
Yes, we can change planned order status from Approved manually.
Status can be changed to - Unprocessed,Completed and Approved
Click on "Change status" button and Change status as required.
Hope it helps.
Dear All,
I want to ask,
we already had approved planned order.
right now those item has status unapproved again.
anyone could advice, if there are menu to reset status, or approved PO could be unapproved again each time MRP running.
I need to find out the root cause why approved planned order could have unapproved state again.
Thank you
Hi,
You can write below validation in validateWrite method.
public boolean validateWrite()
{
boolean ret;
Practice practiceFrom;
ret = super();
select firstOnly practiceFrom
where (practiceFrom.From <= this.From
&& practiceFrom.To >= this.From) ||
(practiceFrom.From <= this.To
&& practiceFrom.To >= this.To);
if(practiceFrom)
{
ret = checkFailed("Range already exists in current frame");
}
return ret;
}
Regards
Guru
Hi Shobhit,
What AX2012R3 Version do you operate?
If you are on something older than CU10, have a look at the following hotfix: KB 3082334"The transactions on voucher do not balance" error when performing company currency conversion
If you are already using CU10 or a newer Version then please check LCS for Hotfixes on " ledger reporting currency conversion". I found one that has just been released even with CU13.
Best regards,
Ludwig
Hi Pratik,
Hehe, yes thank you for your correction. its unprocessed.
could you help how to trace who the one that do the reset status.
Thank you
You have to pass the range values correctly . Please follow following link for more details
msdn.microsoft.com/.../aa893981.aspx
See Ivan's response from link below
I have created AOT query and used it into RDP. i want to filter data of the AOT query on invoice date so i created contract class and parm methods to filter data. In process report method of RDP i want to create filter on invoice date of the query but it is not working kindly check my code and tell what i am missing in my code.
AOT QUERY
Contract Class Declaration
RDP Class
in visual studio its shows like this
but unable to filter data within date range
Kindly help
Dear Ludwig
I am operating AX2012R3 kernel version 6.3.164.0 CU8.
How can i get the hotfix for my issue ?
Am i doing the process correctly?
Hello ..
I have contract class with 3 parameters , i am using controller class to pass params to ssrs report
but i have a problem with multi parameters (The wrong number of parameters are passed during object creation) in debugging
class SrsRDPCalcAttTimeController extends SrsReportRunController { SrsRDPContractCalcAttTime contract; t_TmpTotalAttendance tmp; //MonthOfYearId mn; //e_VacBlnYear yy; //HcmPersonnelNumberId_RU PersonnelNumber; t_Payroll t_payroll; } // public void new(t_Payroll _t_payroll) { t_payroll = _t_payroll; } //Modifies the contract before the dialog is shown to the user. // place the code for modifying queries before they are displayed in the dialog. protected void prePromptModifyContract() { contract = this.parmReportContract().parmRdpContract() as SrsRDPContractCalcAttTime; contract.parmMonth(t_payroll.MN); contract.parmYear(t_payroll.YY); contract.parmPersonnelNumber(t_payroll.PNo); } public static client void main(Args args) { SrsRDPCalcAttTimeController controler; controler = new SrsRDPContractCalcAttTime(args.record()); controler.parmArgs(args); controler.parmReportName(ssrsReportStr(Report31,CopyOfCopyOfPrecisionDesign1)); controler.parmShowDialog(false); //controler.parmShowReportViewerParameters(false); controler.startOperation(); }
the error displayed at (args.record());
thnaks
Hi
Good Day.
As per me , it must be viewed from production order too.
Make sure that, you have selected Production order number while creating picking list journal.
This will link picking list to production order.
I have checked in AX R3, it is working for me.
Hope it helps.
Hi,
You can download the hotfix from LCS.
fix.lcs.dynamics.com/.../Resolved;bugId=3652059&qc=5faed62ef176c70bf3eb3d35b90533a629c3ee880259a623d9b7aa979e881faf
Please install it first in a demo Environment to check if it fixes your issue. Once this is done, you can apply it to your live Environment.
Best regards,
Ludwig
Hi benjamin84
if you activate database log, you can trace changes
if not activated, you can personalize this form to add field modify by to know last modify user