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

TAX on retained amount.. project invoicing

$
0
0

Dears,

in project invoices which include retention amount, AX calculates the TAX on the net amount after deducting the retention . i.e, invoice amount 10,000 , retention amount 1,000, the system consider 9000 for TAX calculation while it should calculate the TAX on 10,000. (My company localization is SAU-Saudi Arabia)

Invoice amount 10,000

Retention           1,000

TAX                     9,000* 0.05 = 450

Invoice total : 10,000-1,000 + 450 instead of (10,000 - 1,000 + 500)


Extending the Variable from Default Method In Dynamics 365 Ax7

$
0
0

Hi Friends,

            I need to call the variable from default code to extended code in Dynamics 365,

inside the ledger journal table method called init inside the variable "Lastvalue".I need to use this varaiable in my customized code, without declaring the variable one more time their.please suggest an solution.

Thanks & regards,

padmapriya

Recommended image size for default company logo

$
0
0

Hi Everyone,

Does anyone know the recommended size & format for company logo if any. Request you to share if you information/ document related to the same.

Regards,

Vikram Konchada

Dynamics 365 how to import CSV and Excel file using visual studio?

$
0
0

Dear 

In AX 2012 we used to use following code to import a CSV file using the TextIO.read() method and then use the conpeek(container, column number) to access the column of the CSV file

apparently this code has been depreciated in Dynamics AX 365 , what can we use instead of those in order to migrate data from CSV files in Visual Studio

appreciate your feedback ,

regards

    Dialog      dialog  = new Dialog();
    DialogField dialogFileName;
    DialogField dialogField;
 
    FileIOPermission permission;
    Filename filename;
    TextIO textIO;
 
    str filePath,fileNameOnly;
 
    filetype type;
 
    container record;
    Container filterCriteria;
 

    str         Delimiter = ",";

Link multi data entities with a form

$
0
0

I have a customized form with header & lines , is it possible to make data entities for both header & lines appear on the form as two separate option ?

title field header

$
0
0

How can I remove title fields header appear on a form with pattern (Simple List and Details - List Grid) note that title data source property is not determined on the design ?

Accounting entries on Posting Pay statement do not match

$
0
0

I know am probably missing on some setting here but am not sure where. Can any one help? Please have a look at the screenshot below:

The Debit and Credit do not match and hence I am unable to Post the Pay statement.

FEC audit file for France

$
0
0

Dear All,

For a customer we are looking for a hotfix or update suitable for AX2012 which contains the fix to extract standard audit files in case of a tax audit.

Is there a country specific fix available?

Sincere Greetings

Carl


Required complete Multi currency Functionality document for AX2012

$
0
0

I would like to know how to do multi-currency set-up and how it works in sales orders processing. Do we have any service by deafult for getting exchange rates.

SSRS report process in D3FO

$
0
0

Dear All,

The below process we are following in AX 2012 R3...

This is process is remain same in D3FO?

Please give me more shed on this.

Thanks!

Exception while trying to read a stream in ax 7

$
0
0

Hi, I am getting the following exception "A disk error occurred during a write operation. (Exception from HRESULT: 0x8003001D (STG_E_WRITEFAULT))" while i am trying to read a stream. I got the exception at the Line which is having read font. Can any one help me out?

            FileUpload fileUploadControl     = dialog.formRun().control(dialog.formRun().controlId('Upload'));

            FileUploadTemporaryStorageResult fileUploadResult = fileUploadControl.getFileUploadResult();


            memoryStream = fileUploadResult.openResult();
            fileurl=fileUploadResult.getDownloadUrl();
            filename=fileUploadResult.getFileName();


            if (fileUploadResult != null && fileUploadResult.getUploadStatus())

            {
                [splitFilepath,splitFilename,splitFileExt] = filenameSplit(filename);
                if ( splitFileExt== '.xls' || splitFileExt== '.csv' )
                { using (ExcelPackage Package = new ExcelPackage(memoryStream))
                    {.......


Methods in Dynamics 365 Ax7

$
0
0

Hi All,

      i need to know how to identify the default methods in Dynamics 365 which is already present in ax 2012 .

The default method "defaultPartyType" in ax 2012 in DirParameter table. I need to know the same method where they are using in D365 ax7 , it is not present here. How can i identify the same method here.

Suggest an solution.

Thanks & regards,

padmapriya

Passing datasource field information to methods on button on a form

$
0
0

Hi all

Running AX 2012 R3 CU9.

I have a business requirement that means I need to have a button on the ActionPane of the SalesTable form. It will run a static method which I've created already. However, the method takes an input variable of a SalesId.

I was hoping to have the button's clicked() method pass the SalesId of the order in question when setting off this method. But I can't work out the X++ syntax to get the SalesTable.SalesId record from within the form.

(I assume "this" returns the form itself)

Any help would be much appreciated


Cheers

Luke

VAT On Free Of Cost In UAE

$
0
0

Hi,

Can someone please advise me whether is it possible to set up VAT on free of cost items(Purchase) in AX 2012 R3.


Regards

Mahmood

Call Custtrans form on new button at salestable from by filtering selected customer code

$
0
0

Hi,

I am using Dynamics 2012 R3

code to Call Custtrans form on new button at salestable from by filtering selected customer code 


DB Synch fails after I add new fields to table extension

$
0
0

Hello,

I have added several new fields to extension of "SalesInvoiceHeaderFooterTmp" table.

I build it and when trying to Synch, I'm getting error:

"Table Sync Failed for Table: Table Sync Failed for Table: SalesInvoiceHeaderFooterTmp Error: System.InvalidOperationException: Database execution failed: Violation of PRIMARY KEY constraint 'I_65518FIELD'. Cannot insert duplicate key in object 'dbo.SQLDICTIONARY'. The duplicate key value is (3330, 60001, 1, 0).

The statement has been terminated."

I just added several string fields, did not do any other modifications.

How can I solve it?

Thanks.

Route Card Cost Category Price (Increase Decimals up to 3 or 4 instead 2) Possible?

$
0
0

Dear guys,

IS it possible to increase the decimals length up to 4 in Route Card Cost Category Price? If Yes Please suggest safe way.

XML Transformation in Dynamics 365

$
0
0

Is there any way by which we can use  Pipeline and Transformation in 365 just like Ax 2012?

If yes then which feature of D365 can do it , please mention.

Decimal Points Rounding Issue in Sales Line NetAmount

$
0
0

Hi,

I had a issue with two decimal rounding off in Sales order line NetAmount even the Unitprice has 3 decimal points. For that i have made change as below:

But it is changed only from 2 decimal points to 4 decimal points and the rounding issue with 2 decimal is still exists as below:

Important thing is if i am changing the decimal points (from 0.01 to 0.0001) in AOT class from my R&D, my issue is resolving as below:

But the thing is i have no knowledge on back end code. If i changed the decimal value in class, is there any impact on other classes or functionality in AX.

Please help me on this issue, is there any way to resolve this 2 rounding off issue in Sales order line NetAmount or can i surely proceed with above solution.

Thanks in Advance,

Mounika

"Something went wrong while generating report" error in AX365-on premises

$
0
0

No customization is done in the On-prem AX365. Still, it is not generating the system reports nor it is exporting the data into MS Excel.

Regards,

Moeen Ahmed

Viewing all 46681 articles
Browse latest View live


Latest Images

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