Hi Experts,
I need to give the validation on the sales line when users enter the sales price less than the average cost price. The message shows them " the sales price is less then Item price."
Thanks in advance.
Hi Experts,
I need to give the validation on the sales line when users enter the sales price less than the average cost price. The message shows them " the sales price is less then Item price."
Thanks in advance.
Hey Mr. DeepPanknonu
How did you solve it as i have similar requirement.
Hey Mr. Will, thanks for your valuable solution but I'm using 2012 R3 version of AX and also I solved my issue thanks.
Hey Mr. Spike, thanks for your valuable suggestion I solved my issue with put the validation on validate write method on sales line table.
Hi DEEPAKNONU,
You could try to use form datasource field event "onValidating" to validate the salesprice.
Go to SalesTable(form)->DS->SalesLine->salePrice->events.
Hi Deepaknonu,
can you add the validation code in the table salesline's validateFieldValue method?
Hey Dr.Ludwig, I really appreciate your response and your suggestion . I already use this standard feature but my client need that, If the user gave the less cost then the item average cost price in sales price. Then user cannot proceed for further steps. That's why I need to put validation in X++ as I mention in my question.
André Arnaud de Cal...
294,424
Super User 2025 Season 1
Martin Dráb
233,043
Most Valuable Professional
nmaenpaa
101,158
Moderator