I've created several Synch Plugins that manage data in custom tables (e.g. a U_PartsMaster table that links to every PartsMaster record) and also in user resources (e.g. SSN from the sample plugin), but I'd like to also manage standard data in Web Tools as well - more specifically, I'd like to set each Part's PartsOptions field so that the eighth character is always 'Y'. Of course, this could easily be accomplished by building a Synch Plugin that runs after the Parts are synchronized and updates the SQL code manually, but is that really such a safe solution? Is there a more elegant way of doing it that is preferred, or is a straight-up SQL update OK for this specific modification?