Registration Component

Fnd_Reg_SetSecretKey

Fnd_Reg_SetSecretKey (key)

Legacy manual page 212

Parameters

ParameterTypeDescription
keyTextThe secret product key

Description

Use this method to set the secret product key for the application:

Fnd_Reg_SetSecretKey ("mySecretProductKey_773")

This must be the first Registration component method called. It should be called only once. See the Techniques section of this chapter for important information about selecting a secret product key for your application.

Extracted source text
            Fnd_Reg_SetSecretKey (key)

              Parameter                 Type               Description
              key                       Text               The secret product key

            Use this method to set the secret product key for the application:
              Fnd_Reg_SetSecretKey ("mySecretProductKey_773")

            This must be the first Registration component method called. It should be called only once.
            See the Techniques section of this chapter for important information about selecting a secret product key
            for your application.