We are trying to find a way to remove SAs from Items (as part of deactivation and deletion of employee data). We need these removed:

Is there a process for this?
We are trying to find a way to remove SAs from Items (as part of deactivation and deletion of employee data). We need these removed:
Is there a process for this?
Best answer by ktolkacevic
One option……
select ipx.item_id
,it.bpart_id
,it.serial_no
,ipx.unique_id
,ipx.person_id
,case when it.item_status = '3' then 'inventory_item' when it.item_status = '1' then 'item_installed' when it.item_status = '8' then 'removed_item' end as 'bc_name'
from item_person_xref ipx
join item it on ipx.item_id=it.item_id
where ipx.person_id='seal'
<root>
<session email="" alias="">
<state bc_name="item_installed">
<action name="data-update">
<main>
<row>
<item_id>7588857</item_id>
</row>
</main>
<item_sa_xref>
<row number="1" delete="true">
<item_id>7588857</item_id>
<unique_id>341</unique_id>
<person_id>seal</person_id>
</row>
</item_sa_xref>
</action>
</state>
</session>
</root>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.