<div dir="ltr">Richard,<div><br></div><div>save action on any module calls Save action of that particular module.If the the Save action for the Module does not exist,it falls back Save API in <font color="#ff0000">CRMEntity.php</font>,this in turn calls <font color="#ff0000">saveentity</font> API which performs <font color="#ff0000">vtiger_module </font>specific operations and <font color="#ff0000">vtiger_crmentity</font> table operations.The best place for you debug would be the <font color="#ff0000">saveentity</font> API of <font color="#ff0000">CRMEntity.php</font>.Note this API calls <font color="#ff0000">save_module</font> of respective module,through which we can perform desired module related operations,if not required you can just create a save_module API with nothing in it.</div>
<div><br></div><div>Regards,</div><div>Rishab</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 28, 2014 at 8:04 AM, Richard Hills - Technologywise <span dir="ltr"><<a href="mailto:richard@tw.co.nz" target="_blank">richard@tw.co.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys, probably a very easy question but I have had a fish and was unable to find the right method...<br>
<br>
Inside my custom module I am envoking the save action (no custom save action is defined inside of my module). I expected this would then process the Vtiger modules save method, but debugging has proven this to not be the case, can someone tell me where this core method sits?<br>

<br>
Thank you<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Richard Hills<br>
TechnologyWise Ltd, Tauranga, NZ<br>
<a href="mailto:richard@tw.co.nz" target="_blank">richard@tw.co.nz</a><br>
<a href="http://www.technologywise.co.nz" target="_blank">www.technologywise.co.nz</a><br>
ph: +64 (0)7 571 1060<br>
fax: +64 (0)7 571 1061<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</font></span></blockquote></div><br></div>