cAction Class

From ReliaWiki
Jump to navigation Jump to search


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

  • cAction Creates a new cAction object.

Properties

Action

  • Name (as string) Sets or returns the action's Name.
  • ID (as integer) Returns the numerical ID of the action.
  • ShortDsc (as string) Sets or returns the Short Description of the action.
  • PersonResp (as string) Sets or returns the name of the Person Responsible for the action.
  • RespUserID (as integer) 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).
  • ActionTaken (as string) Sets or returns the content in the Action Taken field.
  • EstCost (as object) Sets or returns the action's Estimated Cost. Returns object of the System.Double type.
  • ActualCost (as object) Sets or returns the action's Actual Cost. Returns object of the System.Double type.
  • Category (as string) Sets or returns the actions Category.
  • Priority (as string) Sets or returns the action's Priority level.
  • AppUserID (as integer) Returns the numerical ID of the person who created the action.
  • ProjectID (as integer) Returns the numerical ID of the project the action belongs to.
  • StatusFlag (as byte) Returns the in-use status flag of the project the action belongs to.

Timeline

  • PlanStartDate (as object) Sets or returns the Planned Start Date of the action. Returns object of the System.Date type.
  • PlanDueDate (as object) Sets or returns the Planned Due Date of the action. Returns object of the System.Date type.
  • StartDate (as object) Sets or returns the Start Date of the action. Returns object of the System.Date type.
  • Duration (as integer) Returns the Duration of the action.
  • DueDate (as object) Sets or returns the action's Due Date. Returns object of the System.Date type.
  • CompDate (as object) Sets or returns the action's Completion Date. Returns object of the System.Date type.

Approval

  • AppAndRevBy (as string) Sets or returns the name of the action's Approver.
  • AppDate (as object) Sets or returns the action's Approval Date of the resource. Returns object of the System.Date type.

User-Defined

  • UDT1 (as object) Sets or returns the Action User Date 1. Returns object of the System.Date type.
  • UDT2 (as object) Sets or returns the Action User Date 2. Returns object of the System.Date type.
  • UN1 (as object) Sets or returns the Action User Number 1. Returns object of the System.Double type.
  • UN2 (as object) Sets or returns the Action User Number 2. Returns object of the System.Double type.
  • UDD1 (as string) Sets or returns the Action User Drop-Down 1. (Limited to 50 characters.)
  • UDD2 (as string) Sets or returns the Action User Drop-Down 2. (Limited to 50 characters.)