1. Column type Guid

    Article: AN0001614Updated:

    This type is used for storing the global identifier Guid.

    Properties

     

    Name Description
    Use as a reference When checked off column name in the detaild form will work as a html link.
    Link format It enables to define the way of composing links from attribute value.
    Name of window for the link The link is opened to the same window by default, in which current page is displayed. When filling in this value, the link will be opened into another window.
    Enable opening the link in a list After setting text in the list of records will work as a link.
    Create a new value It determines, wheather value of the global identifier shall be filled in when openning a new record.

    Link format

    It determines, wheather values in the column will be interpreted as a whole link and its part only.

    Example:
    '{#}' - value from the column represents the whole link
    'http://www.company.com/index.aspx?text={#}' - value from the column represents part of the link only

    Text {#} is replaced by the value from the column.

    Value in the column is an expression. Therefore, functions like e.g. Column can be used and also values from other columns can be inserted in the link. This behaviour is suitable especially in queries, where you can create URL for navigation to another page.

    Name of window for the link

    You can use whatever text or standard names (HTML definition) as a name: 

     

    Name Description
    _blank new window or a new tab
    _top highest frame window
    _parent superior frame
    _self same frame

     

×