Question

Reprice Request MPM


Badge +3

I read in another thread that there may be an MPM to re-price a request. My first question would be, is there documentaiton on available MPMs?

If not, could someone confirm if there is a re-price request MPM and if so its name?

The intention would be to assign it to a button on the request screen to re-price any part on non-part usages lines. We change linecodes if the customer has caused the breakdown to initiate charging however changing a linecode on a part usage line does not initiate a re-price.

If I can get that working I may look to do it automatically using a business rule to trigger the MPM however I need to know if such an MPM is available in the first instance.

Thanks,

Barry


3 replies

Badge +3

Ahh - I just noticed Business Rule 23 which does what I need so I have been able to implement the requirement using this BR.

Thanks,

Barry

Userlevel 6
Badge +26

Hi @MWAMAITTEAM 

It is great that you found a solution.

For future reference:

  1. There is no MPM documentation.
  2. There is such a MPM
    <perform_reprice_request>
    <parameters>
    <request_id>@request_id</request_id>
    </parameters>
    </perform_reprice_request>

Cheers!

Badge +3

Thanks Shneor

Reply