RE: how to remove second digit after decimal from amount
Yes, i want to cut off the last decimal. 2.99expected result : 2.9Arpan
View Articlehow to remove second digit after decimal from amount
Dear All,I have one requirement as discussed with client. I have one amount fields.It's return value like 10.99 or 2.86 or 5.97But customer wants 10.9, 2.8 and 5.9They want to remove 2nd digit after...
View ArticleRE: Department,Job,Position creation process flow with example in ax 2012 r3
Hi Hareesh,You can find some basic documentation online about setting up the HRM positions. technet.microsoft.com/.../hh242239.aspx. When you read this and follow related items at the bottom of this...
View ArticleDepartment,Job,Position creation process flow with example in ax 2012 r3
i need some base information how to configure the Department,Job,Position in ax 2012 r3 CU11.Am new to HRMS module.will you able to provide the Department,Job,Position  creation process,document with...
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
I did but the most weirdest thing is that the buffer of the journal returns null in this code belowpublic void datasourceInitPost(JournalTransMap _journalTrans){Â Â super(_journalTrans);...
View ArticleRE: Exclude min/max values in master scheduling
Hi Jasper,I don't know which additional checks you are doing, but probably you could extract some data to Excel which would be able to help you in your process.
View ArticleExclude min/max values in master scheduling
Hi all,I would like to run two different master schedules over the same warehouse. One is including the forecast and min/max and without looking at the forecast and min/max values.To exclude the...
View ArticleRE: Can't release to Warehouse
Hi Wes,If the question has been answered, can you mark the answer from Guy, to have this thread set to the status 'answered'?
View ArticleCan't release to Warehouse
Hi Everyonei can't release to Warehouse for Transfer Issue , Log show unable to release to warehouseit's look wave are errors , but as i check Wave Template it's look OK. Thanks,WB
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
Are you saying that it doesn't throw the error ("Wrong argument types") anymore?What did you find about the actual type of _journalTrans?
View ArticleOverride class methods in D3FO
class myClass{int a; int b; public void assign() {a=5;b=10;} public int addValues() {return a+b;}}How to override the assign methods with above example?I want to change the values of variable in assign...
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
it still throws away the same error message .the buffer of _journaltrans returns null .I don't know why? please advise as much possible as you could.
View ArticleRE: Forms : Input Values Check (restrict input values)
thank you very much martin I have done this .. because of your help
View Articlepos receipt design
Dear ExpertsWe have a retail client who want to print the receipt from the POS on a pre printed form ,so could any one help how can i determine the paper size for the receipt, i try to find it on the...
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
The assignment can't succeed if it throws an exception. And the error message is telling you that the type of the value in _journalTrans isn't compatible with the type of inventJournalTrans. That's why...
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
how come? I haven't changed any type that relates to journal from the beginning.
View ArticleRE: Wrong argument types InventJournalFormTrans_Movement.datasourceInitPost()
so what I have to firstly look at??
View ArticleRE: how to remove second digit after decimal from amount
Did you try the roundDown function already?
View ArticleRE: how to remove second digit after decimal from amount
i tried global::rounDownDec();it's return 2.90 instead of 2.99but global::rounDown return same as it is.Arpan
View ArticleRE: Secure by Address Book setup not in AX7
Hi Tim,I haven't received a release date/version, but understood the team is working on it. Of course, no guarantees...
View Article