December 23, 200223 yr I need a simple and easy way to mark changed records. I have a layout with 20 or so fields on it. Any of which can be updated. I also have a "Changed" field which can be either Yes or No (obviously. I need a simple way to flag the record as changed (ready for exporting) if any of the fields have been edited. Am I missiing a very easy solution? Any advice?
December 24, 200223 yr Try this Link perhaps you can define a way to determine if the data has changed. Then use the Modification Date, or some other method of determinine what has and hasn't changed.
December 24, 200223 yr How about this. This will require that you have a script opening your layout. Make a new field <FieldA>, <FeildB> and one <My_flag>. Define <FieldB> calculation and do Yourfield1&yourfield2&yourfield3 (all your fields) calculation result
Create an account or sign in to comment