SETRANGE
void SETRANGE(string FieldName, object FromValue = null, object ToValue = null);
Utilizzare questa funzione per impostare un filtro.
Customer:SETRANGE('Code','10000');
Imposta un filtro sul valore 10000
Customer:SETRANGE('Code','10000','20000');
Imposta un filtro da 10000 a 20000
Customer:SETRANGE('Code');
Cancella il filtro nel campo Codice.