+

Search Tips   |   Advanced Search

Portal, V6.1


 

Example: Simple update action

This update action is part of a Web site that allows visitors to manage certain information and preferences about themselves. When executed, this update action will write to the fields (Income Group, Role) in the data store for the record associated with the current user (the current Web site visitor), using data contained in the current user's session variables, such as incomeGroup and role.

  Update
    current Portal Users.Income Group set to current Session.incomeGroup
    current Portal Users.Role set to current Session.role
    current Portal Users.Last Name set to current Session.lastName
    current Portal Users.Title set to current Session.title

 

Parent topic

Actions