Is it possible to compare a range of fields of two records, coming from two tables which have the same fields?
For example:
- table1 with the same fields and datatypes as table2
- 100 fields in each table
- two record variables (from the two tables)
- only fields 1->75 of the two variables have to be compared
All this should happen through a codeunit.
0
Comments