Is there a way to tell is a Service Portal Widget has been cloned? If so, how?

ngriffiths
Mega Expert

We had a vendor come on site and do some work.  We didn't get much documentation from them and are now in a situation where we have to remediate code dependencies due to the Madrid version.  With that being said, we are trying to figure out if there is a way to tell if a SP Widget was cloned and if so what it was cloned from.  If this is possible, how do we go about figuring out this information?

1 ACCEPTED SOLUTION

alexbones
Tera Expert

try looking at the table sp_rel_widget_clone. this should show the child clone

View solution in original post

2 REPLIES 2

Alikutty A
Tera Sage

Hi,

The widget will be editable if it was cloned or else it remains in read only mode and you cannot edit it. All OOB widgets are read only.

You can also run a quick query on the Created by field. Add this field on list layout and do a Group by on it. All widgets which are not created by any of your developers are OOB.

Thanks!

alexbones
Tera Expert

try looking at the table sp_rel_widget_clone. this should show the child clone