Configuring Viewpoint > Manually configuring Viewpoint > Configuring Viewpoint for Quoting

2.2.5 Configuring Viewpoint for Quoting

Quoting allows you to view the price of a potential service before it is actually submitted to Moab.

Viewpoint Quoting is meant to be enabled by our Professional Services team. It is recommended that you contact that department to set up this feature.

To configure Viewpoint for quoting

  1. Place the following NAMI scripts somewhere on the Viewpoint server:
  2. Configure the quoting section of the ViewpointConfig.groovy file so that the keys point to the scripts' location. Set quote_enabled to "true".
  3. billing {

      quoting_enabled="true"

      quote="/opt/moab/tools/mam/bank.quote.mam.pl"

      accounts="/opt/moab/tools/mam/bank.account.mam.pl"

    }

  4. Configure NAMI in Moab. See "Charging a Workflow" in the Moab Workload Manager documentation for details.

Related topics