From RPM Wiki
| Table of contents |
[edit]
Summary
API: Add a table to a form worksheet by copying an existing table
[edit]
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}"
}
[edit]
Example
http://demo.rpmsoftware.com/rpm/Api.svc/ProcFormWorksheetTableAdd
{
"Key":"abc123def456",
"WorksheetID":"3320",
"TableID":"991"
}
[edit]
Response
Use the response from Api/ProcFormWorksheet
- Returns the whole worksheet, not just the new table
[edit]
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.
[edit]
Errors
- "Permission denied"
- "Worksheet not found"
- "Table not found"
- "Table is not enabled"
[edit]
History
- Greenman: Feature added
- This page was last modified 17:12, 11 Feb 2010.
- This page has been accessed 430 times.
