Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the Field is displayed, the result determines if the field is actually displayed 

 

Code Block
Format := {expression} [{logic operator} {expression}] 

...



expression := @{context}@{relation operator}{value}  

...



logic operator = single pipe symbol {|}, use for logical OR  

...



single ampersand symbol {&}, use for logical AND 

...



context := any global or window context  

...



value := strings or numbers 

...



relation operator := eq{=}, gt{>}, le{<}, not{^ !}  

...



Examples:  

...



@AD_Table_ID@=14 | @Language@!GERGER  

...



Above format use two expression  

...



{expression}{ logic}{ expression} 

...



{AD_Table_ID variable value from context is EQUAL TO 14}{OR}{Language variable value from context IS NOT GERGER} 

...



Above format is true if one of the expression is true. 

...



@PriceLimit@>10 | @PriceList@>@PriceActual@ 

...



@Name@>J 

...



Strings may be in single quotes (optional)

 

 

  • Display Length 

Length of the display in characters 

...

Default definitions are ignored for record columns set as Key and Parent.

...

  • if Data Access Level to Table-> System, then Default value of AD_Client_ID and AD_Org_ID is 0. 
  • If Data Access Level to Table -> System + Client, then default value of AD_Org_ID is 0. 
  • Other than this Default Value is set according to the value defined in AD_Column table for particular column. 

 

  • Zoom Window 

Indicate the window which user want to open from Zoom icon.  

...