LoadParameters Class

Contains methods to retrieve record Id information for parameters passed into the load-form handler.

Namespace

Pref_center

Example

String userId = loadParams.getRecordId();

User user = [select id, AboutMe from User where id=:userId];

LoadParameters Methods

The following are methods for LoadParameters.

getRecordId()

Returns the untokenized version of the record Id.

Signature

public String getRecordId()

Return Value

Type: String