Item specific Menus

Previous  Next |  Direct link to this topic

It is possible to make the menu items item specific by making the menu conditional and use the 3 keywords in a SQL statement.

Keyword

Description

$[CURRENT_ITEM]

Return the current item Uid in focus (Example if the right click on a Sales Order happened on the Customer code field the result back would be 4 as this is item Uid 4)

image274

$[CURRENT_COLUMN]

Return the currently focused column (if any)

$[CURRENT_ROW]

Return the currently focused row number (if any (else -1 is returned))

Example:

image275

This SQL statement will make the menu on show when you right click on item 128.