TransactionsRecordProfileUpdate Method

Create a profile update transaction that surfaces in The Raiser's Edge and eCRM for updating constituent records.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract ProfileUpdateReply RecordProfileUpdate(
	ProfileUpdateArgs args
)

Parameters

args
Type: BBNCExtensions.API.Transactions.ProfilesProfileUpdateArgs
A ProfileUpdateArgs object containing the profile update transaction data.

Return Value

Type: ProfileUpdateReply
A ProfileUpdateReply object.
Use this method within custom parts or custom handlers to create profile (constituent) update transactions that get passed to The Raiser's Edge or eCRM for approval processing, tapping into the same features for processing profile updates that are offered by the Profile Form part. Supports both Individual and Organization constituent updates and includes support for all of the fields currently available on the Profile Form part. Useful for integrating with other web systems and for creating unique profile update forms. Also supports creating profile update forms for updating constituents other than the current user, such as those selected from a Directory Part listing.