Manipulating values in Grid

Hello, i created form with grid which have values from some table “A”.

Table A have 3 field.

When the user will be enetering values into field 1 in grid i want to automaticly insert values in field 3 depends on value 1. How should i do that? I tried with method modified on the first field but don’t really know how to set values. I already have values from field 1 and with them i’m finding in other table data which i want to assing.

Thanks for your help!!

This is how i create new records

inputexample.PNG

You can have your code in modifiedField method (this is table level method).
For reference see the implementation of same on standard tables.
Example - \Data Dictionary\Tables\CustTable\Methods\modifiedField

That’s exactly what i needed. I did my things in the wrong place. Thanks allot for tip! :slight_smile: