Hello.
I've got a subform on a custom module that starts with a lookup field of other records in the module. I'm trying to create a custom function that searches in other records for the record I'm working on.
So, let's say the custom module is Friends and the subform is Individuals, with the lookup field being Other_Friends. I'm on the record for Bob, and I want to search for other Friends who have Bob in the lookup fields for Other_Friends.
This isn't working. (Note: FriendName is defined as the record name in the arguments.)
List_of_friends = zoho.crm.searchRecords("Friends","(Other_Friends:starts_with:FriendName)");