I can’t figure out what needs to be changed in the scripting to get it to work with my application, can you underline the parts in the script that need to be changed for my specific application. I have created the subform.
Example in help section:
((("<a href= '#' onclick=window.open('/showForm.do?zc-appname=meeting-tracker&zc-formname=Add_Meeting_Attendance
&link=true&sharedBy=" + zoho.adminuser) +
"&meetingid=") + ID) + "&nexturl=javascript:window.close();','_blank','
width=650,height=420')>Add Attendance </a>"
Form Name: Issues
Form Link Name: Issues
I intend that these all be related by “Case #”, but I’m not sure if "&meetingid=") + ID) relates to the script or is specific to the example application.