Custom action to edit record in edit mode..

Custom action to edit record in edit mode..

Hi I'm trying to use a custom action use a function to open a form at a specific record...e.g.

  1. http://creator.zoho.com/<userName>/<applinkname>/#Form:<formlinkname>?recLinkID=<recordID>&viewLinkName=<viewlinkname>
Here is the command I've using.. I know the form name is right and the reportLinkName is right (as far as I can tell..) - the form shows up but there is no data in it.. when I mouse over an existing record I can see the ID - which I've copied and pasted... any ideas what I'm doing wrong?



  1. void reporting.openForm(Scheduler record)
  2. {
  3.     openUrl("http://app.zohocreator.com/myuser/myapp/#Form:Billing?recLinkID=3235056000000117007&reportLinkName=Billing_Report", "same window");
  4. }