Hi Mazherullah,
Good to hear. Is there anything left open / not fixed here?
Best regards,
Ludwig
Hi Mazherullah,
Good to hear. Is there anything left open / not fixed here?
Best regards,
Ludwig
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?
debug the class PurchPackingSlipJournalCreate and PurchPackingSlipJournalPost these classes create vendpackingSlip jour and trans tables and post journals
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
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
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
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.
Thanks Steven for the reply, but rights are provided correctly to the service account on MDM Server.
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
You can do this by dragging the field 'IsRoleInvoice' under ranges, and in the Value property, specify 1.
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.
Before reversing, did you check if your onhand reflects the Qty 10.00?
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.
Please Check in your report query , you have added the same field twice
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?
Hi,
yes it reflected it is showing on hand qty.
Regards,
Satya
Ahmad,
You can surely do it with OTB functionality.
For that, you would need to create your employees as a customer.
Create affiliations and link affiliation with customer and price groups.
Please follow the below link.
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.