<div dir="ltr">Nancy, you might try: <a href="https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_entity_update/7">https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_entity_update/7</a>. And you might have to reset the entity cache. This is untested.<div>
<br></div><div><span style="font-family:'Bitstream Vera Sans Mono',Monaco,'Lucida Console',monospace;font-size:12.222222328186035px;line-height:17.98611068725586px;white-space:pre-wrap;background-color:rgb(246,246,242)">entity_get_controller('node')->resetCache(array($node->nid));</span><br>
</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div>Lucas<div><a href="http://www.mtechinformationsolutions.com" target="_blank">MTech, LLC</a></div></div></div>
<br><br><div class="gmail_quote">On Thu, Sep 12, 2013 at 1:36 PM, Nancy Wichmann <span dir="ltr"><<a href="mailto:nan_wich@bellsouth.net" target="_blank">nan_wich@bellsouth.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div><span>just to prove that my code would work, I put it in hook_node_update(). Unfortunately, that hook runs before node_save() completes, so the updated data is not written to the DB yet. I can't find any hook that runs after node_save() is complete. Does anyone have any ideas?<span class="HOEnZb"><font color="#888888"><br>
</font></span></span></div><span class="HOEnZb"><font color="#888888"><div> <font color="#ff007f" face="bookman old style, new york, times, serif" size="4"><font style><span style="font-family:arial,helvetica,sans-serif"><br>
</span></font></font><font color="#ff007f" face="bookman old style, new york, times, serif" size="4"><i><b>Nancy</b></i></font></div></font></span></div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>