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
Last revisionBoth sides next revision
bmc:remedy:message-catalog:start [2015/03/28 02:13] Giuseppe Di Terlizzibmc:remedy:message-catalog:start [2015/06/03 23:44] Giuseppe Di Terlizzi
Line 3: Line 3:
 {{: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.
  
----- datatable ---- 
-cols   : Number, %title%, 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.txt
  • Last modified: 9 years ago
  • by Giuseppe Di Terlizzi