RE: Best approach to insert data into AX table from SQL table
Hello Vilmos, yet the thread is well answered, but i would like you/others to comment on my below points: a) We are getting data from external system(bascially it is SQL table in another database not...
View ArticleBest approach to insert data into AX table from SQL table
Hi, what should be the best approach to insert data into AX table from SQL table( not Ax TABLE, it's outside application table) ? I would like to have your suggestions on this.
View ArticleRE: total number of days in a month
could you please tell me how can i get the current date of the selected month
View ArticleRE: Window Identity Foundation is not being Installed
Thanks to all. It is resolved by re-installing window 7, might be vinod your solution would work but it's not worked for me.@Vilmos: Your approach is perfect & i agreed wth you but here we have all...
View ArticleWindow Identity Foundation is not being Installed
Hello, I am installing AX 2012 R3 CU12 on my system(Window 7 professional). While installing client component , it gives error while validating for Window Identity Foundation(WIF) not installed. So...
View ArticleRE: Dynamics AX mobile connector "service endpoint not found" for workflow...
can you please let me know what version of Ax connector to be installed.
View ArticleDynamics AX mobile connector "service endpoint not found" for workflow email...
Hi, I am currently in the final stages of configuring workflow with email approval and am stuck near the end. I was able to successfully approve and reject documents through links provided in system...
View ArticleRE: total number of days in a month
HiPlease refer the below linkhttp://ax2012madhav.blogspot.in/2012/10/number-of-days-in-month.html Thanks,Kavitha
View ArticleRE: adding quotation amount in sales quotation report
Thank you all for your replies. the output of the report is shown below:it shows the sales person with all the quotations he generates. however, the amount of the quotation is not there and i need to...
View Articleadding quotation amount in sales quotation report
Dear AllI want to add the quotation amount in the quotation report. I am new to this and I need help step by step.thank you
View ArticleAdditional skills beneficial for developers in Dynamics 365 for operations
Hi Experts,Greetings.I worked as a x++ developer in AX 2012.Suppose to acquire new skills and I'm confused about which one I should choose first, I need your suggestions.What are the skills should...
View ArticleRE: 2012 data import
I didn't get your question cole.chen, Can you please explain more?
View ArticlePosted Sales Tax Auto report
hey i'm trying to create Auto report for Posted Sales Taxso i'm looking for these column but i didn't find them where can i found him in Autoreportthanks
View ArticleRE: total number of days in a month
today() will give today's date i need to select the current date of selected month that can be 12 of july or 7 of may so, i want to select 12 or it can b 7
View ArticleRE: total number of days in a month
i have already go through on it but no thing effective found
View ArticleRE: total number of days in a month
Hi,Please use following code/job to get number of days for a given datestatic void AXC_NoOfDays(Args _args) { date d = mkDate(12,11,2017); int FromDays, ToDays; FromDays = date2num(DateStartMth(d));...
View ArticleRE: Help Creating Print Management Settings via x++
Hi,Please refer the following link:(x++ job to export customer print management)community.dynamics.com/.../x-job-to-export-customer-print-management
View ArticleHelp Creating Print Management Settings via x++
Hi all,I need your help creating Print Management Settings dynamically with x++ (2012 R2). If you are not familiar with this feature have a look here...
View ArticleRE: Updating records using odata
Hello Justin,Using the same code, i am unable to update salesorderheader entity. It gives me the error, no resources found while selecting for update.Any suggestions?Thanks,Swetha K Desai
View Article