RE: Creating button to update close Quality Order destructive sample Materials
I'll recommend to debug the process which set status Pass to Quality Order and you'll understand how it works and which objects are related to this process step by step.
View ArticleHow to add custom drop down field in ProjTable
Hi Everyone,I want to add custom drop down field in projtable>report sorting tab, which will works like sorting1 , 2 , 3.after clicking on new field the lookup menu form should be open .please see...
View ArticleRE: Compatibility of SQL Server 2014 SP2 with AX 2012 R3 CU 12
Just google for Dynamics AX 2012 system requirements and you will find the official document that contains the information.
View ArticleCompatibility of SQL Server 2014 SP2 with AX 2012 R3 CU 12
Hi All,I just want to confirm SQL server 2014 SP2 compatible with Ax 2012 R3 CU12 or not ? I am also trying to findout white paper but no luck... Please help me on the same ...Regards,Piyush
View ArticleRE: I am trying to populate a form grid with a temprory table which is set as...
its a temprory table with same name ABC_TMPPurchtData i have created the same object.By the way the code is working fine now as settmp method works with inmemory type. Now there is another issue...
View ArticleRE: I am trying to populate a form grid with a temprory table which is set as...
Put the delete_from tMPPurchtData PurchTable purchTable1; PurchLine purchLine; delete_from tMPPurchtData; while select purchTable1 join purchLine where purchTable1.PurchId == purchLine.PurchId...
View ArticleRE: I am trying to populate a form grid with a temprory table which is set as...
Thnaks alot it worked.
View ArticleRE: Setting up PricePriceListService on an inbound port
I've setup the website with the location of the Web Application in IISAnd I've changed the inbound port settings so the URI is the IIS server (this is not the same for PriceDiscJournal service)....
View ArticleRE: Data Contract Inside another data contract
Hi Martin,I have tried the below code to meet the expectation but am not able to get the values from the nested contract. Please let me know how can i proceed further.Main Contract...
View ArticleData Contract Inside another data contract
Hi Team,Can you please help me in knowing the way to write a data contract inside another data contract as i want to build a custom service xml schema with sub xml elements. As per my knowledge i need...
View ArticleRE: AX installation Error
What do you mean by configuring an old database? What are you trying toto install?
View ArticleAX installation Error
Dear Experts, Please help while installation getting this error"at least one model file must be selected for installation"As i am configuring old database of my company and getting the above in image...
View ArticleRE: Setting up PricePriceListService on an inbound port
Check the URL field. If url contain "\" at the end, remove it.
View ArticlePicking List Registration
Hi,We have created a normal transfer order. It's ship transfer order option is disabled and Picking List Registration is enabled. We make many TOs daily, but only 2 TOs have got this option. Can you...
View ArticleRE: Setting up PricePriceListService on an inbound port
It didn't. It has a "/" which I removed. Still the same error :-(
View ArticleRE: Error while running Sales invoice
Hi,Is there mod3GetSalesUnitConvertTxt() method in custinvoiceTrans table ?Because its looks like you have written if(custInvoiceTrans.mod3GetSalesUnitConvertTxt()) Check table custinvoiceTrans
View ArticleRE: AX installation Error
Nikolaos Mäenpää,Please check in the above image, when i am creating new database while installation, its ok but with old database the above image error.Thanks and Regards,Shabir Ahmad
View ArticleRE: AX installation Error
What are you trying to add to the existing database? Maybe it already has all standard models installed.
View ArticleRE: What is required to process credit cards in AX?
Mircosoft Payment Service is now retired. You need a payment gateway and a merchant account. I do not recommend an 'all-in-one' for a lot of reasons, including flexibility. I would eliminate calling...
View ArticleWhat is required to process credit cards in AX?
Do I need to sign up for Mircosoft Payment Service and a provider such as CyberSource? I am not sure what all the pieces are that I need in place. We are taking sales order via email/fax/phone,...
View Article