cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation for ParameterFieldUsage2 values?

ido_millet
Active Contributor
0 Kudos

What is the list of possible values and their meaning for the ParameterFieldUsage2 property?

Here is a link to the API documentation for that Property: https://www.screencast.com/t/lWQajybtedGT
That documentation doesn't provide that information.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ido,

In the help file look for this:

ParameterFieldUsage Enumeration

Don

Answers (1)

Answers (1)

ido_millet
Active Contributor
0 Kudos

Thanks, Don.
I assume you are implying the old property (ParameterFieldUsage) values are the same as the new property (ParameterFieldUsage2) values.
For the sake of other unsuspecting developers, here are the old values:
CurrentValuesProvidedByServer The values for this parameter field are provided by the server.
InUse This parameter field is used in the report.
NotInUse This parameter field is not used in the report.
Unknown This parameter field's report usage is unknown.

0 Kudos

Correct, DEV often duplicates a function with added features so it doesn't break the old one. As you know if you add a new variable to an existing API you can get a "Entry point not found" error if you don't recompile.