Can any one explain how we can generate the Preventive Maintenance Tasks Automatically from Contracts. This should be done in the background. I am aware about the contract manager.
FSM 16. How to generate Preventive Maintenance from Contracts Monthly.
Best answer by anmise
Can any one explain how we can generate the Preventive Maintenance Tasks Automatically from Contracts. This should be done in the background. I am aware about the contract manager.
It should be possible to setup a schedule in ‘Monitor Schedules’ to do this, using the perform_contract_pm_request_generation MPM.
<perform_contract_pm_request_generation>
<parameters>
<posting_group />
<contract_id>ABC</contract_id>
<contract_version>1</contract_version>
<contract_type />
<place_id />
<request_template_id />
<task_template_id />
<schedule_end_date />
<purchase_order_id />
<consolidate_request />
<break_on_model_id />
<break_on_contract />
<break_on_contract_type />
<break_on_planned_date />
<template_title />
<model_id />
<bundle_pms />
<variance_days />
<consolidate_task />
</parameters>
</perform_contract_pm_request_generation>
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.