Hi all,<br><br>Currently I do a test to see if a Link exists and if not I create a Link. To speed things up I'm thinking about removing the test step and just creating a link every time. So are there any problems if I<br>
<br>LINK (1) OF Person WITH (10) OF Phone<br><br>when this link already exists?<br><br>Secondly, is there a way to unlink every link for a particular record without specifying the actual links. ie, instead of:<br><br>UNLINK (1) OF Person FROM (10,14,27,93) OF Phone<br>
<br>is it possible to do:<br><br>UNLINK (1) of Person FROM Phone<br><br>or<br><br>UNLINK (1) of Person FROM (*) OF Phone<br><br>or<br><br>UNLINK (1) of Person FROM (ALL) OF Phone<br><br>Advise appreciated<br><br>