Skip to main content
June 21, 2021
Question

How to setup customization file for a connected system?

  • June 21, 2021
  • 3 replies
  • 1 view

The only documentation I've seen does not have any examples for this object type. I managed to create one shown below but I don't know if this is correct. Some input/guidance would be appreciated.

## connected system credentials for API
## Name: WM Maximo Passport Connection


content._a-0000e671-0a5b-8000-9c01-011c48011c48_9065909.baseUrl=evelopment..com/.../
content._a-0000e671-0a5b-8000-9c01-011c48011c48_9065909.authTypeOAuth Client Credentials Grant
content._a-0000e671-0a5b-8000-9c01-011c48011c48_9065909.clientSecret=myClientSecretValue
content._a-0000e671-0a5b-8000-9c01-011c48011c48_9065909.clientId=myCleintIdvalue
content._a-0000e671-0a5b-8000-9c01-011c48011c48_9065909.tokenUrl=development.com/.../token

    3 replies

    danny.verb
    June 21, 2021

    What you've done is correct, you only need to uncomment the lines specific to your objects

    joseh0001Author
    June 21, 2021

    What do you mean by "uncomment the lines specific to your objects"? The comments in my file are just comments for people's awareness. The file above is just for one environment and plan on having a different customization file per environment which will have different values for each of the 5 items listed above.

    danny.verb
    June 21, 2021

    When you export a package or application there is a checkbox to download the customization file. If your export contains a connected system then this the file will contain environment specified properties you can update