Call this method with any Object ID to display the object in Salesforce.com. Note that this method can not be access from a Configuration Dialog.

Namespace:  RedCritterSForceV1
Assembly:  RedCritterSForceV1 (in RedCritterSForceV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool DisplayObject(
	string objectID
)
Public Function DisplayObject ( _
	objectID As String _
) As Boolean

Parameters

objectID
String
The Id of the Salesforce.com object to display

Return Value

True if successful

See Also