Forum Post: RE: Delegates x++ interop .NET
AX 7 supports working with tasks, but there still no support for delegates (in usual sense) in X++ (not mentioning lambda functions), therefore you have to pass name of a static method (and its class)...
View ArticleForum Post: RE: Compile with many AOS Servers
If you use the recommended procedure, i.e. modelstore deployment, you don't need any compilation at all in production environment. People usually prefer that their production environments don't waste...
View ArticleForum Post: RE: WorkFlow E-Mail Notification Issue
Yes, I have 3 AOS in live and only one in DEV
View ArticleForum Post: RE: file encryption and decryption in AX 2012
If you prefer closed-source code (that you can't review), you are free to buy one of commercial libraries for encryption. Unfortunately I didn't get what you mean by "we are revealing the sensitive...
View ArticleForum Post: AX crash when personalize a production view
Ax crash with personalize the production columns in the system So the only way to get rid of that is to clear usage data, the question is can we only clear this now custom view instead of losing all...
View ArticleBlog Post: Mobile App Marketing: What You Should Know
Let’s say you’ve just developed what you believe to be the world’s most amazing mobile app. You believe it’s going to be the next Uber or Airbnb. You’re going to become a millionaire – no, a...
View ArticleForum Post: RE: How to create password protected pdf thru AX
Anuj, your question about unzipping and decryption a file doesn't belong to this thread, which is about printing reports to password-protected PDF files. Please continue in the thread you've created...
View ArticleForum Post: RE: negative open balance because of retrospective movement...
Hi Andre, Thank you for your response. Yes, it's an accident, a human error. Is there any way to change this standard behavior? Best Regards, Ken
View ArticleForum Post: RE: Error in Views and Few classes
These are the 16 errors which I am getting. When I restore the particular classes n views it will go from compiler console. Again when I compile it will come.
View ArticleForum Post: RE: Unable to save workflow
Creating new wf, while saving im getting that error/info.
View ArticleForum Post: Expression for Amount in SSRS Report
Hi, Please help me. i have output report like this : i want, if Amount = 0, the record not show in my report. if i use expression for visibility, i get output like this : But, i want output report like...
View ArticleForum Post: Error in Number Sequence
Hi, When I open new form to create new vendor, I am getting error as: " Default scope cannot be implicitly determined by the number sequence framework for the given datatype. Please provide scope...
View ArticleBlog Post: AX7 T&A: Flex time profile setup
Flex time is added before and after the clock in and clock out. Flex within work hours (after clock in and before clock out) is regarded as “Flex -” and flex outside work hours (before clock in and...
View ArticleForum Post: AX 2012 R3 CU 10
Is there anyway to get CU10 for AX 2012 R3 if one does not have access to the partner's site. I need it for self education purpose. Thanks
View ArticleForum Post: Error: SysDictTable object not initialised while posting PO AX...
Hi, When a user tries to invoice a purchase order, the user is facing the issue as the below error is getting popped up. Error Details: SysDictTable object not initialised. Stack trace (S)\Data...
View ArticleForum Post: Table buffer is null on report display method
Hi All, In the report init() method getting the table buffer values based on some conditions. When i try to print the values in display method() , here the table buffer is showing null . Ex : init() {...
View ArticleForum Post: LedgerJournalTrans_AccountNum for LedgerTransStatement Report
Hello Experts - I have a requirement to display LedgerJournalTrans_AccountNum for LedgerTransStatement Report. Please help me to get this LedgerJournalTrans_AccountNum... Thanks Faqru Shaik
View ArticleForum Post: RE: Unable to insert into a utcDateTime column due to Time Zone Id
Hello, I have tried this sample but getting the below mentioned error. Could you please help me how to solve this. static void Job14(Args _args) { TestTable testTable; SalesTable salesTable;...
View ArticleForum Post: RE: How to Split Picking Work!!!!!..
Hello Fatih, Thanks for reply. Yes, I did tick the "Allow split" option in location directive lines. still I do not have option to split the quantity while picking. I a using CU9. Regards, Manjunath G L
View ArticleForum Post: RE: How to Split Picking Work!!!!!..
Hi vinit, Thanks for the solution, this is what i am using currently and it is working fine for me. I am ok with splitting of work as well. Regards, Manjunath G L
View Article