Select "Id", *
from "UsrMatieresDesMarches" root
where
exists
(
Select "Id" from "UsrMarchesEtActivitesDuCompte" account_market_activity
where exists
(
Select "Id"
from "UsrActivitesDesMarches" param_market_activity
where
param_market_activity."UsrMarcheId"= root."UsrMarcheId"and param_market_activity."Id"= account_market_activity."UsrActiviteDuMarcheId")and account_market_activity."UsrAccountId"='60687534-82ca-446d-bd62-010e032fe52d')
I struggle on what reverse path I can take. Anyone sees it ?
I am trying to update a lookup field linked to Employee section for multiple records using an input box. But, the list of records are not displaying either by typing in the field or clicking on magnifying glass icon.
I have tried using every property for binding this to the object. But none of them works. I have attached the code snippet of this custom action for reference.
So please suggest a way to bind it to the correct schema and display its correct records.
How to add filter to the virtual Lookups, I had followed the above method to add virtual lookup. And when I tried to add filter to that, its not filtering out the data.
I have attached my code for the reference,
After adding the filter I am able to see all the values in the Lookup.
Is there a way, to Filter the Lookup values in Virtual lookup column ?