Hi all,
Running AX 2012 R3 CU9. Probably a question with a simple solution but it's stumped me.
I have a custom text field against my sales order header which I usually by default set to the value "Standard". However, I've now created an identical field against my customer.
I thought to get it to default to the customer's one would be simply putting an if statement around my line of code. However, it seems that the code runs before the user physically selects a customer account. Usually init() or initValue() are fine for my purposes, but I can't work out if there's somewhere that gets called after the initFrom___() methods afterwards to slip my if statement in - it's not very manageable to have to code it in each individual one.
Is there such a place where I could put my code?
Thanks very much for your help in advance :)
Luke
*This post is locked for comments
I have the same question (0)