Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In the application.properties file, you need to specify about Partner self onboard. Depending upon the value specified in this file, Partner self onboard option appears in Adeptia Connect 2.0 UI. Partner self onboard allows Partners to onboard themselves and self-manage their Transactions. 

To set the Partner self onboard value:

  1. Go to .../<TomcatInstallFolder>/Tomcat 9.0/webapps/Working_Directory/resources_config.
  2. Open application.properties file in any text editor.
  3. Set the value in the app.connect.partner.onboard.mode property. The value can be: internal, external, or ask.

    ValueDescription
    internalAllow Company to manage all the Transactions
    externalAllow Partner to self onboard and self-manage their Transactions
    askAllow either Company or Partner to manage the Transactions
    Info
    By default, the value of this property is set to internal. Once you changed the value of this property from internal to either external or ask, you are not allowed to change the value again to internal.

  4. Save the file.