Versions Compared

Key

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

The configuration file used for the various import operations of the B2B Plugin should be stored in the Artifacts Repository prior to deployment. The input to specify the config file only requires the config file name as it is assumed it will be located in the artifacts repository. The config file has two sections; : the Header section and the Properties section.

The Header section consists of 4 header lines as seen below

Code Block
languagegroovy
Use: {'Agreements' or 'BaseChannels'}

...


ObjectsToUse: {Object1, Object2}

...


ListsToUse: {MyCompanyProtocol, RespondingPartnerAgrmtIDs, PartnerIDs, PartnerProtocol}

...


MyCompanyName: MyCompany

The Use line indicates whether the config file will be used for Agreements or Base Listening Channels.

...

The second section indicates which properties to replace on which objects. The lines follow the below format.

Code Block
${ObjectName}:${PropertySet}|${PropertyName}:${PropertyValue}

For full configuration file examples see here.