Difference between revisions of "Chgalg Object"

From SDU
Jump to: navigation, search
(New page: The '''Change_Act_Log table''' stores the Activity information for Change Orders. The '''chgalg object''' is used to reference the content of the table. ...)
 
Line 18: Line 18:
 
The '''[[Object|object]]''' is what is used in scripting [[spel code]], [[Stored Queries]], [[Action Macro|Action Macros]], web pages, etc.  
 
The '''[[Object|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.
+
The '''Table''' is what you will reference when doing data extracts or loads. (eg pdm_extract Change_Act_Log > chgalg.txt)
  
 
The '''SQL Name''' is what you will physically see if accessing the database directly.
 
The '''SQL Name''' is what you will physically see if accessing the database directly.

Revision as of 18:33, 17 January 2008

The Change_Act_Log table stores the Activity information for Change Orders. The chgalg object is used to reference the content of the table.


Object Table SQL Name
chgalg Change_Act_Log chgalg


The object is what is used in scripting spel code, Stored Queries, Action Macros, web pages, etc.

The Table is what you will reference when doing data extracts or loads. (eg pdm_extract Change_Act_Log > chgalg.txt)

The SQL Name is what you will physically see if accessing the database directly.