Skip to main content

OpenId

Opens a new instance of an object for a given Identifier.

Synopsis

OpenId object

Arguments

The OpenId statement has the following argument:

object Name of the object for which a new instance should be created.

Examples

The following example demonstrate how to use the OpenId statement:

person = OpenId User.Person(5012) 
  'Instantiates a person object with the Id of 5012

See Also

FeedbackOpens in a new tab