Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Browsing all 175888 articles
Browse latest View live

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 Article


PurchReqTable -> 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 Article


RE: 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 Article

Why 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 Article

RE: 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 Article


Image may be NSFW.
Clik here to view.

CheckBox 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 Article

RE: 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 Article

Importing 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 Article


RE: 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 Article


Dutch 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 Article

RE: 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 Article

RE: Report Parameter is Missing Value while Blank

In the Parameters node, set the AllowBlank property to 'true', and revisit the filter logic.

View Article

RE: 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 Article


RE: 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 Article

RE: Grid value

I suspect which must be due to Link type.However, I couldn't reproduce your issue.Keep Link type "Delayed" & check.

View Article


How 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 Article

RE: 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 Article


RE: 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 Article

Batch 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 Article

RE: 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
Browsing all 175888 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>