deleteRequestTypeProperty

deleteRequestTypeProperty

 

Syntax

deleteRequestTypeProperty(serviceDeskId, requestTypeId, propertyKey)

Package

 

Alias

 

Pkg Usage

 

Description

Removes the property with the property key, from a specified request type and service desk.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

serviceDeskId

number

Yes

The servicedesk id from which to remove the property.

requestTypeId

number

Yes

The request type id from which to remove the property.

propertyKey

string

Yes

The key of the property to be deleted.

Return Type

boolean

True if the property is deleted, false otherwise.

Example

return deleteRequestTypeProperty(1, 2, "propKey");

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.