Insert Data to a Table by Only Knowing The Table ID

Dear All,

I am trying to insert a data to a table by only knowing the table ID. Let’s say I have the number 18 at hand and I will do an insert to Customer table? Is it possible to reach the customer table and insert (or modify) data with only knowing the number 18?

Thanks,
Ararat

Yes. You can use RecordRef’s for this. You open the recordref and then updates the FieldRef’s, before insert and modify of the table.