date | comment |
---|---|
201912 | Created |
202108 | Reviewed - no change |
The page describes Sage's best practices for manipulating user profile data in the application. In general, we avoid updating the database directly when we can use APIs to perform the work, so we use a client for most of this.
...