Announcements
Hello,
I have a question regarding form level. I have a form, which contain fields, dateEdit, checkBox and comboBox where dateEdit properties allowEdit = No. It's bound datasource.
whenever the comboBox value change, I want dateEdit show systemGetDate().
could anybody please help me?
Hi HelioBuenos ,
I take the example in D365FO.
Override the selectionChange() of the combobox control, And add a new control (the example is a string control) to show date and set Auto Declaration to Yes , and then write code to fill in the value through text().
You can override modified method and put code there, here is the example axbooster.blogspot.com/.../use-of-modifiedfield-method-in-axapta.html
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator