I am creating view on Doc table , which has lookup column to doctype
In a view I am adding filters doctype eq to doc1,doc2,doc3 then show documents
Question is in current environment it is working as expected, but when I move solution in higher environments, where doc1,doc2,doc3 not present right, will be added later
will it still work?
on view when you check equals to doc1,doc2 , doc3, it matches with exact text or guid?
How can I resolve this issue?
Thanks,
For queries like:
[Lookup column] equals [specific record]
the System searches using GUID of the chosen record(s).
That means the view may not work properly in different environments, because the chosen record may have a different GUID.
To solve this issue, you can either:
Tip: This is also applicable to Business Rules.
stampcoin
17
mmbr1606
15
Super User 2025 Season 1
ankit_singhal
11
Super User 2025 Season 1