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 02:09] Giuseppe Di Terlizzibmc:remedy:message-catalog:start [2015/06/03 23:45] (current) Giuseppe Di Terlizzi
Line 1: Line 1:
 ====== AR System Message Catalog ====== ====== AR System Message Catalog ======
  
-{{:bmc:remedy:remedy-logo.png?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.
  
----- datatable ---- 
-cols   : Number, %pageid%, Type 
-header : Number, Message, Type 
-filter : Object=ARSystemMessageCatalog 
-max    : 10 
-dynfilters:1 
----- 
  
----- datacloud ---- +=== Search === 
-fieldProduct + 
-min2 +Type in the search form the number (//eg. 10000//) or full/partial text of message. 
-limit: 10+ 
 +<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 ---- 
 +cols      Number, %title%, Type 
 +header    Number, Message, Type 
 +filter    : Object=ARSystemMessageCatalog 
 +max       : 10 
 +dynfilters: 1 
 +sort      : Number,Product
 ---- ----
  
  • bmc/remedy/message-catalog/start.1427504998.txt.gz
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi