Hi,
Has anyone tried filtering the lookup in the offline mode on the mobile forms? The below javascript functions works in online but when i switch to offline mode, it does not work. It shows all the records in the lookup rather than based on the filtercondition that i applied. Any suggestions or work around are welcomed.
Xrm.Page.getControl("fieldName").addCustomFilter(filterCondition);
Xrm.Page.getControl("fieldName").addPreSearch(filterFunction);
P.S : I have enabled the lookup entity to offline.