CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 8: Line 8:


== Properties  ==
== Properties  ==
*[[cAction.Name]] (as ''TYPE'') {{APIComment|Sets or returns the name of the model }}
'''Action'''
*[[cAction.ID]] (as ''TYPE'') {{APIComment|Returns the ID of the model .}}
*[[cAction.Name]] (as ''TYPE'') {{APIComment|Sets or returns the action's name.}}
*[[cAction.ProjectID]] (as ''TYPE'') {{APIComment|Returns the ID of the project the resource belongs to.}}
*[[cAction.ID]] (as ''TYPE'') {{APIComment|Returns the numerical ID of the action.}}
*[[cAction.UDT1]] (as ''TYPE'') {{APIComment|Sets or returns UDT1 as an object. }}
*[[cAction.ShortDsc]] (as ''TYPE'') {{APIComment|Sets or returns the short description of the action.}}
*[[cAction.UDT2]] (as ''TYPE'') {{APIComment|Sets or returns UDT2 as an object. }}
*[[cAction.ProjectID]] (as ''TYPE'') {{APIComment|Returns the numerical ID of the project the action belongs to.}}
*[[cAction.UN1]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object.}}
*[[cAction.PersonResp]] (as ''TYPE'') {{APIComment|Sets or returns the name of the person responsible for the action.}}
*[[cAction.UN2]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object. }}
*[[cAction.RespUserID]] (as ''TYPE'') {{APIComment|Returns the numerical ID of the person responsible for the action (if the name is not associated with a user account, this value is 0).}}
*[[cAction.UDD1]] (as ''TYPE'') {{APIComment|Sets or returns the UDD1 of the resource }}
*[[cAction.ActionTaken]] (as ''TYPE'') {{APIComment|Sets or returns the content in the Action Taken field.}}
*[[cAction.UDD2]] (as ''TYPE'') {{APIComment|Sets or returns the UDD2 of the resource }}
*[[cAction.EstCost]] (as ''TYPE'') {{APIComment|Sets or returns the action's estimated cost .}}
*[[cAction.AppUserID]] (as ''TYPE'') {{APIComment|Returns the AppUserID of the model .}}
*[[cAction.ActualCost]] (as ''TYPE'') {{APIComment|Sets or returns the action's actual cost.}}
*[[cAction.RespUserID]] (as ''TYPE'') {{APIComment|Returns the RespUserID of the model .}}
*[[cAction.Category]] (as ''TYPE'') {{APIComment|Sets or returns the actions category.}}
*[[cAction.DueDate]] (as ''TYPE'') {{APIComment|Sets or returns the Due Date of the resource }}
*[[cAction.Priority]] (as ''TYPE'') {{APIComment|Sets or returns the action's priority level.}}
*[[cAction.ActionTaken]] (as ''TYPE'') {{APIComment|Sets or returns the action taken of the resource }}
*[[cAction.AppUserID]] (as ''TYPE'') {{APIComment|Returns the numerical ID of the person who created the action.}}
*[[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 }}
'''Timeline'''
*[[cAction.EstCost]] (as ''TYPE'') {{APIComment|Sets or returns the Estimated Cost of the resource }}
*[[cAction.PlanStartDate]] (as ''TYPE'') {{APIComment|Sets or returns the planned start date of the action.}}
*[[cAction.ActualCost]] (as ''TYPE'') {{APIComment|Sets or returns the Actual Cost of the resource }}
*[[cAction.PlanDueDate]] (as ''TYPE'') {{APIComment|Sets or returns the planned due date of the action.}}
*[[cAction.Category]] (as ''TYPE'') {{APIComment|Sets or returns the Action Category of the resource }}
*[[cAction.StartDate]] (as ''TYPE'') {{APIComment|Sets or returns the start date of the action.}}
*[[cAction.Priority]] (as ''TYPE'') {{APIComment|Sets or returns the Action Priority of the resource }}
*[[cAction.Duration]] (as ''TYPE'') {{APIComment|Returns the duration of the action.}}
*[[cAction.PersonResp]] (as ''TYPE'') {{APIComment|Sets or returns the Person Responsible of the resource }}
*[[cAction.DueDate]] (as ''TYPE'') {{APIComment|Sets or returns the action's due date.}}
*[[cAction.AppAndRevBy]] (as ''TYPE'') {{APIComment|Sets or returns the Approver of the resource }}
*[[cAction.CompDate]] (as ''TYPE'') {{APIComment|Sets or returns the action's completion date.}}
*[[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 .}}
'''Approval'''
*[[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.AppAndRevBy]] (as ''TYPE'') {{APIComment|Sets or returns the name of the action's approver.}}
*[[cAction.ShortDsc]] (as ''TYPE'') {{APIComment|Sets or returns the Short Description of the resource }}
*[[cAction.AppDate]] (as ''TYPE'') {{APIComment|Sets or returns the action's approval date of the resource }}
 
'''User-Defined'''
*[[cAction.UDT1]] (as ''TYPE'') {{APIComment|Sets or returns the action's first user-defined date.}}
*[[cAction.UDT2]] (as ''TYPE'') {{APIComment|Sets or returns the action's second user-defined date.}}
*[[cAction.UN1]] (as ''TYPE'') {{APIComment|Sets or returns the action's first user-defined number.}}
*[[cAction.UN2]] (as ''TYPE'') {{APIComment|Sets or returns the action's second user-defined number.}}
*[[cAction.UDD1]] (as ''TYPE'') {{APIComment|Sets or returns the chosen value in the action's first user-defined drop-down list.}}
*[[cAction.UDD2]] (as ''TYPE'') {{APIComment|Sets or returns the chosen value in the action's second user-defined drop-down list.}}

Revision as of 15:55, 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

Properties

Action

  • cAction.Name (as TYPE) Sets or returns the action's name.
  • cAction.ID (as TYPE) Returns the numerical ID of the action.
  • cAction.ShortDsc (as TYPE) Sets or returns the short description of the action.
  • cAction.ProjectID (as TYPE) Returns the numerical ID of the project the action belongs to.
  • cAction.PersonResp (as TYPE) Sets or returns the name of the person responsible for the action.
  • cAction.RespUserID (as TYPE) Returns the numerical ID of the person responsible for the action (if the name is not associated with a user account, this value is 0).
  • cAction.ActionTaken (as TYPE) Sets or returns the content in the Action Taken field.
  • cAction.EstCost (as TYPE) Sets or returns the action's estimated cost .
  • cAction.ActualCost (as TYPE) Sets or returns the action's actual cost.
  • cAction.Category (as TYPE) Sets or returns the actions category.
  • cAction.Priority (as TYPE) Sets or returns the action's priority level.
  • cAction.AppUserID (as TYPE) Returns the numerical ID of the person who created the action.

Timeline

Approval

User-Defined

  • cAction.UDT1 (as TYPE) Sets or returns the action's first user-defined date.
  • cAction.UDT2 (as TYPE) Sets or returns the action's second user-defined date.
  • cAction.UN1 (as TYPE) Sets or returns the action's first user-defined number.
  • cAction.UN2 (as TYPE) Sets or returns the action's second user-defined number.
  • cAction.UDD1 (as TYPE) Sets or returns the chosen value in the action's first user-defined drop-down list.
  • cAction.UDD2 (as TYPE) Sets or returns the chosen value in the action's second user-defined drop-down list.