How do I ID plugin that installed workflows in sandbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 05:34 AM
Hi Team,
While I have captured the Workflows in sandbox update set that I can export to xml or move to DEV, How can I possibly ID the plugin that installed the 4 workflows to get all related objects?
Pls note - This installation for these 4 workflows was done since 2014. Kindly assist, Thanks All
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 06:03 AM
Hi Fredy,
Look at the 'sys_package' value for each in the XML.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 06:14 AM
Will do as advised, Thanks Bert_c1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 11:46 AM
Once you do, I hope you will return here and mark my post as correct.
<wf_workflow>
<access/>
<description/>
<name>Approval Workflow for SM</name>
<preview/>
<sys_class_name>wf_workflow</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2014-09-03 18:10:37</sys_created_on>
<sys_domain>global</sys_domain>
<sys_domain_path>/</sys_domain_path>
<sys_id>da95b573d7322100bbc783e80e610360</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_name>Approval Workflow for SM</sys_name>
<sys_overrides/>
<sys_package display_value="Service Management Core" source="com.snc.service_management.core">12e95d8547003110753923dbd36d434d</sys_package>
<sys_policy/>
<sys_scope display_value="Global">global</sys_scope>
<sys_update_name>wf_workflow_da95b573d7322100bbc783e80e610360</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2014-09-03 18:10:37</sys_updated_on>
<table>sm_order</table>
<template>false</template>
<vars/>
</wf_workflow>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:38 AM
Hi Bert_c1, sorry for the delay response, I am actually helping a team mate out to get solution his task. I sent to him your advise but he has not gotten back to me on that due to an immediate requirement we are all currently working on. Should he get the chance to work on it and he gets back to me, I will for sure let you know. Thanks Bert_c1