Difference between revisions of "Cr Object"

From SDU
Jump to: navigation, search
(New page: The '''Call_Req''' table stores the Requests, Incidents, and Problems. The '''cr''' object is used to reference the content of the table. ...)
 
(Redirecting to Call Req Table)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Call_Req''' table stores the [[Request|Requests]], [[Incident|Incidents]], and [[Problem|Problems]]. The '''cr''' [[Object|object]] is used to reference the content of the table.
+
#REDIRECT [[Call Req Table]]
  
 
+
[[Category:Objects]]
 
+
{| style="width:50%;"
+
|-
+
! style="width:33%;" | Object
+
! style="width:33%;" | Table
+
! style="width:33%;" | SQL Name
+
|-
+
| cr
+
| Call_Req
+
| call_req
+
|-
+
|}
+
 
+
 
+
The '''[[Object]]''' is what is used in scripting [[spel code]], [[Stored Queries]], [[Action Macro|Action Macros]], web pages, etc.
+
 
+
The '''Table''' is what you will reference when doing data extracts or loads. (eg pdm_extract Call_Req > cr.txt)
+
 
+
The '''SQL Name''' is what you will physically see if accessing the database directly.
+

Latest revision as of 18:00, 8 March 2008

Redirect to: