<div dir="ltr">Dear Alan,<div><br></div><div><br></div><div>Thanks for your respons, i tried this method right away but for some reason i get the same result :|<br></div><div>My field gets edited just like it should, but the attached items/products <span style="color:rgb(80,0,80);font-size:12.8px">disappear again.</span></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div><font color="#500050"><span style="font-size:12.8px">To be sure this was not caused by any of my Workflows or Eventhandlers i turned them all off but still the problem persists.</span></font></div><div><br></div><div>Do you have any other ideas on how to fix this or how to workaround this ?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div><br></div><div>Lennart</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"></div></div></div></div></div>
<div class="gmail_quote"><br></div><div class="gmail_quote">2016-04-08 12:52 GMT+02:00 Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 08/04/16 11:16, Lennart van Ballegoij wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey guys,<br>
<br>
<br>
I'm trying to edit a SalesOrder field from within my custom module.<br>
I've got no problem editing the field but after the save of the record<br>
the attached items/products disappear.<br>
<br>
Has someone encountered this issues before ?<br>
<br>
I'm using the following code to edit the Record:<br>
<br>
$recordModel = Vtiger_Record_Model::getInstanceById($salesorderid, 'SalesOrder');<br>
$recordModel->set('mode','edit');<br>
$recordModel->set('cf_762','1');<br>
$recordModel->save();<br>
</blockquote>
<br></span>
Have you tried using the vtws_revise server API?<br>
<br>
<a href="http://community.vtiger.com/help/vtigercrm/developers/server-apis.html#revise" rel="noreferrer" target="_blank">http://community.vtiger.com/help/vtigercrm/developers/server-apis.html#revise</a><br>
<br>
<br>
Al<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div></div>