Show / Hide Table of Contents

Class FCCQ

Inheritance
System.Object
FCCQBase
FCCQ
Implements
IFCCQ
IToolkit
Inherited Members
FCCQBase._Initialize(IFCApplication, IFCSession)
FCCQBase._dispatch_cr(String, String, String, String, Boolean)
FCCQBase._accept_cr(String, String, String, String, Boolean)
FCCQBase._reject_cr(String, String, String, String, String, Boolean)
FCCQBase._forward_cr(String, String, String, String, String, Boolean)
FCCQBase._assign_cr(String, String, String, String, String, Boolean)
FCCQBase._move_cr(String, String)
FCCQBase._yank_cr(String, String, String, String, Boolean)
FCCQBase._create_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._create_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._log_cr_note_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._log_cr_note(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._check_cq_trans(String, String, String, String, String)
FCCQBase._close_cr_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._close_cr(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._reopen_cr(String, String, String, String, String, Boolean)
FCCQBase._change_cr_status(String, String, String, String, String, Boolean)
FCCQBase._add_module_to_cr(Int32, String, String)
FCCQBase._duplicate_cr(String, String, String, String, String, Boolean)
FCCQBase._fix_cr(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._fix_cr_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._modify_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._modify_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._replicate_cr(String, String, String, Boolean)
FCCQBase._log_cr_email(String, String, String, String, String, String, Boolean, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._log_cr_email_list(String, String, String, String, String, String, Boolean, Boolean, IFCList, IFCList, IFCList)
FCCQBase._fix_failed_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)
FCCQBase._fix_failed(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._change_cr_state(String, String, String, String, String, String, Boolean, String, String, String, String, String, Int32, String, Int32, String, String, String, String, String, String)
FCCQBase._ret_objid
FCCQBase._ret_id_num
FCCQBase._impersonatorUserName
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.Compatibility.Toolkits
Assembly: FChoice.Foundation.Clarify.Compatibility.Toolkits.dll
Syntax
[Guid("559A7F0D-E334-4a6d-A870-98D8D16217DA")]
[ComVisible(true)]
[AltName("Quality")]
[ClassInterface(ClassInterfaceType.None)]
public sealed class FCCQ : FCCQBase, IFCCQ, IToolkit

Constructors

FCCQ()

Declaration
public FCCQ()

FCCQ(IFCApplication, IFCSession)

Declaration
public FCCQ(IFCApplication FCApp, IFCSession FCSess)
Parameters
Type Name Description
IFCApplication FCApp
IFCSession FCSess

Methods

GetProductID()

Declaration
protected override int GetProductID()
Returns
Type Description
System.Int32
Overrides
FCCQBase.GetProductID()

Explicit Interface Implementations

IFCCQ.accept_cr(String, String, String, String, Boolean)

Declaration
[AltName("Accept_CR")]
public short IFCCQ.accept_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, string accept_date, [AltName("wip_bin")] string wipbin, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String accept_date
System.String wipbin
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.add_module_to_cr(Int32, String, String)

Declaration
[AltName("Add_Module_To_CR")]
public short IFCCQ.add_module_to_cr([ParameterRequired] int fix_objid, [ParameterRequired, AltName("File_Name")] string file, [AltName("File_Revision")] string rev)
Parameters
Type Name Description
System.Int32 fix_objid
System.String file
System.String rev
Returns
Type Description
System.Int16

IFCCQ.assign_cr(String, String, String, String, String, Boolean)

Declaration
[AltName("Assign_CR")]
public short IFCCQ.assign_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, string new_user, [AltName("wip_bin")] string wipbin, string assign_date, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_user
System.String wipbin
System.String assign_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.change_cr_state(String, String, String, String, String, String, Boolean, String, String, String, String, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[AltName("Change_CR_State")]
public short IFCCQ.change_cr_state([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string new_status, [ParameterRequired, AltType("FChoice.Toolkits.Clarify.CRCondition", "FChoice.Toolkits.Clarify.Utility.GetCRCondition({0})"), ParameterDefaultValue("FChoice.Toolkits.Clarify.CRCondition.Fixed")] string new_condition, string change_date, string notes, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, [AltName("wip_bin")] string wipbin, string test_case, [AltName("Fixed_In_Release")] string int_release, [AltName("Master_CRIDNum")] string master_cr, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String new_status
System.String new_condition
System.String change_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
System.String wipbin
System.String test_case
System.String int_release
System.String master_cr
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.change_cr_status(String, String, String, String, String, Boolean)

Declaration
[AltName("Change_CR_Status")]
public short IFCCQ.change_cr_status([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string new_status, string change_date, string notes, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_status
System.String change_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.check_cq_trans(String, String, String, String, String)

Declaration
[AltName("Check_Clear_Quality_Transition")]
public short IFCCQ.check_cq_trans([ParameterRequired, AltName("Old_Condition")] string old_cond, [ParameterRequired, AltName("Old_Status")] string old_stat, [ParameterRequired, AltName("New_Condition")] string new_cond, [ParameterRequired, AltName("New_Status")] string new_stat, [ParameterRequired] string user_name)
Parameters
Type Name Description
System.String old_cond
System.String old_stat
System.String new_cond
System.String new_stat
System.String user_name
Returns
Type Description
System.Int16

IFCCQ.close_cr(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[OutputProperty("ret_objid", "CloseBug")]
public short IFCCQ.close_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string test_case, [AltName("Fixed_In_Release")] string int_release, string user_name, string close_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.close_cr_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Close_CR")]
[OutputProperty("ret_objid", "CloseBug")]
public short IFCCQ.close_cr_list([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string test_case, [AltName("Fixed_In_Release")] string int_release, string user_name, string close_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.create_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[AltName("Create_CR")]
[OutputProperty("ret_id_num", "ChangeRequestIDNum", "System.String", "String.Empty", "Change Request ID Number.")]
public short IFCCQ.create_cr([ParameterRequired, AltName("Part_Number")] string part_num, [ParameterRequired, AltName("part_revision")] string mod_level, [ParameterRequired, AltName("part_domain")] string domain, [AltName("Title")] string the_title, string status, [AltName("Description")] string note_log, [AltName("CR_Type")] string cr_type, string priority, string frequency, [AltName("Found_On_CPU")] string found_on, [AltName("Operating_System")] string op_sys, string memory, string cr_class, [AltName("introduction_phase")] string intro_phase, string test_class, string fixed_in, [AltName("Verification_Test")] string test, [AltName("queue")] string queue_name, string user_name, [AltName("create_Date")] string cr_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String status
System.String note_log
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String test
System.String queue_name
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.create_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Create_CR")]
[OutputProperty("ret_id_num", "CR")]
public short IFCCQ.create_cr_list([ParameterRequired, AltName("Part_Number")] string part_num, [ParameterRequired, AltName("part_revision")] string mod_level, [ParameterRequired, AltName("part_domain")] string domain, [AltName("Title")] string the_title, string status, [AltName("Description")] string note_log, [AltName("CR_Type")] string cr_type, string priority, string frequency, [AltName("Found_On_CPU")] string found_on, [AltName("Operating_System")] string op_sys, string memory, [AltName("CR_Class")] string cr_class, [AltName("introduction_phase")] string intro_phase, string test_class, string fixed_in, [AltName("Verification_Test")] string test, [AltName("queue")] string queue_name, string user_name, [AltName("Create_Date")] string cr_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String status
System.String note_log
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String test
System.String queue_name
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.dispatch_cr(String, String, String, String, Boolean)

Declaration
[AltName("Dispatch_CR")]
public short IFCCQ.dispatch_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, [ParameterRequired, AltName("queue")] string queue_name, [AltName("Dispatch_Date")] string disp_date, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String queue_name
System.String disp_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.duplicate_cr(String, String, String, String, String, Boolean)

Declaration
[AltName("Duplicate_CR")]
public short IFCCQ.duplicate_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, [ParameterRequired, AltName("Master_CRIDNum")] string master_cr, string user_name, string close_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String master_cr
System.String user_name
System.String close_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.fix_cr(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[OutputProperty("ret_objid", "FixBug")]
public short IFCCQ.fix_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string user_name, string fix_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String user_name
System.String fix_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.fix_cr_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Fix_CR")]
[OutputProperty("ret_objid", "FixBug")]
public short IFCCQ.fix_cr_list([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string user_name, string fix_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String user_name
System.String fix_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.fix_failed(String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[OutputProperty("ret_objid", "CloseBug")]
public short IFCCQ.fix_failed([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string test_case, [AltName("Fixed_In_Release")] string int_release, string user_name, string failed_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String failed_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.fix_failed_list(String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Fix_Failed")]
[OutputProperty("ret_objid", "CloseBug")]
public short IFCCQ.fix_failed_list([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, string notes, string test_case, [AltName("Fixed_In_Release")] string int_release, string user_name, string failed_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String notes
System.String test_case
System.String int_release
System.String user_name
System.String failed_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.forward_cr(String, String, String, String, String, Boolean)

Declaration
[AltName("Forward_CR")]
public short IFCCQ.forward_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, [ParameterRequired] string new_queue, string forward_date, string notes, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String new_queue
System.String forward_date
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.impersonatorUserName

Declaration
public string IFCCQ.impersonatorUserName { get; set; }
Returns
Type Description
System.String

IFCCQ.Initialize(IFCApplication, IFCSession)

Declaration
[ToolkitVisible(false)]
public void IFCCQ.Initialize(IFCApplication TheFCApplication, IFCSession TheFCSession)
Parameters
Type Name Description
IFCApplication TheFCApplication
IFCSession TheFCSession

IFCCQ.log_cr_email(String, String, String, String, String, String, Boolean, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[OutputProperty("ret_objid", "EmailLog")]
public short IFCCQ.log_cr_email([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string log_date, string message, string recipient, [AltName("CCList")] string cc_list, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, [ParameterDefaultValue("true")] bool send_email, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String log_date
System.String message
System.String recipient
System.String cc_list
System.String user_name
System.Boolean gen_time_bombs
System.Boolean send_email
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.log_cr_email_list(String, String, String, String, String, String, Boolean, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Log_CR_Email")]
[OutputProperty("ret_objid", "EmailLog")]
public short IFCCQ.log_cr_email_list([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string log_date, string message, string recipient, [AltName("CCList")] string cc_list, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, [ParameterDefaultValue("true")] bool send_email, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_id
System.String log_date
System.String message
System.String recipient
System.String cc_list
System.String user_name
System.Boolean gen_time_bombs
System.Boolean send_email
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.log_cr_note(String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
[OutputProperty("ret_objid", "NoteLog")]
public short IFCCQ.log_cr_note([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string notes, [AltName("Internal_Use_Only_Notes")] string int_use, string log_date, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_id
System.String notes
System.String int_use
System.String log_date
System.String user_name
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.log_cr_note_list(String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Log_CR_Note")]
[OutputProperty("ret_objid", "NoteLog")]
public short IFCCQ.log_cr_note_list([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string notes, [AltName("Internal_Use_Only_Notes")] string int_use, string log_date, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_id
System.String notes
System.String int_use
System.String log_date
System.String user_name
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.modify_cr(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
[FacadeVoid]
public short IFCCQ.modify_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_num, [AltName("part_number")] string part_num, [AltName("part_revision")] string mod_level, [AltName("part_domain")] string domain, [AltName("Title")] string the_title, [AltName("CR_Type")] string cr_type, string priority, string frequency, [AltName("Found_On_CPU")] string found_on, [AltName("Operating_System")] string op_sys, string memory, [AltName("CR_Class")] string cr_class, [AltName("introduction_phase")] string intro_phase, string test_class, string fixed_in, string user_name, [AltName("update_Date")] string cr_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, string int_fld1, int int_val1, string int_fld2, int int_val2, string str_fld1, string str_val1, string str_fld2, string str_val2, string date_fld1, string date_val1)
Parameters
Type Name Description
System.String cr_num
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
System.String int_fld1
System.Int32 int_val1
System.String int_fld2
System.Int32 int_val2
System.String str_fld1
System.String str_val1
System.String str_fld2
System.String str_val2
System.String date_fld1
System.String date_val1
Returns
Type Description
System.Int16

IFCCQ.modify_cr_list(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, IFCList, IFCList, IFCList)

Declaration
[ToolkitVisible(false)]
[AltName("Update_CR")]
public short IFCCQ.modify_cr_list([ParameterRequired, AltName("CR_ID_Num")] string cr_num, [AltName("part_number")] string part_num, [AltName("part_revision")] string mod_level, [AltName("part_domain")] string domain, [AltName("Title")] string the_title, [AltName("CR_Type")] string cr_type, string priority, string frequency, [AltName("Found_On_CPU")] string found_on, [AltName("Operating_System")] string op_sys, string memory, [AltName("CR_Class")] string cr_class, [AltName("introduction_phase")] string intro_phase, string test_class, string fixed_in, string user_name, [AltName("update_Date")] string cr_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs, IFCList fld_list = null, IFCList type_list = null, IFCList val_list = null)
Parameters
Type Name Description
System.String cr_num
System.String part_num
System.String mod_level
System.String domain
System.String the_title
System.String cr_type
System.String priority
System.String frequency
System.String found_on
System.String op_sys
System.String memory
System.String cr_class
System.String intro_phase
System.String test_class
System.String fixed_in
System.String user_name
System.String cr_date
System.Boolean gen_time_bombs
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

IFCCQ.move_cr(String, String)

Declaration
[AltName("Move_CR")]
public short IFCCQ.move_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, [ParameterRequired, AltName("new_wip_bin")] string new_wipbin)
Parameters
Type Name Description
System.String cr_id
System.String new_wipbin
Returns
Type Description
System.Int16

IFCCQ.reject_cr(String, String, String, String, String, Boolean)

Declaration
[AltName("Reject_CR")]
public short IFCCQ.reject_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, string reject_date, [AltName("wip_bin")] string wipbin, string notes, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String reject_date
System.String wipbin
System.String notes
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.reopen_cr(String, String, String, String, String, Boolean)

Declaration
[AltName("Reopen_CR")]
public short IFCCQ.reopen_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_id, [AltName("Status")] string the_status, [AltName("wip_bin")] string wipbin, string user_name, string reopen_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String the_status
System.String wipbin
System.String user_name
System.String reopen_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.replicate_cr(String, String, String, Boolean)

Declaration
[AltName("Replicate_CR")]
[OutputProperty("ret_id_num", "CR")]
[OutputProperty("ret_objid", "CR")]
public short IFCCQ.replicate_cr([ParameterRequired, AltName("CR_ID_Num")] string cr_id, string user_name, [AltName("Replicated_Date")] string rep_date, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String user_name
System.String rep_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

IFCCQ.ret_id_num

Declaration
public string IFCCQ.ret_id_num { get; }
Returns
Type Description
System.String

IFCCQ.ret_objid

Declaration
public int IFCCQ.ret_objid { get; }
Returns
Type Description
System.Int32

IToolkit.ReturnIDNum

Declaration
public string IToolkit.ReturnIDNum { get; }
Returns
Type Description
System.String

IToolkit.ReturnObjid

Declaration
public int IToolkit.ReturnObjid { get; }
Returns
Type Description
System.Int32

IFCCQ.yank_cr(String, String, String, String, Boolean)

Declaration
[AltName("Yank_CR")]
public short IFCCQ.yank_cr([ParameterRequired, AltName("CRIDNum")] string cr_id, [AltName("wip_bin")] string wipbin, string yank_date, string user_name, [ParameterDefaultValue("true"), AltName("generate_time_bombs")] bool gen_time_bombs)
Parameters
Type Name Description
System.String cr_id
System.String wipbin
System.String yank_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

Implements

IFCCQ
IToolkit
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.