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

RE: Delete Posted Vouchers - AX 2012 R3 CU10

$
0
0

Hi Mazherullah,

Good to hear. Is there anything left open / not fixed here?

Best regards,

Ludwig


Discount Voucher Setup

$
0
0

we are running AX R3 and I want to setup Discount voucher for company's employees at POS (Retail) level, is there any way AX support Discount at POS upon scanning a unique barcode that employees show at the time of purchase? or we need to customize it?

RE: Where is the optimal location to handle an event after posting a product receipt.

$
0
0

debug the class PurchPackingSlipJournalCreate and PurchPackingSlipJournalPost  these classes create vendpackingSlip jour and trans tables and post journals

RE: Send Email From AX

$
0
0

Hi Raymon,

Please try to use the IP of SMTP server instead of "localhost" in your Powershell script to test your SMTP settings.

Send-MailMessage -SMTPServer IP -To test@abc.com -From test@abc.com -Subject "This is a test email" -Body "Hi, this is a test email sent using Gmail as a smart host"

Best regards,
Ada

Send Email From AX

$
0
0

Hi All,

I'm trying to send email from AX using codes below:

    SysEmailId sysEmailId = "testEmail";
    str recipientEmail = "abc@mail.com";
    Map mappings;

    ;

    super();

    this.enabled(false);

    mappings = new Map(Types::String, Types::String);
    SysEmailTable::sendMail(
            sysEmailId,
            //'en-us',
            SysEmailTable::find(sysEmailId).DefaultLanguage,
            recipientEmail,
            mappings,'','',
            true,
            curUserId(),
            true);


What I have done so far:

1. Setup the SMTP server on Windows Server

2. Setup email parameter in System Administration - Email Parameters

The emails are queued in Email Sending Status, but not being sent out to the recipient.

I also tried to send email using PowerShell

Send-MailMessage -SMTPServer localhost -To test@abc.com -From test@abc.com -Subject "This is a test email" -Body "Hi, this is a test email sent using Gmail as a smart host"

But got this error:


+ CategoryInfo : InvalidOperation: (System.Net.Mail.SmtpClient:SmtpClient) [Send-MailMessage], SmtpException
+ FullyQualifiedErrorId : SmtpException,Microsoft.PowerShell.Commands.SendMailMessage

I'm using my office email for the sender which is a Microsoft exchange account. Any idea what went wrong?

Thank you!

Regards,

Raymon

Payment Summery by date Report showing duplicate payment references

$
0
0

Hi,
I am running payment summery by date report and it is showing same payment references for different vendors, please see below screenshot:

please suggest.

RE: Redeem rule is not working (Loyalty scheme)

$
0
0

Hi Cuong,

Make sure that you're creating 'Retail Sales Order', and your channel is included to Loyalty scheme.

When I say 'Retail Sales Order' it means that Sales Order should be originated either from Call center and you're worker for that Call Center or from Point of Sale.

Regards,

Manvendra

Redeem rule is not working (Loyalty scheme)

$
0
0

Dear Friends,

I have setup a loyalty program:

1/ I have created 2 items: A and B

2/ I have setup a loyalty scheme with earning rule is:

    With 1 item A then the system earning 0.1 point

 3/ I have setup a redeem rule is:

    If the customer collect full 1 point, then the system automatic redeem 1 item B.

4/ I created 2 sale order with quantity of item A is 5 and 6, I run "Update Loyalty card tiers" program. But the system didn't earning point.

Could you help?. Thank you.


RE: MDM synchronization error

$
0
0

Thanks Steven for the reply, but rights are provided correctly to the service account on MDM Server.

MDM synchronization error

$
0
0

Hi,

Getting throw below error when MDM doing the synchronization.  AX2012 R3 integration  with MDM.

Error detail:

Executing the query "exec [stg].[udp_DMFCustomerEntity_Leaf] ?,?,?" failed with the following error: "MDSERR310040|Data cannot be loaded into a committed version.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

Regards,

Vishnu Gupta

RE: Having Clause not working

$
0
0

You can do this by dragging the field 'IsRoleInvoice' under ranges, and in the Value property, specify 1.

Having Clause not working

$
0
0

When we are trying to apply having clause with complex Dynamics AX query it does not reflect any changes.

Kindly provide me detailed document on how to apply having clause in effective manner?

We have already referred this link.

https://msdn.microsoft.com/en-us/library/hh745337.aspx 

Please provide us any other document which will help us on how to apply having clause with Dynamics Ax query without using X++ code.

RE: Error showing Inventory transfer reversal

$
0
0

Before reversing, did you check if your onhand reflects the Qty 10.00?

RE: Error showing Inventory transfer reversal

$
0
0

It seems that your item with this dimensions was already moved. I believe you have to check item transactions and then start reversing from the last transaction until you get to your transaction.

RE: An item with the same key has already been added.

$
0
0

Please Check in your report query , you have added the same field twice


An item with the same key has already been added.

$
0
0

Hi All,

While running SSRS report, I am getting this error. To resolve this issue, I have tried all options, restart AOS, restart SQL reporting services, delete *.auc files, delete and redeploy report, incremental and full CIL, but no luck. I imported one report in AX environment and later on I changed the name of the report in VS and redeploy the report. It was working but all of sudden this error started to come when I made one change to the report and deploy it and trying to run the report. Really really frustrated, this SSRS framework is a nightmare to work with. Can anyone please help me find a solution to this?

RE: Error showing Inventory transfer reversal

$
0
0

Hi,

yes it reflected it is showing on hand qty.

Regards,

Satya

RE: Discount Voucher Setup

RE: MDM synchronization error

$
0
0

Run a standard out of the box entity, does this make the connection? If it does the issue is in your custom entity and what you are doing with it.

RE: Display the Sales Order Number in The Transfer Report

$
0
0

Hi Crispin

  I have transfer order associated with  a sales order as it shows bellow in select statement in the Microsoft  SQL Server 2014 Management Studio, and how can I use this statement in

The processReport() Method can you tell me, please

 

Waiting for your valuable answer

 

Regards,

Jamil

Viewing all 175888 articles
Browse latest View live


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