Versions Compared

Key

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

...

  • Most pages which show a single record will have an ID property which relates to the primary key of a database table.Trust Transaction Lines, however, have a composite primary key based on the transaction id and line number.
    • Any link which has a number right at the end of it has an ID property corresponding to that number
      • Eg:  

        LinkID
        /Report/Edit/11
        /Matter/Edit/14-1088/89 89
        Contact/Edit/1019/20 20 
  • Pages which allow searching of records commonly have a Name property (and various others depending on the needs of the search page).
  • You can view the raw view model data by appending ?__ViewModelDebug=y to a page you load. This will show all the view model properties available; usually there will be enough there to pass to a report.

...