We are upgrading from Epicor 10.2.50 and Iโm just getting to grips with Kinetic 2022 and Application Studio pre-upgrade with a lot of C# customisations to be re-written.
Have some very basic questions - any help appreciated
How do I set the value in a text box when the value in another field (combobox or textbox) changes (previously using the valuechanged and textchanged events) - what event should I use in Application Studio
You can use the datatable change Trigger and then the Row update to do this.
Alternatively you can also under the textbox properties, under Behavior use the OnBlur for the leave.
In this when the customer part number changes I call a function, update the other field with the result then save.
Thank s Mike - Iโve done as you have suggested. Youโve pointed me in the right direction. How can I change the value of the textbox in the function?