Tag Archives: View

Issue with the Lookup View selected during Customizations not being honored in Tablet

Issue: Usually when placing a lookup field on the form, we also select the view based on which the records should be displayed in the lookup window. The same behavior is expected for the Tablet application as well. But we came across a scenario where the lookup displayed all records irrespective of the view selected… Read More: Issue with the Lookup View selected during Customizations not being… »

Update fetch query of System/User view dynamically

Based on the client requirement sometimes it is needed to update the system/user view to filter record as per needed. In your query you need to apply outer join which won’t be possible through Advanced Find so in that case you need to update the fetch query of System/User view dynamically. Below is the sample… Read More: Update fetch query of System/User view dynamically »