Guest User

Untitled

a guest
Dec 12th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @RemoteAction
  2. global static String updateTotalAccompByUserId(String userJSON, String userCategory, String totalAccomp, String currentQuarter, String currentYear){
  3. ...
  4. User user = (User) JSON.deserialize(userJSON, User.class); /*ERROR*/
  5. system.debug('%%% user: ' + user);
  6. ...
  7. }
Add Comment
Please, Sign In to add comment