I need to send a parameter to the server in a tilegrid which shows a picture, do something in the server with this parameter, and return the result.
I have a dmi fetch method for this, but I cannot get the parameter that the client set! I have tried a lot of things. (advancedCriteria, criteria, param, property)
There are two fetches for the same datasource : 1) type fetch: the parameter is there (in form of criteria) 2) type viewFile my parameter in form of criteria is missing!!
In the dmi method, which catches the fetch, I the criteria sent is also missing. So I don't know how to get it there.
I only get:
AdvancedCriteria:[and:[and:[{f_schueler_id equals 12360}, {download_fieldname iEquals f_foto}, {download_filename iEquals Serengeti_Elefantenherde1.jpg}], {f_mandant equals 1}]]
Which are fields in the table. My parameter doesn't have a field on the table. But, as I said, is being sent in the fetch.
What to do in this case ?
Using 6.0p power
I have a dmi fetch method for this, but I cannot get the parameter that the client set! I have tried a lot of things. (advancedCriteria, criteria, param, property)
There are two fetches for the same datasource : 1) type fetch: the parameter is there (in form of criteria) 2) type viewFile my parameter in form of criteria is missing!!
In the dmi method, which catches the fetch, I the criteria sent is also missing. So I don't know how to get it there.
I only get:
AdvancedCriteria:[and:[and:[{f_schueler_id equals 12360}, {download_fieldname iEquals f_foto}, {download_filename iEquals Serengeti_Elefantenherde1.jpg}], {f_mandant equals 1}]]
Which are fields in the table. My parameter doesn't have a field on the table. But, as I said, is being sent in the fetch.
What to do in this case ?
Using 6.0p power
Comment