Hi All,
I'm working in AL and the only way I've seen to get field names is using the Record.Field() method, which requires field name as a parameter...
I tried to create a loop that went from 0 to field count and retrieved field(Index), however the field numbers often skip and can sometimes go upwards of 1000, which would take an extremely long time if I tried to iterate the index that high. Are there any other ways I could loop through a table and get each field?