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

Sequence numbers

$
0
0

Hi, I create a sequence number for payrol human resorces module after that I dellete all related sequence I made,  a few minutes after that I try to create a new sequence number but Dynamics show me the error "You can not format the numerical sequence "example" in the area "human resorces "of data to "extended name" " and finally I can't create any new sequence number.

Thank you.


AX 2012 Deleted Sales Orders

$
0
0

I've had some sales orders that have been deleted and we're trying to figure out how to view them (or some version of them).  I've tried going to Sales & Marketing > Inquiries > History > Sales Orders > Deleted Orders but none of the deleted orders show up.  I've done some digging around and it appears that that particular form (SalesDeleteHistory) requires that the SalesParmTable.SalesBatch value be set to Delete.  None of this seems to be happening with the test orders that I've deleted.  They just seem to completely disappear.  There's not even a record of them in the SalesTableDelete table (I'm just assuming that there would be - judging from the name of the table).

Can someone explain the process of deleting a sales order (both in the UI and in the tables)?  Is there some blog or whitepaper with a good explanation of this process?  What am I missing here?

MSB3644: The reference assemblies for framework

$
0
0

Hi,

We have a strange message appearing after importing an XPO/Project into an AX 2012 R2 instance (Windows Server 2008 R2).

MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0.3" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK o

Not seen the message before, but we have updated the kernel recently.

Kernel: 6.2.1000.4918

Application: 6.2.1000.1437

Any suggestions?  The error seems to indicate that we need to install 'The SDK .NET Framework 4'.

Many thanks.

Manage costs - Item price

$
0
0
Hello, I am using Item price form under Manage costs to record cost price based on the trade agreement. The only problem that I am facing is if he trade agreement is of future date, item cost prices are always activated using the current system date. Thanks. Bhushan

Ax2009: Call setfocus() when ValidateWrite() in Datasource fails a condition.

$
0
0

Hello,

I need help for the following:

The DataSource:Validate write is called when the focus on current tab is lost to another tab with another datasource.

REQUIREMENT: Call setfocus() to original tab when DataSource:ValidateWrite() fails the condition - user Yes/NO Box input is NO.

I have coded this but it seems that on validateWrite on returning false it gets called again and again and hence the Yes/NO box infinitely appears.

seems like a paradox.

kindly help!,

please let me know if i am missing something

or any alternate way to design this.

Thanks in Advance!

RFQ creation against the Procument category

$
0
0

Hi All ,

Is it not possible to create the RFQ when the purchase requisition is created withe procurement category only ?

( As we know that PR can be created against Procurement category and Item code is blank )

Share your thoughts .

Dynamics Option of Export to Excel issue in Ax 2012

$
0
0

Hi Folks,

We are facing an issue with Export to excel functionality in Ax 2012 Enterprise Portal. The static option working fine and give the expected result. But the dynamic option not working as expected. It will create a excel with empty sheet.

Kindly share your valuable suggestions

Thanks in advance,

Vasanth Arivali

Use of Batch Job for Purchase order generation

$
0
0

Hi All ,

In procurement module - periodic s - Batch Purchase order generation .

What is the use of the Batch Purchase order generation ?


Buffer for call of SRSTmpTblMarshaller::deleteTmpTblData is not specified.

$
0
0

Buffer for call of SRSTmpTblMarshaller::deleteTmpTblData is not specified. in my all servers..

I am using AX 2012 R2 and CU1..

connecting to FTP server via AX

$
0
0

hi all,

I haven't found anything on this topic yet so here is the question..

I need to write a class that connects to an FTP server outside of the local domain to upload/download files.  The Admin here at the company said he set it up, but it is still not working.

I followed this articel here plus some modifications to make it work:

axaptapedia.com/index.php

Any ideas will help greatly.

Thanks

Ax 2012 Retail POS Expense Account

$
0
0

Hi

I want to be able to add 2 transactions in Expense account. But I get the message "you must complete this transaction.." I try to debug the POS to find where this restrictions appears but im not able to find anything. Anyone can give me a hint on where to start the debugging would be very much appreciated.

/Johan

AX Retail Online Store Deployment query

$
0
0

I'm unable to run the first powershell quey which will deploy the Online store

"InstallPrereqs-SPFarm"

Can anyone help me on this

Thanks

Muthu

"Function DimensionValidation::validateByTree has been incorrectly called" error message AX 2012

$
0
0

Hi,

I am trying to post the invoice in the sales order and I have the following error message:

 

"Function DimensionValidation::validateByTree has been incorrectly called"

 

Is there any Hotfix there or I did not do something correctly?

Thanks

trial version of MS Dynamics AX

$
0
0
Hello, I am new here i want to download MS Dynamics AX trial version can any body tell me please from where i can download ? I also want to know what is the difference between MS Dynamics AX and MS Dynamic ERP ? I will wait for kind response ... Regards .

Dynamics ax integration with reporting services?

$
0
0

good morning, it is possible the integration of Dynamics AX 2009 with sql 2008 reporting services, or to make integration with crystal report ?


AX 2012 SSRS report running error

$
0
0

an error appear while running some reports that takes long time for data processing:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

any idea for solving it.

AX 2012 Setting actual sales tax from X++

$
0
0

I have the following code to set corrected tax in AX 2009 when registering invoice in invoice register journal (purchase invoice):

[...]

taxLedgerJournal = TaxLedgerJournal::construct(TaxJournalCall::Journal, ledgerJournalTrans, null);

taxLedgerJournal.calcAndPost();

taxRegulation = new TaxRegulation();

taxAmount = taxLedgerJournal.taxAmountCalculated();

taxRegulation.setTax(taxLedgerJournal);

taxRegulation.createSumsFromTmp();

taxRegulation.allocateAmount(42);

taxRegulation.saveTaxRegulation();

[...]

ledgerJournalCheckPost = ledgerJournalCheckPost::newLedgerJournalTable(ledgerJournalTable, NoYes::Yes, NoYes::Yes);

ledgerJournalCheckPost.run();

ttsCommit;

Does anyone know how to do it in AX 2012?

AX 2012 Print Management does not show new document type

$
0
0

According white paper "print management Integration guide" added a new PrintMgmtDocumentType to the objects:
Table PrintMgmtReportFormat.populate()
Classes PrintMgmtDocType.getDefaultReportFormat(), PrintMgmtDocType.getQueryRangeFields(), PrintMgmtDocType.getQueryTableId(), PrintMgmtNode_Sales.getDocumentTypes()

After calling PrintMgmt from customer, the new type does not appear. Did we forgot another place? Or may a cache problem?

Thanks for help, Jan

How to set up French Derogatory Depreciation (Amortissement dérogatoire) ?

1/1 bug for DateEdit when property DateYear is “Year not shown”

$
0
0

When I add a "DateEdit" control to a form and set the DateYear property to "Year not shown" I get the desired behavior. A date is shown without the year (ex.: "23/3" for 23th of March). However, when the users enters 1/1 this value disappears immediately.

Is this an AX bug? Any advice on how to solve this issue? Which method can I override?

Viewing all 73760 articles
Browse latest View live


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