CAction Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) |
||
Line 8: | Line 8: | ||
== Properties == | == Properties == | ||
* | *[[cAction.Name]] (as ''TYPE'') {{APIComment|Sets or returns the name of the model }} | ||
* | *[[cAction.ID]] (as ''TYPE'') {{APIComment|Returns the ID of the model .}} | ||
* | *[[cAction.ProjectID]] (as ''TYPE'') {{APIComment|Returns the ID of the project the resource belongs to.}} | ||
* | *[[cAction.UDT1]] (as ''TYPE'') {{APIComment|Sets or returns UDT1 as an object. }} | ||
* | *[[cAction.UDT2]] (as ''TYPE'') {{APIComment|Sets or returns UDT2 as an object. }} | ||
* | *[[cAction.UN1]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object.}} | ||
* | *[[cAction.UN2]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object. }} | ||
* | *[[cAction.UDD1]] (as ''TYPE'') {{APIComment|Sets or returns the UDD1 of the resource }} | ||
* | *[[cAction.UDD2]] (as ''TYPE'') {{APIComment|Sets or returns the UDD2 of the resource }} | ||
* | *[[cAction.AppUserID]] (as ''TYPE'') {{APIComment|Returns the AppUserID of the model .}} | ||
* | *[[cAction.RespUserID]] (as ''TYPE'') {{APIComment|Returns the RespUserID of the model .}} | ||
* | *[[cAction.DueDate]] (as ''TYPE'') {{APIComment|Sets or returns the Due Date of the resource }} | ||
* | *[[cAction.ActionTaken]] (as ''TYPE'') {{APIComment|Sets or returns the action taken of the resource }} | ||
* | *[[cAction.CompDate]] (as ''TYPE'') {{APIComment|Sets or returns the Completion Date of the resource }} | ||
* | *[[cAction.AppDate]] (as ''TYPE'') {{APIComment|Sets or returns the Approval Date of the resource }} | ||
* | *[[cAction.EstCost]] (as ''TYPE'') {{APIComment|Sets or returns the Estimated Cost of the resource }} | ||
* | *[[cAction.ActualCost]] (as ''TYPE'') {{APIComment|Sets or returns the Actual Cost of the resource }} | ||
* | *[[cAction.Category]] (as ''TYPE'') {{APIComment|Sets or returns the Action Category of the resource }} | ||
* | *[[cAction.Priority]] (as ''TYPE'') {{APIComment|Sets or returns the Action Priority of the resource }} | ||
* | *[[cAction.PersonResp]] (as ''TYPE'') {{APIComment|Sets or returns the Person Responsible of the resource }} | ||
* | *[[cAction.AppAndRevBy]] (as ''TYPE'') {{APIComment|Sets or returns the Approver of the resource }} | ||
* | *[[cAction.StartDate]] (as ''TYPE'') {{APIComment|Sets or returns the Start Date of the resource }} | ||
* | *[[cAction.Duration]] (as ''TYPE'') {{APIComment|Returns the Duration of the model .}} | ||
* | *[[cAction.PlanStartDate]] (as ''TYPE'') {{APIComment|Sets or returns the planned start date of the resource }} | ||
* | *[[cAction.PlanDueDate]] (as ''TYPE'') {{APIComment|Sets or returns the Planned Due Date of the resource }} | ||
* | *[[cAction.ShortDsc]] (as ''TYPE'') {{APIComment|Sets or returns the Short Description of the resource }} |
Revision as of 00:08, 4 March 2014
Synthesis applications allow you to create and track actions to ensure that appropriate progress is being made. Actions are resources that are available for use throughout the project.
Constructors
- New cAction Creates a new instance of the resource.
Properties
- cAction.Name (as TYPE) Sets or returns the name of the model
- cAction.ID (as TYPE) Returns the ID of the model .
- cAction.ProjectID (as TYPE) Returns the ID of the project the resource belongs to.
- cAction.UDT1 (as TYPE) Sets or returns UDT1 as an object.
- cAction.UDT2 (as TYPE) Sets or returns UDT2 as an object.
- cAction.UN1 (as TYPE) Sets or returns UN1 as an object.
- cAction.UN2 (as TYPE) Sets or returns UN1 as an object.
- cAction.UDD1 (as TYPE) Sets or returns the UDD1 of the resource
- cAction.UDD2 (as TYPE) Sets or returns the UDD2 of the resource
- cAction.AppUserID (as TYPE) Returns the AppUserID of the model .
- cAction.RespUserID (as TYPE) Returns the RespUserID of the model .
- cAction.DueDate (as TYPE) Sets or returns the Due Date of the resource
- cAction.ActionTaken (as TYPE) Sets or returns the action taken of the resource
- cAction.CompDate (as TYPE) Sets or returns the Completion Date of the resource
- cAction.AppDate (as TYPE) Sets or returns the Approval Date of the resource
- cAction.EstCost (as TYPE) Sets or returns the Estimated Cost of the resource
- cAction.ActualCost (as TYPE) Sets or returns the Actual Cost of the resource
- cAction.Category (as TYPE) Sets or returns the Action Category of the resource
- cAction.Priority (as TYPE) Sets or returns the Action Priority of the resource
- cAction.PersonResp (as TYPE) Sets or returns the Person Responsible of the resource
- cAction.AppAndRevBy (as TYPE) Sets or returns the Approver of the resource
- cAction.StartDate (as TYPE) Sets or returns the Start Date of the resource
- cAction.Duration (as TYPE) Returns the Duration of the model .
- cAction.PlanStartDate (as TYPE) Sets or returns the planned start date of the resource
- cAction.PlanDueDate (as TYPE) Sets or returns the Planned Due Date of the resource
- cAction.ShortDsc (as TYPE) Sets or returns the Short Description of the resource