Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 101.45211

Package: Order Entry Results Reporting

AP DIALOG CONFIG(#101.45)-->101.452-->101.4521-->101.45211

Sub-Field: 101.45211


Information

Parent File Name Number Package
101.4521 VALUES 101.45211 Order Entry Results Reporting

Details

Field # Name Loc Type Details
.01 VALUE 0;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>150!($L(X)<1) X
    MAXIMUM LENGTH: 150
  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Type 1 to 50 characters that will one of the values selectable by the user for this object.
  • DESCRIPTION:  The number of values determine the appearance of the builder block element. Having no values will result in a free text edit field being created, having 1-3 will create a group of radio buttons (unless those values
    are very long), anything else (more than 3 or long values) will result in a dropdown.
  • CROSS-REFERENCE:  101.45211^B
    1)= S ^ORD(101.45,DA(3),2,DA(2),1,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^ORD(101.45,DA(3),2,DA(2),1,DA(1),1,"B",$E(X,1,30),DA)
.02 ASSOCIATE WITH 0;2 SET
  • 'D' FOR DATE;
  • 'E' FOR EDIT;

  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Select 'D' to associate this value with a date/time picker or 'E' to associated it with a free text field (only works when the control is a radio group).
  • DESCRIPTION:  When a 'D', a date/time control is created and when an 'E', an edit control is created. The associated control is linked to the value so when the value is selected this control is enabled and when not selected this
    control is cleared and disabled.
.03 SPECIAL 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Type a number between 0 and 9999 that equals the IEN of another builder block of this page you wish to be made required when this value for this control is selected.
  • DESCRIPTION:  
    Special allows a value of one element to require another element. So this field should be populated with the IEN of the element that needs to be made required when this value is selected.
.04 DATE RESTRICTION 0;4 SET
  • 'PDT' FOR PAST DATE/TIME;
  • 'FDT' FOR FUTURE DATE/TIME;
  • 'PD' FOR PAST DATE ONLY;
  • 'FD' FOR FUTURE DATE ONLY;

  • LAST EDITED:  FEB 24, 2022
  • HELP-PROMPT:  Select a code to configure a date/time picker if the ASSOCIATED WITH field for this value equals 'D' and this control is a radio group.
  • DESCRIPTION:  Only valid if the value is associated with a date/time picker. This can be used to restrict that associated control to "D" date only or "DT" to allow time ("DT" is used if no choice is made) - "DT" does not force
    time, it only allows time.
    This code also restricts the date range based on the first character of the code (P for Past and F for Future), this restriction always uses NOW (P = date < NOW and F = date > NOW).
Info |  Details