Skip to main content
Question

Reprice Request MPM

  • May 1, 2024
  • 3 replies
  • 25 views

Forum|alt.badge.img+7

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

Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • May 1, 2024

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


Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28

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!


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • May 2, 2024

Thanks Shneor