SubmitParameters Class
Namespace
Example
1String userId = submitParams.getRecordId();
2
3User user = [select id, AboutMe from User where id=:userId];SubmitParameters Methods
The following are methods for SubmitParameters.
1String userId = submitParams.getRecordId();
2
3User user = [select id, AboutMe from User where id=:userId];The following are methods for SubmitParameters.