Adding the Work Order Dependency Manager LWC as a Work Order Wizard Step
You can create a Custom Action and add it as a SFM Wizard step to manage task dependencies for a Work Order record. The standard Custom Action, Task Dependencies Manager is available as part of the package. You can add this Custom Action as a Wizard step. Also, you can clone this custom action and modify details based on your requirements.
To create a custom action for Work Order Dependency Manager:
1. Go to ServiceMax Setup > Service Flow Manager > Custom Actions. The Custom Action page is displayed.
2. In the Manage Custom Actions for, select Work Order object.
3. In the Pre-configured Custom Actions, select Task Dependency Manager action and click Clone.
The Custom Action details for Work Order page is displayed with pre-loaded values.
4. Select Action Type as UI Component. The Custom Action details page for the selected object is displayed.
5. Modify the details, if required as described in the following table:
Field
Description
Object
Displays the name of the object for which you are creating a custom action.
Action Title
Enter the title to appear on the record page. For example, Task Dependencies.
Action ID
Enter a unique ID for the custom action.
Description
Enter a description for the custom action.
Component Type
Select Managed Components from the list.
Name
Select Work Order Dependency Manager from the list.
Modal Height
Select a height from the list. This refers to height of the component when displayed at runtime.
* 
It is recommended to set this value to Medium.
6. Review the following defined list of parameters for this custom action:
Custom Action Parameters
7. Click Save.
You can add this Custom Action as a Wizard step to manage dependencies. For more information, see Adding Wizard Step for a Wizard.
Was this helpful?