1. you were always at square one, as setting "sql" when you don't actually want "sql" isn't progress. Your attachment, which presumably is some kind of error message, didn't work.
2/3. once again: these criteria won't work unless the fields are declared
5. please read the fetchMissingValues docs: requests are sent with the PK of the current record as criteria, and you should return a record as usual. If you've implemented the "fetch" operation as described in the docs, this is no extra work - the PK is just ordinary criteria. You still haven't even indicated whether you see this request at all.
2/3. once again: these criteria won't work unless the fields are declared
5. please read the fetchMissingValues docs: requests are sent with the PK of the current record as criteria, and you should return a record as usual. If you've implemented the "fetch" operation as described in the docs, this is no extra work - the PK is just ordinary criteria. You still haven't even indicated whether you see this request at all.
Comment