Configuring the Loader Templates

You can configure the loader templates for Program and Contract Management.

See Also
Configuring Properties
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To define the name of the template object that contains the file if the download template action is used for WBSE Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.WBSETemplateName = WBSE

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  3. To define the format for the template file of the template object if the download template action is used for WBSE Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.WBSETemplateFormat = generic

      This value should not be changed without advanced understanding of schema to coincide with the checked in file for the identified object name.

    2. Set the value for this property depending on your business requirements.
  4. To define the type of the template object that contains the format if the download template action is used for CLIN Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.CLINTemplateType = AnDPMA Loader Template

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  5. To define the name of the template object that contains the file if the download template action is used for CLIN Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.CLINTemplateName = CLIN

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  6. To define the format for the template file of the template object if the download template action is used for CLIN Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.CLINTemplateFormat = generic

      This value should not be changed without advanced understanding of schema to coincide with the checked in file for the identified object name.

    2. Set the value for this property depending on your business requirements.
  7. To define the type of the template object that contains the format if the download template action is used for Contract Requirement Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.ContractRequirementTemplateType = AnDPMA Loader Template

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  8. To define the name of the template object that contains the file if the download template action is used for Contract Requirement Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.ContractRequirementTemplateName = Contract Requirement

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  9. To defines the format for the template file of the template object if the download template action is used for Contract Requirement Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.ContractRequirementTemplateFormat = generic

      This value should not be changed without advanced understanding of schema to coincide with the checked in file for the identified object name.

    2. Set the value for this property depending on your business requirements.
  10. To define the type of the template object that contains the format if the download template action is used for the Regulation Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.RegulationTemplateType = AnDPMA Loader Template

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  11. To define the name of the template object that contains the file if the download template action is used for the Regulation Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.RegulationTemplateName = Regulation

      This value should not be changed without advanced understanding of schema.

    2. Set the value for this property depending on your business requirements.
  12. To define the format for the template file of the template object if the download template action is used for the Regulation Loader, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      AnDPMA.Loader.RegulationTemplateFormat = generic

      This value should not be changed without advanced understanding of schema to coincide with the checked in file for the identified object name.

    2. Set the value for this property depending on your business requirements.
  13. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxAnDPMAccelerator.properties page object. For more information, see Editing Properties Using MQL.