Versions Compared

Key

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


Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleDescription of Issue

Client needs TRS view containing Comment1 and Comment2 fields in Business Accounts

...

linenumbers

SELECT

td_text

FROM

mu_text

WHERE

th_program

=

'blmstcm1'

AND

th_index_value

=

'XXXX'

Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleResolution

To view these comment fields in Munis, follow the steps below:

  1. In Tyler Menu, navigate to Munis > Property Revenue > Business Licenses > License Processing and Reports > Business Accounts
  2. Click TEXT/COMMENTS tab to view comment fields.

In the following sample query, replace XXXX on line 4 with the Account ID to view COMMENT 1. Replace blmstcm1 in line 3 with blmstcm2 to view COMMENT 2.

Code Block
languagesql
firstline1
true


Panel
borderColor#03396c
titleColorWhite
titleBGColor#03396c
titleAdditional Information


...