Api/ProcFormWorksheetTableAdd

From RPM Wiki

Table of contents

Summary

API: Add a table to a form worksheet by copying an existing table

Request

You need to identify the form worksheet and the table

By form ID and worksheet ID.

{
  "Key":"{api key}",
  "WorksheetID":"{worksheet id}",
  "TableID":"{table id}"
}

Example

http://demo.rpmsoftware.com/rpm/Api.svc/ProcFormWorksheetTableAdd

{
  "Key":"abc123def456",
  "WorksheetID":"3320",
  "TableID":"991"
}

Response

Use the response from Api/ProcFormWorksheet

  • Returns the whole worksheet, not just the new table

Details

  • Any table can be added, it doesn't have to be from the same process.
  • If the table is being copied from a different form then you need to make sure the user also has read access to that form.

Errors

  • "Permission denied"
  • "Worksheet not found"
  • "Table not found"
  • "Table is not enabled"

History

  • This page was last modified 17:12, 11 Feb 2010.
  • This page has been accessed 430 times.