RE: PurchReqTable -> Update new Field (Amount) on new / updated / deleted lines
Thanks for your advice - works pretty well.I thought the datesouce would be the better place.
View ArticlePurchReqTable -> Update new Field (Amount) on new / updated / deleted lines
Hey,my task is pretty simple.When a new line (PurchReqLine) is created I want to write the LineAmount to the PurchReqTable. If there are more than one Lines I need the cummulated Amount.What method at...
View ArticleRE: Why doesn't the hotfix count on LCS decrement?
Hi Derek,On the tiles there is a small information icon (i). If you click on it this icon in the tile, you can manually update the counts.You can also check if the LCSDiagnosticsCollector is scheduled...
View ArticleWhy doesn't the hotfix count on LCS decrement?
Yesterday our DEV instance of Dynamics 365 for Operations was showing 124 X++ updates pending. So I put them all in a package, downloaded it using an RDP session onto the VM and ran...
View ArticleRE: CheckBox for Filter on Form
Okay , i saw later your edited 1st comment. Now my modified method looks like:public boolean modified(){ boolean ret; ret = super(); if(ret) { AX2012FavoriteFeatures_ds.executeQuery(); }...
View ArticleCheckBox for Filter on Form
Hi ,I have used one check box control(unbound control) on form and there is two filter on form . I want if this check box control is enabled then both filter work . I have written below code to enable...
View ArticleRE: Importing product attribute values using DIXF in AX2012R2
Hi Marino,Can you please email me the tool you mentioned.Pradeepp.dynamics@gmail.comRegards,Pradeep
View ArticleImporting product attribute values using DIXF in AX2012R2
I'd like to Import product attribute values for defined products. There is no existing entity. The table structure is rather complex and I couldn't find the right base table to set up a new entity. I...
View ArticleRE: Grid value
This behavior tells me, you have your display method in the Form datasource. where the display method calculates data from the active record and shows the same for all records. Am I right?
View ArticleDutch taxreport must be send with new certificates and TLS 1.2
Hi,Normally we send our taxreport through a dll named microsoft.dynamics.digipoorservices.dll According to this article https://www.logius.nl/ondersteuning/onderhoud/vervanging-certificaten/ they will...
View ArticleRE: Fixed Asset from Purchase Order with a Project ID
Hi Bruce,Your requirement is not supported out of the box. If you use a project ID, the costs will be posted to a project, not to the fixed asset, so this is the reason why it is greyed out. If you use...
View ArticleRE: Report Parameter is Missing Value while Blank
In the Parameters node, set the AllowBlank property to 'true', and revisit the filter logic.
View ArticleRE: Finished Goods with 2 Bill of Material
Hi, All that matters is which BOM is active when you 'create' a Production order. The BOM is copied to ProdBOM at this moment. So, if you create a Production order today, you will have a ProdBOM with...
View ArticleRE: CheckBox for Filter on Form
Try this:public boolean modified(){ boolean ret; ret = super(); qbr.enabled(!this.checked()); // or maybe the other way around depending on you want to do it on checked or unchecked...
View ArticleRE: Grid value
I suspect which must be due to Link type.However, I couldn't reproduce your issue.Keep Link type "Delayed" & check.
View ArticleHow to locate a code based on a label in AX 7
Hi,In AX 2012, when trouble shoot the error, we can find out the label for the error message from Tools -> Label Editor. Once we got the label ID, then we can search the AOT to locate the code where...
View ArticleRE: How to locate a code based on a label in AX 7
We still have Label search and Cross-references in AX, have you checked that?community.dynamics.com/.../209923You can create cross-references as part of the Build:ax.help.dynamics.com/.../build-operations
View ArticleRE: Batch Number Sequence Error
Hi,It would be helpful if you provide the exact error message. Now we have to guess your error. I assume the Next field of the number sequence is not updated yet to the first new available number.
View ArticleBatch Number Sequence Error
Dear AllWe had Created Journal Batch Numbering with Format PM###### (6 Numeric Digit). Our Last Number Sequence Cross the upper limit 999999 and now system is giving error.We had tried to increase the...
View ArticleRE: How to make Sales Tax EXEMPTION still post a tax entry ?
please can you clarify one thing what is the logic behind the USE TAX checkbox
View Article