Skip to main content

Caption

Upsert

Inserts or updates a caption for a DATABASEFIELD in the specified language. These captions are used in the open tasks grid, the task details pane and in the field templates.

NameData TypeDefaultRequired
Contextint6
SourceTablenvarchar(255)
FieldNamenvarchar(255)
Languagenvarchar(10)
Captionnvarchar(100)
  • This endpoint is available in the import API endpoint /import via the procedure mboc_upsertCaption.
  • Example body:
    [
    {
    "StoredProcedureName": "mboc_upsertCaption",
    "ParameterNames": ["SourceTable", "FieldName", "Language", "Caption"],
    "ParameterValues": ["Job", "FreeBit1", "en", "Pineapple on pizza?"]
    }
    ]

API reference

Context

ValueName
1RESOURCE
2APPOINTMENT
3APPOINTMENTFIELDVALUE
4EMAIL
5EMAILRECIPIENT
6DATABASEFIELD
7TASKDETAILS
8EMAILIMPORTANCE
9RECIPIENTTYPE
10CONTEXT
11TARGETPANE
12TARGETPANEGROUP
13TASK
14JOB