connectcases_create_field: Creates a field in the Cases domain

View source: R/connectcases_operations.R

connectcases_create_fieldR Documentation

Creates a field in the Cases domain

Description

Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.

See https://www.paws-r-sdk.com/docs/connectcases_create_field/ for full documentation.

Usage

connectcases_create_field(description = NULL, domainId, name, type)

Arguments

description

The description of the field.

domainId

[required] The unique identifier of the Cases domain.

name

[required] The name of the field.

type

[required] Defines the data type, some system constraints, and default display of the field.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.