class SettingsActions extends LazyLogger

Perform a post on an undocumented API to set an org's settings. You will need to prepare a config file in the specific format to post as the body.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SettingsActions
  2. LazyLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SettingsActions(context: DynamicsContext)

Value Members

  1. val defaultSettingsFile: String
  2. def get(command: String): Action
  3. def list(): Action
  4. lazy val logger: Logger
    Definition Classes
    LazyLogger
  5. def post(): Action
  6. def search(): Action

    Modify entities for categorized search.

    Modify entities for categorized search. There is a form endpoint for this but then you need a crmwrpctoken which we cannot get externally. Publish to the old org web services endpoint.

    See also

    https://stackoverflow.com/questions/11655943/bad-request-415

    https://bettercrm.blog/2017/08/02/list-of-undocumented-sdk-messages.