Hi,
suppose we have on object id:'09000886800bc78b' having i_folder_id [0]:0b00088680017378
[1]:0b0008868005ad65
my question is while performing delete operation i_folder_id[0] the original document should have to move to i_folder_id[1] that is the folder in which link is present. What I am going say while performing delete operation on the original document which is in i_folder_id[0] it has to move to the folder where it the link is present. whit out any condition if we perform delete operation both link and original document will be deleted.
So I want dfc code to move the original document to its link place while performing deletion operation on the original document.