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 User.Income Group set to current Session Attributes.incomeGroup current User.Role set to current Session Attributes.role current User.Last Name set to current Session Attributes.lastName current User.Title set to current Session Attributes.title
Home |