Try OpenEdge Now
skip to main content
Developing BPM Applications with Developer Studio
Using dataslots : Creating user-defined dataslots : Dataslot properties : For a INTEGER and INT64 dataslot
 
For a INTEGER and INT64 dataslot
You can configure the properties of a INTEGER or INT64 dataslot in the respective sections (same sections as that for CHARACTER dataslot) of the Dataslots tab. For more information on CHARACTER dataslot properties, see For a CHARACTER dataslot.
The only difference is the Initial Value section, where you can specify an initial value in the text field. The default value is 0.
Note: Clear the Unknown check box to enable the text field to enter a value.
The below table lists the valid range for INTEGER and INT64 dataslots.
Dataslot
Minimum value (inclusive)
Maximum value (inclusive)
INTEGER
-2,147,483,648
2,147,483,647
INT64
-9,223,372,036,854,775,808
9,223,372,036,854,775,807