Show / Hide Table of Contents

Interface IFCDR

Namespace: FChoice.Foundation.Clarify.Compatibility.Toolkits
Assembly: FChoice.Foundation.Clarify.Compatibility.Toolkits.dll
Syntax
[Guid("6B68AF21-47DD-45c4-8D85-374B238584EF")]
[ComVisible(true)]
public interface IFCDR

Properties

impersonatorUserName

Declaration
string impersonatorUserName { get; set; }
Property Value
Type Description
System.String

ret_id_num

Declaration
string ret_id_num { get; }
Property Value
Type Description
System.String

ret_objid

Declaration
int ret_objid { get; }
Property Value
Type Description
System.Int32

Methods

apply_eco(Int32, String, String, String)

Declaration
short apply_eco(int demand_dtl_objid, string eco_code, string perf_by, string creation_time)
Parameters
Type Name Description
System.Int32 demand_dtl_objid
System.String eco_code
System.String perf_by
System.String creation_time
Returns
Type Description
System.Int16

create_dr_labor(Int32, String, String, Int32, Int16, String, String, Double, String, String)

Declaration
short create_dr_labor(int demand_dtl_objid, string labor_type, string start_time, int duration, short billable, string bill_to, string wrk_center, double tl_rate, string perf_by, string creation_time)
Parameters
Type Name Description
System.Int32 demand_dtl_objid
System.String labor_type
System.String start_time
System.Int32 duration
System.Int16 billable
System.String bill_to
System.String wrk_center
System.Double tl_rate
System.String perf_by
System.String creation_time
Returns
Type Description
System.Int16

create_dr_mtl(Int32, String, String, Int32, Int16, String, String, Int16, String, String, String, String, String)

Declaration
short create_dr_mtl(int demand_dtl_objid, string repair_code, string failure_code, int mod_level, short billable, string bill_to, string wrk_center, short disposition, string ref_designator, string notes, string transaction_id, string perf_by, string creation_time)
Parameters
Type Name Description
System.Int32 demand_dtl_objid
System.String repair_code
System.String failure_code
System.Int32 mod_level
System.Int16 billable
System.String bill_to
System.String wrk_center
System.Int16 disposition
System.String ref_designator
System.String notes
System.String transaction_id
System.String perf_by
System.String creation_time
Returns
Type Description
System.Int16

create_eco_dtl(String, Int32, String, String, Int32, String, String, String, Int32)

Declaration
short create_eco_dtl(string detail_type, int required, string status, string labor_type, int elapsed_time, string location, string description, string eco_hdr_code, int mod_level_objid)
Parameters
Type Name Description
System.String detail_type
System.Int32 required
System.String status
System.String labor_type
System.Int32 elapsed_time
System.String location
System.String description
System.String eco_hdr_code
System.Int32 mod_level_objid
Returns
Type Description
System.Int16

create_eco_hdr(String, String, String, String, String, String, String, String)

Declaration
short create_eco_hdr(string eco_title, string eco_type, string create_date, string eff_type, string start_date, string end_date, string status, string description)
Parameters
Type Name Description
System.String eco_title
System.String eco_type
System.String create_date
System.String eff_type
System.String start_date
System.String end_date
System.String status
System.String description
Returns
Type Description
System.Int16

create_eco_item(Int32, Int32, String, Int32, Int32)

Declaration
short create_eco_item(int focus_type, int active, string eco_hdr_code, int apply_mod_level, int result_mod_level)
Parameters
Type Name Description
System.Int32 focus_type
System.Int32 active
System.String eco_hdr_code
System.Int32 apply_mod_level
System.Int32 result_mod_level
Returns
Type Description
System.Int16

delete_dr_labor(Int32, String)

Declaration
short delete_dr_labor(int time_log_objid, string creation_time)
Parameters
Type Name Description
System.Int32 time_log_objid
System.String creation_time
Returns
Type Description
System.Int16

delete_dr_mtl(Int32, String)

Declaration
short delete_dr_mtl(int mtl_log_objid, string creation_time)
Parameters
Type Name Description
System.Int32 mtl_log_objid
System.String creation_time
Returns
Type Description
System.Int16

delete_eco_dtl(Int32)

Declaration
short delete_eco_dtl(int eco_dtl_objid)
Parameters
Type Name Description
System.Int32 eco_dtl_objid
Returns
Type Description
System.Int16

delete_eco_item(Int32)

Declaration
short delete_eco_item(int eco_item_objid)
Parameters
Type Name Description
System.Int32 eco_item_objid
Returns
Type Description
System.Int16

Initialize(IFCApplication, IFCSession)

Declaration
void Initialize(IFCApplication FCApp, IFCSession FCSess)
Parameters
Type Name Description
IFCApplication FCApp
IFCSession FCSess

modify_dr_labor(Int32, String, String, Int32, Int16, String, String, Double, String, String)

Declaration
short modify_dr_labor(int time_log_objid, string labor_type, string start_time, int duration, short billable, string bill_to, string wrk_center, double tl_rate, string perf_by, string creation_time)
Parameters
Type Name Description
System.Int32 time_log_objid
System.String labor_type
System.String start_time
System.Int32 duration
System.Int16 billable
System.String bill_to
System.String wrk_center
System.Double tl_rate
System.String perf_by
System.String creation_time
Returns
Type Description
System.Int16

modify_dr_mtl(Int32, String, String, Int32, Int16, String, String, Int16, String, String, String, String, String)

Declaration
short modify_dr_mtl(int mtl_log_objid, string repair_code, string failure_code, int mod_level, short billable, string bill_to, string wrk_center, short disposition, string ref_designator, string notes, string transaction_id, string perf_by, string creation_time)
Parameters
Type Name Description
System.Int32 mtl_log_objid
System.String repair_code
System.String failure_code
System.Int32 mod_level
System.Int16 billable
System.String bill_to
System.String wrk_center
System.Int16 disposition
System.String ref_designator
System.String notes
System.String transaction_id
System.String perf_by
System.String creation_time
Returns
Type Description
System.Int16

modify_eco_dtl(Int32, String, Int32, String, String, Int32, String, String, String, Int32)

Declaration
short modify_eco_dtl(int eco_dtl_objid, string detail_type, int required, string status, string labor_type, int elapsed_time, string location, string description, string eco_hdr_code, int mod_level_objid)
Parameters
Type Name Description
System.Int32 eco_dtl_objid
System.String detail_type
System.Int32 required
System.String status
System.String labor_type
System.Int32 elapsed_time
System.String location
System.String description
System.String eco_hdr_code
System.Int32 mod_level_objid
Returns
Type Description
System.Int16

modify_eco_item(Int32, Int32, Int32, String, Int32, Int32)

Declaration
short modify_eco_item(int eco_mod_role_objid, int focus_type, int active, string eco_hdr_code, int applies_to_mod, int results_in_mod)
Parameters
Type Name Description
System.Int32 eco_mod_role_objid
System.Int32 focus_type
System.Int32 active
System.String eco_hdr_code
System.Int32 applies_to_mod
System.Int32 results_in_mod
Returns
Type Description
System.Int16
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.