<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Changing Default Functions When an Item is Saved</title><link>https://www.aras.com/community/f/development/3167/changing-default-functions-when-an-item-is-saved</link><description>I want to have a time stamp for each unique Related Item for a particular Item. So I set up a simple method to save the parent, any time a specific field is changed on the related item. That way the modified_on field is accurate to the minute.

The issue</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Changing Default Functions When an Item is Saved</title><link>https://www.aras.com/community/thread/166?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 13:41:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:43d47879-014e-49ac-9471-3cacb0802d98</guid><dc:creator>shwnhlgn</dc:creator><description>Thanks for the feedback Dennis. I am using the modified_on property currently. I think I have a solution that works for me.

I attached a method to a boolean field that simply saves the related item upon edit. And the modified_on field shows the time is was edited.

For some reason the save method attached to the boolean didn&amp;#39;t move the parent back to the default view like the string data field did.

I previously tried a custom data field with date and time but it was relatively slow to populate.

I&amp;#39;ll look at using SQL for future solutions if this comes up again.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing Default Functions When an Item is Saved</title><link>https://www.aras.com/community/thread/156?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2017 05:45:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4cba0325-a251-4b01-8211-e928e7ed1d0c</guid><dc:creator>Dennis Lindinger</dc:creator><description>Do you have to use the modified_on property for your tracking? If not, then you could create another date and time field on the parent item. Hook a method on after add of the relationship itemtype where the method updates the property on the parent. The updating of the parent may be a little tricky. If using regular methodologies do not work, then you might have to use SQL to do it. As long as the parent property is not editable by the user then SQL update is less concerning.

Dennis&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>