But none of these posts solved my problem. When I click on a linked record from a record summary, I want to be able to edit that record in a popup view within the application. I've gotten this far
temp_param = input.ID.toString();
input.Edit_Event = "<a href='https://creator.zoho.com" + zoho.appuri + "ADD/record-edit/Add_New_Event_Report/" + temp_param + "&zc_LoadIn=dialog " + "/'>Edit</a>";
But this pops up a new window. Is there a way I can add a custom action or a URL link that will create a popup of the form in edit mode? I also have the work around of creating a custom function that will lead to a report of that specific record, then click the edit button. But this is inconvenient.