Versions Compared

Key

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

...

If user will direct go to child tab with without select record on parent tab then system will show the message Please Select Parent Tab First. 

...

 User can define here logic that will determine at runtime whether tab will enable, the result determines if the tab is actually enable.

Info

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)

...

  • Read Only 

Tab is read only 

...

Logic to determine if tab is read only (applies only when tab is read-write able) 

Info

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)

 

  • Commit Warning 

Warning displayed when saving 

...