setRequestTypePropertyValue
Description
Sets a property value for the provided property key, from a specified request type and service desk.
Parameters
Return Type
boolean
True if the property value is set, false otherwise.
Example
return setRequestTypePropertyValue(1, 2, "propKey", {1, 2, 3});
See also
Peacock