Description
Gets a list of property keys for the specified request type from the provided service desk.
Parameters
Return Type
string[]
Example
return getRequestTypePropertyValues(1, 2, "propKey");
Returns: "value1|val2|test3"
See also
Gets a list of property keys for the specified request type from the provided service desk.
string[]
return getRequestTypePropertyValues(1, 2, "propKey");
Returns: "value1|val2|test3"