You need to sign in to do that
Don't have an account?
Chenna4a2
Need Help ( Tricky Question on Lookup Filters)
HI All,
I am having two custom objects 1) Roof Details__c 2) Electric Usage__c ( lookup to Roof)..
I want to put filters in the lookup on Electric usage record on below criteria
- If Electric usage record is associated with Roof Details like " Ex: ROOF A" then it shldn't show " ROOF A" if someone wants to associate with same "ROOF A" record.
We just need to show the ROOF B, C, D...... in the lookup filter that are not associated with the other ....
Please help me ??? Thanks in Advance ...
Let me know if you need more explanation or not clear about the question ??
Thanks,
Chenna
Hello,
I doubt if this can be achieved with Lookup filters. In lookup filter you can filter values on some criteria but you can not apply condition like IF it is A then show B else C.
I would suggest you to achieve this programatically.
show all then validate base on requirements :-)
For that u have to create both the lookups on the Roof object and apply filter on electic usage filter.I also met the same requirement it worked.