DiglasID and Šifra are linked fields in BOOKING table. When I send a filter that is for linked fields I get the feedback that there are no values that fit the given filter although I know that they exist. For example:
let filter = “FILM DATA - DiglasID(eq)010027”;
const CB = await doo.extensions.customDataSource.getData(“ImportFilter”, {
filter,
limit: 99999
});
console.log(CB.data);
CB.data will contain no records. But if I send the filter for a field that is not linked I will get the correct response. For example:
The code you have given me will not work. Maybe I did not send enough information. I will try to provide more info on my outputs.
For the code:
I get the following output:
Inside the BOOKING I get an array of objects. Here is an example of the object with the index 0 (CB.data.BOOKING[0):
I hope this provides more information about my problem and I again ask the question. Is it possible to filter by “FILM DATA - DiglasID” and “KONTO - Sifra” fields