postCreate() and postEdit() - can they be "merged" ?
postCreate() and postEdit() - can they be "merged" ?
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.