• Call same client Method from different locations (Action, CUI , Form button)

    Hi, I wonder what´s the best way to call the same Client Methods from a different locations. The item that triggers the Method needs different handling based on the event used as trigger. A standard ItemType "Action" Method may work like this: var…
  • I have an event (onSearchDialog) within a property from a Relationship Type. How do i get a value from the relationship properties for the row selected.

    I have an event (onSearchDialog) within a property from a Relationship Type. How do i get a value from the relationship properties for the row selected. The method I have now only works on getting a value from the parent. var sid = top.thisItem.getPropertyAttribute…
  • Open specific ItemType form from a client side method

    Hi All, I have an ItemType that is setup with two forms attached, one being the main default form used for viewing, editing, adding etc.. I would like to however be able to through a client side method open the "Secondary Form" loaded with a context…