MODIFIER:ID-SUPP
path: CATEGORY: > CATEGORY:NUWIKI > MODIFIER:@ > MODIFIER:ID-SUPP

Nucleus Modifiers

ID-SUPP

The ID-SUPP modifier suppresses the prompt for the ITEM-ID on entry to a Nucleus screen. The screen initializes in a NEW item mode.

Syntax

ID-SUPP

Notes

  • Should appear towards the end of the script before the COMPILE directive.
  • When ID-SUPP is employed in a script, ITEM-IDs are automatically generated at file time, and are not available in the associated subroutine until after the item is filed.
  • Retrieval for screens designed to suppress the ID display can be done against intersected searches, B-tree selections or other methods which will be addressed in detail in more advanced tutorials.
  • A should be defined for any field or combination of fields to allow retrieval.

Example

In the NUC.DEMO account is a Nucleus demonstration routine called TEST.LOOKUP, which utilizes ID-SUPP to display a list of choices in a screen with enabled "jumps" to the associated customer codes shown.

Synonym