Table Description
Internal Utility ID: The last unique reference number which has been assigned to the primary Concern Role Alternate ID of a Utility.

This table can be used by a custom implementation of Curam if it is required that the alternateID values for Utilities Concern Role Alternate ID records are assigned in an ascending, sequential manner. This table guarantees that there will not be any 'gaps' in the unique identifiers assigned to the records.

Example

This table holds a single row with the value 12345. A User registers the Utility Midway Bus, which causes:

  • the value on this table to be incremented to 12346; and
  • the value 12346 to be stored in the primary Concern Role Alternate ID for Midway Bus.

Technical Notes

This is a control entity which only ever holds one row. If you require to use this entity, then you must set the Curam environment variable curam.referencenumber.generateutilityidfromkeyset to be 'NO', otherwise Curam key-set mechanism will be used instead to assign an identifier. Use of this entity must be considered carefully as it may prevent concurrent users from registering Utilities.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Infrastructure::Unique IDs::InternalUtilityID
Controlling File: core\model\Packages\Global Classes_cat.efx
Attributes (1)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
nextUtilityIDkeynoThe next unique reference number for a utility.ALTERNATE_ID SVR_STRING<18>
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readOnenkread This method reads the only record in this control table. 
modifyAllnkmodify This method sets the value of the only record in this control table. 
Related Pages (0)