Modify a Field By its FIELDNO and Without Knowing its Name

Hi All,

I wonder if it’s possible to modify a field by only knowing its ID? For example i want to modify the 50001 ID field in the X table with the Y value. How can i reach that field an assign the Y value to it in C/AL?

Hi,
You can assign the X record to a record reference (recref) and then update the field reference of field 50001.

Worked just fine, thanks a lot.