Skip to content

UpdateSspUserField

Corey Wallis edited this page Oct 11, 2019 · 1 revision

Update a Student Study Package (SSP) user field

Arguments

Name Purpose Direction Type Default Value
ProcessSuccessful A flag indicating if the activity successfully completed its process Out Boolean
ProcessMessage A message providing context to the success, or failure of the process undertaken by this activity Out String
StudentID The unique id number of the student to be entered into the window In String
StudyPackageCode The version of the course / topic (Study Package) to be entered into the window In String
StudyPackageVersion The version of the course / topic (Study Package) to be entered into the window In String
StudyPackageAttempt The student's attempt of the course / topic (Study Package) to be entered into the window In String
UserFieldLabel The label of the user field to update In String
UserFieldValue The new value of the user field In String
ActiveBrowser Reference to the current active browser tab InOut Browser

Clone this wiki locally