Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bmc:remedy:message-catalog:start [2015/03/30 12:49] Giuseppe Di Terlizzi |
bmc: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, Product | + | 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 | ||
+ | sort : Number,Product | ||
---- | ---- | ||