Cannot figure out how to add a C# method to my X++ code.
So I need to add a method to my code that validates a customer's address through a third party address validation API. AFAIK, the only way to do this is to do the service call in a C# method, and use...
View ArticleRE: Create invoice proposal form not displaying sales order line details in...
Hello Shan, What is the date the packing slip was posted?If it was posted today, try running the invoice proposal one more time tomorrow morning or change your system date time to tomorrow and try once...
View ArticleRE: Cannot figure out how to add a C# method to my X++ code.
You're almost there. :-)Deployment options are not in the form where they're looking for them; they can be found in the Properties window:
View ArticleDynamic grid and query does not refresh data
DAX Tribe,I have a need to populate a form grid from a dynamically created query.I've got the grid and the two columns showing up from BatchJob, but no data ever shows up.What am I missing?This is the...
View ArticleRE: How do i run Health check for Dynamics ax 2012 R3 ?
For SQL you should check: blogs.msdn.microsoft.com/.../top-10-issues-discovered-from-dynamics-ax-health-check
View ArticleHow do i run Health check for Dynamics ax 2012 R3 ?
Dear i want run health check for Dynamics AX 2012 R3from where do i download the SQL Scripts neededwhere do i get the proper tools for the diagnosis ?is there a step by step on how to run my health...
View ArticleRE: Dynamic grid and query does not refresh data
So, instead of using a Query, I'm using a FormBuildDataSource:private void LoadBatchJobGrid() { BatchJob batchJob; FormBuildDataSource fbds; FormGridControl grid =...
View ArticleRE: add vendor reply with only approved item with vendors
Hi Atef,This is not how the RFQ has been designed. Usually, you are in the need of some items and sends the RFQ to several vendors. Then they can provide a reply for the complete RFQ. If you need to do...
View ArticleRE: Create invoice proposal form not displaying sales order line details in...
Hi Shan,Was the sales order updated for delivery within the date range you provided on the invoice selection? The range included only two days. June 17 and 18. Probably you have to use a wider range?
View ArticleRE: Create invoice proposal form not displaying sales order line details in...
Hi Ludwig,Thanks for reply.Actually we upgraded AX 2012 R2 from CU7 to CU9.Is this issue because of CU9 upgradation?May be any code changes happened during CU9 upgradation?Please give me your...
View ArticleRE: Create invoice proposal form not displaying sales order line details in...
Hi Andre,Thanks for reply.Yes, sales order was updated for delivery with in the date range..Actually we upgraded AX 2012 R2 from CU7 to CU9.Is this issue because of CU9 upgradation?May be any code...
View ArticleRE: Delegate Cash Advance in AX 2012 R3
Hi Mekki,Delegates only exists for timesheets and Expense reports. Don't see delegates for cash advances. Why would you require delegates in cases of cash advances.
View ArticleDelegate Cash Advance in AX 2012 R3
Is there a way to delegate a cash adavce request in ax 2012 R3 in module "Travel and Expense" and to have the same menu like Travel requistion and expense report ?
View ArticleRecords deleted by delete_from
Hello,is there a way to know how many records a delete_from statement effectively deleted?Thank you
View ArticleXML encoding format
Hi,I have an issue that is, i have generated a xml file. Now when we open the xml through browser we are getting encoding as "UTF-8"(Upper case) whereas if we open the same xml using notepad++ we are...
View ArticleRE: Project Invoice Proposal not showing the lines from Sales order ax 2012...
Hi Ludwig,Nothing with dates. I tried with dates and without dates.. Nothing worked. Any other thoughts?If the lines ProjectLineProperty is Nocharge/Empty on salesLine, does it supposed to showup on...
View ArticleRE: integration with primavera
Hi,Can you describe what primavera does? Is that a planning tool? What do you want to integrate exactly? Would be great if you could spend some additional words on what you try o achieve exactly. Many...
View ArticleRE: Simple customized field
Are you sure your form field is tied to the data source and a field in it? Maybe you accidentally created an unbounded field, which of course would not be saved anywhere.
View ArticleRE: Insert into projournalprod
Dear István Orosz thanks for your response, but i didn't do this task before do if you can help me i will be thank full
View Article