Registration Component

Fnd_Reg_RegistrationState

Fnd_Reg_RegistrationState ({feature code}) -> Number

Legacy manual page 211

Parameters

ParameterTypeDescription
feature codeTextA registration feature code or “” (optional)
Function resultNumberThe feature’s registration state

Description

This function returns the current registration state for the specified feature:

$state_i:=Fnd_Reg_RegistrationState

The value returned will be equal to one of these constant values: Fnd_Reg_PreDemo Fnd_Reg_Demo Fnd_Reg_Expired Fnd_Reg_Registered

Fnd_Reg_PreDemo: The feature has not been registered yet and the demo period has not been started (there is no expiration date). Fnd_Reg_Demo: The feature has not been registered and the demo period has been started (there is an expiration date), but has not yet expired. Use the Fnd_Reg_GetExpirationDate or Fnd_Reg_GetDemoDaysRemaining functions to determine when the trial period will expire. Fnd_Reg_Expired: The feature has not been registered and the demo period’s expiration date has passed. Call Fnd_Reg_GetExpirationDate to determine when the trial expired. Fnd_Reg_Registered: The feature has been registered.

Extracted source text
            Fnd_Reg_RegistrationState ({feature code}) ➔ Number

              Parameter                Type               Description
              feature code             Text               A registration feature code or “” (optional)
              Function result          Number             The feature’s registration state

            This function returns the current registration state for the specified feature:
              $state_i:=Fnd_Reg_RegistrationState

            The value returned will be equal to one of these constant values:
              Fnd_Reg_PreDemo
              Fnd_Reg_Demo
              Fnd_Reg_Expired
              Fnd_Reg_Registered

            Fnd_Reg_PreDemo: The feature has not been registered yet and the demo period has not been started
            (there is no expiration date).
            Fnd_Reg_Demo: The feature has not been registered and the demo period has been started
            (there is an expiration date), but has not yet expired. Use the Fnd_Reg_GetExpirationDate or
            Fnd_Reg_GetDemoDaysRemaining functions to determine when the trial period will expire.
            Fnd_Reg_Expired: The feature has not been registered and the demo period’s expiration date has
            passed. Call Fnd_Reg_GetExpirationDate to determine when the trial expired.
            Fnd_Reg_Registered: The feature has been registered.