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

RE: Why Refresh data in GridView ???

$
0
0

Hi,

Could you let us know where this display method is residing. If its on the form, please move it to the table InventTrans and cache it on the init method of InventTrans datasource. Also I feel this query can be optimized by reducing the number of joins and introducing fieldlist(like selecting only RecId from tables invDim and invOrigin).


RE: Why Refresh data in GridView ???

$
0
0

This display method is definitely cause of what you have shown in vedio. Move it to invent trans table

RE: Enterprise portal - Multiple Attachments

$
0
0

Hi Mary,

We are not using line item approval workflow, so I don't think that's the problem.  I also see it grayed out and have found no details about it.  Because it says 'captured', I tend to think that perhaps it's items that were entered via the mobile app?  I haven't yet gotten the mobile app to work but will update if so.

Shirley

Enterprise portal - Multiple Attachments

$
0
0

Hi,

We are on Dynamics AX 2012 R3, using the expense line approval workflow. The issue we have is , Users are not able to attach multiple receipts.

"Attach captured receipts" is greyed out. Any help is really appreciated.

Regards,

Mavy

RE: Import GL on voucher for invoice through X++

$
0
0

Here 2 in parameter means, you will have 2 dimensions along with your main account. As you don't want dimensions, do not put any parameter there.

RE: How to get the data as group vise

$
0
0

Hi,

As others suggested you can use a view as the data source and apply the required grouping and aggregate functions.Another way is to use a temporary table(of type TempDB) and fill it up with the data on opening the form. In the below screenshot, I created sampleTable(regular) and sampleTmpTable(temporary) and in init method of the form used set-based operation to fill up the temp table.You can check the output on the form(right corner).

How to get the data as group vise

$
0
0

Hi All,

I have the table with above records.My requirement is to get the data as like

Amount    Number    Id

3.80         US-017    00001  

3.00         US-017    00005

In a grid, How can i achieve this.

Please suggest,

Thanks.

RE: Not Yet Issueing Raw Material for Production Order

$
0
0

Thank you very much Mahmoud, you have been given help so much


Not Yet Issueing Raw Material for Production Order

$
0
0

Dear All,

I want  to ask about something,

my user want to know wheather his/her warehouse staff not yet issueing raw material for production order. from what form/report we could see that.

Thank you

RE: Export Customer Print Management

$
0
0

Hi,

You can use the following job to extract and export the customer email that is set in print management settings related to sales invoice(as highlighted below).

static void CustPrintMgmtMails(Args _args)
{
    CustTable               custTable;
    PrintMgmtSettings       printMgmtSettings;
    PrintMgmtDocInstance    printMgmtDocInstance;
    PrintJobSettings        printJobSettings;
    SRSPrintDestinationSettings srsPrintDestinationSettings;
    CommaIO                 commaIO;
    FileName                fileName;
    #File

    fileName = @"C:\\Cust.csv";
    commaIO = new CommaIO(filename , #io_write);

     // Writes header
    commaIO.write("AccountNum", "Email");

    while select DocumentType, Name, ReferencedRecId from printMgmtDocInstance
    where printMgmtDocInstance.DocumentType == PrintMgmtDocumentType::SalesOrderInvoice
        && printMgmtDocInstance.PrintType == PrintMgmtDocInstanceType::Original
    join  custTable
    where custTable.RecId == printMgmtDocInstance.ReferencedRecId&& printMgmtDocInstance.ReferencedTableId == tableNum(custTable)&& (custTable.AccountNum == "XYZ") // specify customer account here, if needed
    join PrintJobSettings from PrintMgmtSettings
        where printMgmtDocInstance.RecId == printMgmtSettings.ParentId
    {
        srsPrintDestinationSettings = new SRSPrintDestinationSettings(printMgmtSettings.PrintJobSettings);
        commaIO.write(custTable.AccountNum, srsPrintDestinationSettings.emailTo()); //Outputs data to csv file
        //info(strFmt("AccountNum: %1, Email: %2", custTable.AccountNum, srsPrintDestinationSettings.emailTo(), printMgmtDocInstance.Name));
    }
}


Export Customer Print Management

$
0
0

I am having a hard time extracting the Customer print management destination emails from the Customer Invoice Print Mgmt Settings.

Here is my code and i have attached screen-shots of the field i am trying to extract.

Any help would be appreciate!

{

CustTable custTable;
PrintMgmtSettings printMgmtSettings;
PrintMgmtDocInstance printMgmtDocInstance;
PrintJobSettings printJobSettings;



while select AccountNum from CustTable

{

while select DocumentType from PrintMgmtDocInstance

join PrintJobSettings from PrintMgmtSettings

where CustTable.RecId==PrintMgmtDocInstance.ReferencedRecId

&& PrintMgmtDocInstance.RecId==PrintMgmtSettings.ParentId

{

PrintJobSettings=new PrintJobSettings(PrintMgmtSettings.PrintJobSettings);

info printJobSettings;

pause;

}
}
}

RE: Export Print management settings

Export Print management settings

$
0
0

Is there a possibility to export the mail addresses from the print management settings of a specific report?  

RE: Purchase order confirmation report not running

RE: Voucher Transaction is not display when post movment journal with negeative quantity from movement journal line form. in Ax 2012 R3

$
0
0

Try from General Ledger - Inquiries - Voucher Transaction and see if you can find vouchers there.


Voucher Transaction is not display when post movment journal with negeative quantity from movement journal line form. in Ax 2012 R3

$
0
0

Hello guys,

Usually while posting any inventory journal the value in the cost price and cost amount fields will be posted and vouchers has been created.
But when I try to post the movement journal with negative quantity , the vouchers are not created for the cost price / cost amount entered in the movement journal.
Steps to create and post the movement journal.
1. Navigate to inventory management module >>journals>>movement journal
2. Click create new menu
3. Select an item which has been assigned with standard cost item model group
4. Select site and warehouse
5 enter quantity in negative in the quantity field ( make sure inventory available for that site and warehouse before posting)
6. Enter price in the the cost price field
7. Verify cost amount = Qty X price
8. Select any account in the offset field
9. Click validate and click post.
10. Once journal has been posted, verify the voucher created. Go to inventory menu in the movement journal >> click transactions and check the transaction posted. Select the posted transaction line >> click ledger menu>> click financial voucher. Currently voucher transaction not displayed.
Requirement is  the voucher transaction should display while post journal even negative quantity.
 
Please suggest .

RE: Purchase order confirmation report not running

$
0
0

Hi Fasih,

Can you guide me how to check the security access and also the altered way of access particular report, in my case its Purchase order confirmation report.

As per my scenario what should I do.

RE: Purchase order confirmation report not running

$
0
0

Hi Pintu,

User have full access of AX. Its standard report.

RE: Purchase order confirmation report not running

$
0
0

I don't think access issue on SSRS server as you can run other reports. Check assigned roles\duties to that particular user and make sure that user has duty 'PurchOrderMaintain' or privilege 'PurchPurchaseOrderGenerate' assigned.

Purchase order confirmation report not running

$
0
0

While running the purchase order confirmation report, i am facing below error:

"Error while setting server report parameters. Error message: The permissions granted to user 'Domain\User' are insufficient for performing this operation. (rsAccessDenied)"

This report is running when i run AX as administrator.

I have checked and provided all the access to the user in reporting server.

I have also ref. https://daxdude.blogspot.in/2012/01/ax-2012-ssrs-error-error-while-setting.html but did not worked for me. I stuck at 2nd step.

Also, other reports like payment advice, account summary, etc reports are running.

Kindly provide assistance on this.

Viewing all 175888 articles
Browse latest View live