RE: Error when creating product variant, Funcation...
Kunal, please if have to add a link to your blog to any thread more or less related to your blog posts, please provide something more useful than a mere link. Use a title for the link and explain how...
View ArticleError when creating product variant, Funcation...
Hi,I'm facing the below error when create a product variant in AX 2012 R3 Funcation EcoResProductNumberBuilderVarinat.validateForNumber has been incorrectly called
View ArticleRE: How to bypass creditlimit on proforma invoicing in Ax2012
Hi Carlusha99,There is only a single setting for the message type in AX2012. When starting the invoice or packing slip update, the parameter setting is defaulted, but can be changed manually.If you...
View ArticleRE: SourceDocumentLineItem object not initialized
Its all bout error with data, there should be proper record in source document header, source document line and purchase order,there is relation between source document header and purcahse order,also...
View ArticleSourceDocumentLineItem object not initialized
Hello everybody, we have an error when trying to post a PO confirmation journal. The error is " SourceDocumentLineItem object not initialized. Stack trace:...
View ArticleRE: Print Management settings in the DB
PRINTMGMTDOCINSTANCE table contains information regarding document type selected for Print Management. In this table, REFERENCEDRECID links with RECID in the CustTable to determine which ACCOUNTNUM is...
View ArticlePrint Management settings in the DB
Where would I find Print Management settings in the db? I'd like to tell which accounts are not set to receive the sales invoices by e-mail and it'd be too time consuming to go one by one and check.
View ArticleRE: IIS hosted Web service using an AX wcf service: The Target principle name...
I see that you're not disposing your service clients. To be sure that that's not the cause, please fix your code and restart the AOS.By the way, you'll make your code much simpler and more readable if...
View ArticleRE: IIS hosted Web service using an AX wcf service: The Target principle name...
The suspicious part of your code is where you change request headers. Can you remove it for testing purposes?And use CallContext when calling the message. You create a context but you never use it for...
View ArticleRE: Changing/Adding amounts or vendors in a Payment Journal
Hi JWL,Here are my two cents:1. It is possible to add an condition to have the workflow rejected when there are no settlements. This will need a small customization. The customization can also be done...
View ArticleChanging/Adding amounts or vendors in a Payment Journal
My company is working on a new Dynamics AX installation. Our installation consultant has built a workflow for invoice approval. We were very surprised to learn that we can do the following and there is...
View ArticleRE: Web Order Invoice Fail
The message doesn't say anything more than that X++ threw "some" error. That's not much information.I think you should first collect more information (using the debugger). It may help you to resolve...
View ArticleWeb Order Invoice Fail
Hi All,Hope your all doing fine today.I have a problem in generating our SO Invoice. This only happens from the SO coming from the Web but not the SO manually created in AX. We are getting this...
View ArticleRE: How to bypass creditlimit on proforma invoicing in Ax2012
you can use the customization , the easiest way is at the time of form initialization select proper option in below dropdown thru code.
View ArticleHow to bypass creditlimit on proforma invoicing in Ax2012
We have set credit limit control on sales orders.What we would like to establish:On Packing Slip: Error message and block On Invoicing: Error message and blockOn ProformaInvoicing: Warning and no...
View ArticleRE: IIS hosted Web service using an AX wcf service: The Target principle name...
I did the changes you suggested (and restarted the AOS) and it had no effect.The CallContext was a test which had no effect. Using it or using the default (by using null in the call) gives the same...
View ArticleIIS hosted Web service using an AX wcf service: The Target principle name is...
I'm a bit new to IIS hosted wcf services and I'm having some problems I can't resolve.I have a wcf web service hosted on ISS that makes a call to a custom AX service.I have tested the AX service...
View ArticleRE: Database Log - changes to security roles being audited?
Yes, I can confirm that it does nothing on R2 CU6.
View ArticleDatabase Log - changes to security roles being audited?
I'm looking for a way to audit + log changes made to any security roles within AX2012. I have successfully added/removed and logged other tables/fields, but I'm struggling to work out which table etc...
View Article