Brenden Kehren
-
11/7/2013 2:56:39 PM
RE:Setting the GUID of a Document Selector field directly to the database
It is possible but why don't you use the API to perform your updates vs. directly accessing the database? There could be a number of different problems with your direct database approach where a simple API call would resolve this. For instance, updates in more than one place, validation, cascading deletions, etc.
So even though you can query the database, I'd highly recommend staying away from it unless you know all the objects that will or are going to be updated.
|