Issue report by Jeremiah Hammond
Product
FileMaker ProVersion
13v5Operating system version
OS X 10.10.2Description of the issue
Get( ModifiedFields ) should return a list of fields that have been modified in the current record but it doesn't return anything if the record is new (aka it's never been committed to the database). As a FileMaker developer, I would expect this function to work no matter if the record is new or existing.Steps to reproduce the problem
1. Open up Data Viewer and add an expression that outputs Get( ModifiedFields ) so you can monitor it during the steps below.2. Create a new record, and make sure *not* to commit to the database.
3. Modify one or two fields. Again, don't commit.
4. Notice that Get( ModifiedFields ) is blank.