Managed Object - CustomFieldsManager

Property of
ServiceContent
See also
CustomFieldDef, ManagedEntity, PrivilegePolicyDef
Since
null


Managed Object Description

Properties

Name Type Description
field* PCustomFieldDef[]


*May not be presentP Required privilege: System.View

Methods

Methods defined in this Managed Object
AddCustomFieldDef, RemoveCustomFieldDef, RenameCustomFieldDef, SetField

AddCustomFieldDef

Required Privileges
Global.ManageCustomFields

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomFieldsManager used to make the method call.
name Pxsd:string

Since null
moType* Pxsd:string

Since null
fieldDefPolicy* PPrivilegePolicyDef

Since null
fieldPolicy* PPrivilegePolicyDef

Since null
*Need not be set PRequired privilege - see tooltip for details

Return Value

Type Description
CustomFieldDef

Faults

Type Description
DuplicateName
InvalidPrivilege
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



RemoveCustomFieldDef

Required Privileges
Global.ManageCustomFields

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomFieldsManager used to make the method call.
key Pxsd:int

Since null
P Required privilege: key

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



RenameCustomFieldDef

Required Privileges
Global.ManageCustomFields

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomFieldsManager used to make the method call.
key Pxsd:int

Since null
name Pxsd:string

Since null
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
DuplicateName
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



SetField

Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomFieldsManager used to make the method call.
entity PManagedObjectReference
to a ManagedEntity

Since null
key Pxsd:int

Since null
value Pxsd:string

Since null
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None