SetOrgEntityConfigAttribute

Sets the value of a configuration attributes for the calling resource.

  • The request must specify the configuration attribute name and the value you want to set.
  • The response is as follows:
    • if an error occurs an exception is thrown,
    • otherwise, an empty result is returned. There is no indication of success in the response.
Action setOrgEntityConfigAttribute
Parameter Notes
  • attributeName: the name of the configuration attribute you want to set.
  • attributeValue: the value of the configuration attribute you want to set.
Return VoidResult

Required System Action

The autoOpenNextWorkItem system action is required to set the WorkItemAutoOpen attribute. Otherwise, none.