Dear all
How you can set value field Term of Payment = cash , when create New customer by user .
Best regards
Dear all
How you can set value field Term of Payment = cash , when create New customer by user .
Best regards
Hi,
In AX 2009, you can try to add some code on method initValue() from CustTable table, for example, this.paymTermId = ‘cash’;
Regards,
Thomas
You can set Terms of payment on customer group (Accounts receivable > Setup > Customers > Customer groups); they are copied to customer when you’re creating one. Isn’t that sufficient?
Thanks a lot MR . Martin Dráb .
not sufficient? I need it filling automation when create new Customer
Regards