postCreate() and postEdit() - can they be "merged" ?

postCreate() and postEdit() - can they be "merged" ?

tangerinetangerine Posts: 3,350Questions: 37Answers: 394

I set up a postCreate() function to concatenate parts of a name and store a "name for display" in the database.
Now I need the "edit" functionality to do the same thing. Do I need a separate "postEdit()" function, or is there a convenient shortcut effectively amalgamating the two functions?

This discussion has been closed.