bmc:remedy:message-catalog:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bmc:remedy:message-catalog:start [2015/03/28 14:54] Giuseppe Di Terlizzibmc:remedy:message-catalog:start [2015/06/03 23:45] (current) Giuseppe Di Terlizzi
Line 2: Line 2:
  
 {{:bmc:remedy:remedy-logo.png?32&nolink |}} This wiki pages contains all the notes, warnings, and error messages in numerical order for the client, server, and mid tier components of AR System. {{:bmc:remedy:remedy-logo.png?32&nolink |}} This wiki pages contains all the notes, warnings, and error messages in numerical order for the client, server, and mid tier components of AR System.
 +
 +
 +=== Search ===
 +
 +Type in the search form the number (//eg. 10000//) or full/partial text of message.
 +
 +<PHP>
 +echo '<div class="message_search">';
 +tpl_searchform(0,1);
 +echo '</div>';
 +echo "<script>jQuery(document).ready(function() {
 +  var \$form = jQuery('.message_search form');
 +  \$form.submit(function(e) {
 +    \$form.find('[name=id]').val(function(i, value) {
 +      return [value, ' @', NS].join('');
 +    });
 +  });
 +});</script>";
 +</PHP>
 +
 +\\
 +\\
 +
 +===== Messages =====
 +
 +Select the AR Message from a list or use the search form.
  
 ---- datatable ---- ---- datatable ----
-cols   : Number, %title%, Type +cols      : Number, %title%, Type 
-header : Number, Message, Type +header    : Number, Message, Type 
-filter : Object=ARSystemMessageCatalog +filter    : Object=ARSystemMessageCatalog 
-max    : 10+max       : 10
 dynfilters: 1 dynfilters: 1
-summarize: 1 +sort      Number,Product
----- +
- +
----- datacloud ---- +
-field: Product +
-min: 2 +
-limit: 10+
 ---- ----
  
  • bmc/remedy/message-catalog/start.1427550849.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi