UDFValue REST Endpoints
UDFValue
A user defined field value represents the value of a particular user defined field when assigned to another business object. The ForeignObjectId field represents the ObjectId of the business object to which the UDF is assigned. Note that the type of the foreign business object must match the subject area of the associated UDFType.
- Create UDFValue
- Method: postPath:
/udfValue - Delete UDFValue
- Method: deletePath:
/udfValue - Read UDFValues
- Method: getPath:
/udfValue - Update UDFValue
- Method: putPath:
/udfValue - View UDFValue Field Length
- Method: getPath:
/udfValue/getFieldLength/{fieldName} - View UDFValue fields
- Method: getPath:
/udfValue/fields