Show / Hide Table of Contents

Class FCCLBase

Inheritance
System.Object
FCCLBase
FCCL
Inherited Members
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
[ComVisible(false)]
public abstract class FCCLBase

Constructors

FCCLBase()

Declaration
protected FCCLBase()

FCCLBase(IFCApplication, IFCSession)

Declaration
protected FCCLBase(IFCApplication FCApp, IFCSession FCSess)
Parameters
Type Name Description
IFCApplication FCApp
IFCSession FCSess

Fields

pick_serial_no

Declaration
protected string pick_serial_no
Field Value
Type Description
System.String

Properties

_impersonatorUserName

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

_object_name

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

_ret_id_num

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

_ret_num

Declaration
protected short _ret_num { get; set; }
Property Value
Type Description
System.Int16

_ret_objid

Declaration
protected int _ret_objid { get; set; }
Property Value
Type Description
System.Int32

_ret_string

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

Methods

_accept_pr(String, String, String, String, Boolean)

Declaration
protected short _accept_pr(string pr_id, string accept_date, string wipbin_name, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String accept_date
System.String wipbin_name
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_add_alt_part(String, String, String, String, String, String, Boolean)

Declaration
protected short _add_alt_part(string part_num, string rev, string domain, string alt_part, string alt_rev, string alt_domain, bool is_reciprocal)
Parameters
Type Name Description
System.String part_num
System.String rev
System.String domain
System.String alt_part
System.String alt_rev
System.String alt_domain
System.Boolean is_reciprocal
Returns
Type Description
System.Int16

_add_gl_account(String, String, String, String, Boolean, Boolean, Boolean, String)

Declaration
protected short _add_gl_account(string acct_name, string account_type, string desc_str, string account_no, bool is_exp, bool is_active, bool is_company, string site_id)
Parameters
Type Name Description
System.String acct_name
System.String account_type
System.String desc_str
System.String account_no
System.Boolean is_exp
System.Boolean is_active
System.Boolean is_company
System.String site_id
Returns
Type Description
System.Int16

_add_inv_bin(String, String, Boolean)

Declaration
protected short _add_inv_bin(string bin_name, string loc_name, bool is_active)
Parameters
Type Name Description
System.String bin_name
System.String loc_name
System.Boolean is_active
Returns
Type Description
System.Int16

_add_inv_location(String, String, String, String, String, Boolean, Boolean, String, String)

Declaration
protected short _add_inv_location(string loc_name, string account_type, string desc_str, string reports_to_loc, string cap_gl_acct, bool is_active, bool is_company, string site_id, string trans_auth_str)
Parameters
Type Name Description
System.String loc_name
System.String account_type
System.String desc_str
System.String reports_to_loc
System.String cap_gl_acct
System.Boolean is_active
System.Boolean is_company
System.String site_id
System.String trans_auth_str
Returns
Type Description
System.Int16

_add_lss(String, String, Boolean, Int16)

Declaration
protected short _add_lss(string site_id, string loc_name, bool is_active, short loc_rank)
Parameters
Type Name Description
System.String site_id
System.String loc_name
System.Boolean is_active
System.Int16 loc_rank
Returns
Type Description
System.Int16

_assign_pr(String, String, String, String, String, Boolean)

Declaration
protected short _assign_pr(string pr_id, string new_user, string wipbin_name, string assign_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String new_user
System.String wipbin_name
System.String assign_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_change_pr_status(String, String, String, String, String, Boolean)

Declaration
protected short _change_pr_status(string pr_id, string new_status, string change_date, string note_str, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String new_status
System.String change_date
System.String note_str
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_close_pr(String, String, String, String, Boolean)

Declaration
protected short _close_pr(string pr_id, string new_status, string close_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String new_status
System.String close_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_create_container(String, String, String, String)

Declaration
protected short _create_container(string cont_name, string the_loc, string bin_name, string parent_cont)
Parameters
Type Name Description
System.String cont_name
System.String the_loc
System.String bin_name
System.String parent_cont
Returns
Type Description
System.Int16

_delete_alt_part(String, String, String, String, String, String)

Declaration
protected short _delete_alt_part(string part_num, string rev, string domain, string alt_part, string alt_rev, string alt_domain)
Parameters
Type Name Description
System.String part_num
System.String rev
System.String domain
System.String alt_part
System.String alt_rev
System.String alt_domain
Returns
Type Description
System.Int16

_delete_lss(String, String)

Declaration
protected short _delete_lss(string site_id, string loc_name)
Parameters
Type Name Description
System.String site_id
System.String loc_name
Returns
Type Description
System.Int16

_dispatch_pr(String, String, String, String, Boolean)

Declaration
protected short _dispatch_pr(string pr_id, string queue_name, string disp_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String queue_name
System.String disp_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_forward_pr(String, String, String, String, String, Boolean)

Declaration
protected short _forward_pr(string pr_id, string new_queue, string forward_date, string note_str, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String new_queue
System.String forward_date
System.String note_str
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_fulfill(String, Boolean, Int32, String, String, String, Boolean, String, String, String, Boolean, String, String, String, String, String, Boolean)

Declaration
protected short _fulfill(string dtl_num, bool is_fulfill, int quantity_num, string from_loc, string from_bin, string from_cont, bool from_good, string to_loc, string to_bin, string to_cont, bool to_good, string serial_num, string new_status, string expected_date, string user_name, string fulfill_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.Boolean is_fulfill
System.Int32 quantity_num
System.String from_loc
System.String from_bin
System.String from_cont
System.Boolean from_good
System.String to_loc
System.String to_bin
System.String to_cont
System.Boolean to_good
System.String serial_num
System.String new_status
System.String expected_date
System.String user_name
System.String fulfill_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_fulfill_internal(String, Boolean, Int32, String, String, String, Boolean, String, String, String, Boolean, String, String, String, String, String, Boolean, Boolean)

Declaration
protected short _fulfill_internal(string dtl_num, bool is_fulfill, int quantity_num, string from_loc, string from_bin, string from_cont, bool from_good, string to_loc, string to_bin, string to_cont, bool to_good, string serial_num, string new_status, string expected_date, string user_name, string fulfill_date, bool gen_time_bombs, bool do_cond_change)
Parameters
Type Name Description
System.String dtl_num
System.Boolean is_fulfill
System.Int32 quantity_num
System.String from_loc
System.String from_bin
System.String from_cont
System.Boolean from_good
System.String to_loc
System.String to_bin
System.String to_cont
System.Boolean to_good
System.String serial_num
System.String new_status
System.String expected_date
System.String user_name
System.String fulfill_date
System.Boolean gen_time_bombs
System.Boolean do_cond_change
Returns
Type Description
System.Int16

_fulfill_no_trans(String, Boolean, Int32, String, String, String, Boolean, String, String, String, Boolean, String, String, String, String, String, Boolean)

Declaration
protected short _fulfill_no_trans(string dtl_num, bool is_fulfill, int quantity_num, string from_loc, string from_bin, string from_cont, bool from_good, string to_loc, string to_bin, string to_cont, bool to_good, string serial_num, string new_status, string expected_date, string user_name, string fulfill_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.Boolean is_fulfill
System.Int32 quantity_num
System.String from_loc
System.String from_bin
System.String from_cont
System.Boolean from_good
System.String to_loc
System.String to_bin
System.String to_cont
System.Boolean to_good
System.String serial_num
System.String new_status
System.String expected_date
System.String user_name
System.String fulfill_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_get_alt_parts(String, String, String)

Declaration
protected short _get_alt_parts(string part_num, string domain_name, string mod_level)
Parameters
Type Name Description
System.String part_num
System.String domain_name
System.String mod_level
Returns
Type Description
System.Int16

_get_loc_serv_site(String)

Declaration
protected short _get_loc_serv_site(string site_id)
Parameters
Type Name Description
System.String site_id
Returns
Type Description
System.Int16

_Initialize(IFCApplication, IFCSession)

Declaration
public void _Initialize(IFCApplication TheFCApplication, IFCSession TheFCSession)
Parameters
Type Name Description
IFCApplication TheFCApplication
IFCSession TheFCSession

_make_pr_detail(String, String, String, String, String, String, Int32, Int32, String, String, String, String, String, String, Int16, String, String, String, String, Boolean, Int32, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _make_pr_detail(string hdr_num, string queue_name, string part_num, string domain_name, string mod_level, string serial_no, int quantity_num, int sp_rec_objid, string sp_rec_recordtype, string dtl_type, string priority_str, string ship_via, string carrier_name, string user_name, short warranty, string note_str, string status_str, string create_date, string due_date, bool gen_time_bombs, int contr_itm_objid, 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 hdr_num
System.String queue_name
System.String part_num
System.String domain_name
System.String mod_level
System.String serial_no
System.Int32 quantity_num
System.Int32 sp_rec_objid
System.String sp_rec_recordtype
System.String dtl_type
System.String priority_str
System.String ship_via
System.String carrier_name
System.String user_name
System.Int16 warranty
System.String note_str
System.String status_str
System.String create_date
System.String due_date
System.Boolean gen_time_bombs
System.Int32 contr_itm_objid
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

_make_pr_detail_list(String, String, String, String, String, String, Int32, Int32, String, String, String, String, String, String, Int16, String, String, String, String, Boolean, Int32, IFCList, IFCList, IFCList)

Declaration
protected short _make_pr_detail_list(string hdr_num, string queue_name, string part_num, string domain_name, string mod_level, string serial_no, int quantity_num, int sp_rec_objid, string sp_rec_recordtype, string dtl_type, string priority_str, string ship_via, string carrier_name, string user_name, short warranty, string note_str, string status_str, string create_date, string due_date, bool gen_time_bombs, int contr_itm_objid, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String hdr_num
System.String queue_name
System.String part_num
System.String domain_name
System.String mod_level
System.String serial_no
System.Int32 quantity_num
System.Int32 sp_rec_objid
System.String sp_rec_recordtype
System.String dtl_type
System.String priority_str
System.String ship_via
System.String carrier_name
System.String user_name
System.Int16 warranty
System.String note_str
System.String status_str
System.String create_date
System.String due_date
System.Boolean gen_time_bombs
System.Int32 contr_itm_objid
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_make_pr_header(String, String, String, String, String, String, String, String, String, String, String, String, Int32, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _make_pr_header(string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string user_name, string note_str, string create_date, int contract_objid, 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 first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String user_name
System.String note_str
System.String create_date
System.Int32 contract_objid
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

_make_pr_header_case_list(String, String, String, String, String, String, String, String, String, String, String, String, Int32, IFCList, IFCList, IFCList)

Declaration
protected short _make_pr_header_case_list(string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string user_name, string note_str, string create_date, int contract_objid, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String user_name
System.String note_str
System.String create_date
System.Int32 contract_objid
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_make_pr_header_list(String, String, String, String, String, String, String, String, String, String, String, String, Int32, IFCList, IFCList, IFCList)

Declaration
protected short _make_pr_header_list(string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string user_name, string note_str, string create_date, int contract_objid, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String user_name
System.String note_str
System.String create_date
System.Int32 contract_objid
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_make_pr_header_subcase_list(String, String, String, String, String, String, String, String, String, String, String, String, Int32, IFCList, IFCList, IFCList)

Declaration
protected short _make_pr_header_subcase_list(string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string user_name, string note_str, string create_date, int contract_objid, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String user_name
System.String note_str
System.String create_date
System.Int32 contract_objid
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_mod_part_stocking_lev(String, String, String, String, String, String, String, String, Int16, Int16, Int16, Int16, Boolean)

Declaration
protected short _mod_part_stocking_lev(string bin_name, string to_bin, string location_name, string queue_name, string to_queue, string part_number, string mod_level, string domain_name, short part_minimum, short part_maximum, short part_rol, short part_roq, bool is_active)
Parameters
Type Name Description
System.String bin_name
System.String to_bin
System.String location_name
System.String queue_name
System.String to_queue
System.String part_number
System.String mod_level
System.String domain_name
System.Int16 part_minimum
System.Int16 part_maximum
System.Int16 part_rol
System.Int16 part_roq
System.Boolean is_active
Returns
Type Description
System.Int16

_modify_gl_account(String, String, String, String, String, Boolean, Boolean, Boolean, String)

Declaration
protected short _modify_gl_account(string old_name, string new_name, string account_type, string desc_str, string account_no, bool is_exp, bool is_active, bool is_company, string site_id)
Parameters
Type Name Description
System.String old_name
System.String new_name
System.String account_type
System.String desc_str
System.String account_no
System.Boolean is_exp
System.Boolean is_active
System.Boolean is_company
System.String site_id
Returns
Type Description
System.Int16

_modify_inv_bin(String, String, String, Boolean)

Declaration
protected short _modify_inv_bin(string old_name, string new_name, string loc_name, bool is_active)
Parameters
Type Name Description
System.String old_name
System.String new_name
System.String loc_name
System.Boolean is_active
Returns
Type Description
System.Int16

_modify_inv_location(String, String, String, String, String, String, Boolean, Boolean, String, String)

Declaration
protected short _modify_inv_location(string old_name, string new_name, string account_type, string desc_str, string reports_to_loc, string cap_gl_acct, bool is_active, bool is_company, string site_id, string trans_auth_str)
Parameters
Type Name Description
System.String old_name
System.String new_name
System.String account_type
System.String desc_str
System.String reports_to_loc
System.String cap_gl_acct
System.Boolean is_active
System.Boolean is_company
System.String site_id
System.String trans_auth_str
Returns
Type Description
System.Int16

_modify_lss(String, String, Int16)

Declaration
protected short _modify_lss(string site_id, string loc_name, short loc_rank)
Parameters
Type Name Description
System.String site_id
System.String loc_name
System.Int16 loc_rank
Returns
Type Description
System.Int16

_move_pr(String, String)

Declaration
protected short _move_pr(string pr_id, string new_wipbin_name)
Parameters
Type Name Description
System.String pr_id
System.String new_wipbin_name
Returns
Type Description
System.Int16

_open_container(String)

Declaration
protected short _open_container(string cont_name)
Parameters
Type Name Description
System.String cont_name
Returns
Type Description
System.Int16

_part_transfer(String, String, String, Int32, String, String, String, String, Boolean, String, String, String, Boolean, String, String, String, String, Boolean, Int16, String, String, String, String)

Declaration
protected short _part_transfer(string part_num, string mod_level, string domain_name, int quantity_num, string serial_num, string from_loc, string from_bin, string from_cont, bool from_good, string to_loc, string to_bin, string to_cont, bool to_good, string user_name, string trans_date, string ref_id, string note_str, bool gen_time_bombs, short fifo_flag, string update_cost, string update_source, string trans_id, string std_cost)
Parameters
Type Name Description
System.String part_num
System.String mod_level
System.String domain_name
System.Int32 quantity_num
System.String serial_num
System.String from_loc
System.String from_bin
System.String from_cont
System.Boolean from_good
System.String to_loc
System.String to_bin
System.String to_cont
System.Boolean to_good
System.String user_name
System.String trans_date
System.String ref_id
System.String note_str
System.Boolean gen_time_bombs
System.Int16 fifo_flag
System.String update_cost
System.String update_source
System.String trans_id
System.String std_cost
Returns
Type Description
System.Int16

_pick(String, String, Boolean, String, String, String, Boolean)

Declaration
protected short _pick(string dtl_num, string locs_str, bool use_good, string user_name, string pick_date, string new_status, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String locs_str
System.Boolean use_good
System.String user_name
System.String pick_date
System.String new_status
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_pick_internal(String, String, Boolean, String, String, String, Boolean, Boolean)

Declaration
protected short _pick_internal(string dtl_num, string locs_str, bool use_good, string user_name, string pick_date, string new_status, bool do_cond_change, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String locs_str
System.Boolean use_good
System.String user_name
System.String pick_date
System.String new_status
System.Boolean do_cond_change
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_pick_no_trans(String, String, Boolean, String, String, String, Boolean)

Declaration
protected short _pick_no_trans(string dtl_num, string locs_str, bool use_good, string user_name, string pick_date, string new_status, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String locs_str
System.Boolean use_good
System.String user_name
System.String pick_date
System.String new_status
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_pick_sn(String, String, Boolean, String, String, String, String, Boolean)

Declaration
protected short _pick_sn(string dtl_num, string locs_str, bool use_good, string user_name, string pick_date, string new_status, string serial_no, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String locs_str
System.Boolean use_good
System.String user_name
System.String pick_date
System.String new_status
System.String serial_no
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_pick_sn_no_trans(String, String, Boolean, String, String, String, String, Boolean)

Declaration
protected short _pick_sn_no_trans(string dtl_num, string locs_str, bool use_good, string user_name, string pick_date, string new_status, string serial_no, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String locs_str
System.Boolean use_good
System.String user_name
System.String pick_date
System.String new_status
System.String serial_no
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_receive_pr_internal(ref String, String, String, String, Boolean, String, String, String, Boolean, Int32, String, String, String, String, Boolean, Boolean, Boolean, String, String, Boolean, Boolean, Boolean)

Declaration
protected short _receive_pr_internal(ref string pr_num, string from_loc, string from_bin, string from_cont, bool from_good, string to_loc, string to_bin, string to_cont, bool to_good, int quantity_num, string serial_num, string status_str, string carrier_name, string waybill_name, bool poss_damage, bool not_prop_pack, bool route_to_test, string user_name, string receive_date, bool auto_close, bool gen_time_bombs, bool do_cond_change)
Parameters
Type Name Description
System.String pr_num
System.String from_loc
System.String from_bin
System.String from_cont
System.Boolean from_good
System.String to_loc
System.String to_bin
System.String to_cont
System.Boolean to_good
System.Int32 quantity_num
System.String serial_num
System.String status_str
System.String carrier_name
System.String waybill_name
System.Boolean poss_damage
System.Boolean not_prop_pack
System.Boolean route_to_test
System.String user_name
System.String receive_date
System.Boolean auto_close
System.Boolean gen_time_bombs
System.Boolean do_cond_change
Returns
Type Description
System.Int16

_reject_pr(String, String, String, String, String, Boolean)

Declaration
protected short _reject_pr(string pr_id, string reject_date, string wipbin_name, string note_str, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String reject_date
System.String wipbin_name
System.String note_str
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_reopen_pr(String, String, String, String, String, Boolean)

Declaration
protected short _reopen_pr(string pr_id, string new_status, string wipbin_name, string reopen_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String new_status
System.String wipbin_name
System.String reopen_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_seal_container(String)

Declaration
protected short _seal_container(string cont_name)
Parameters
Type Name Description
System.String cont_name
Returns
Type Description
System.Int16

_set_cl_transition(ref String, ref String, ref String, ref String[])

Declaration
protected short _set_cl_transition(ref string request_type, ref string start_cond, ref string end_cond, ref string[] privclasses)
Parameters
Type Name Description
System.String request_type
System.String start_cond
System.String end_cond
System.String[] privclasses
Returns
Type Description
System.Int16

_set_part_stocking_lev(String, String, String, String, String, String, Int16, Int16, Int16, Int16, Boolean)

Declaration
protected short _set_part_stocking_lev(string bin_name, string location_name, string queue_name, string part_number, string mod_level, string domain_name, short part_minimum, short part_maximum, short part_rol, short part_roq, bool is_active)
Parameters
Type Name Description
System.String bin_name
System.String location_name
System.String queue_name
System.String part_number
System.String mod_level
System.String domain_name
System.Int16 part_minimum
System.Int16 part_maximum
System.Int16 part_rol
System.Int16 part_roq
System.Boolean is_active
Returns
Type Description
System.Int16

_ship(String, String, String, String, String, String, String, String, String, String, String, String, Int32, Double, String, String, String, String, Boolean)

Declaration
protected short _ship(string dtl_num, string site_name, string address_1, string address_2, string city_name, string state_name, string zip_code, string country_name, string f_name, string l_name, string waybill_name, string pack_list, int piece_count, double total_weight, string status_str, string ship_date, string user_name, string carrier_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String site_name
System.String address_1
System.String address_2
System.String city_name
System.String state_name
System.String zip_code
System.String country_name
System.String f_name
System.String l_name
System.String waybill_name
System.String pack_list
System.Int32 piece_count
System.Double total_weight
System.String status_str
System.String ship_date
System.String user_name
System.String carrier_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_unpick(String, String, String, String, Boolean, String, String, Boolean)

Declaration
protected short _unpick(string dtl_num, string loc_name, string bin_name, string cont_num, bool use_good, string user_name, string unpick_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String loc_name
System.String bin_name
System.String cont_num
System.Boolean use_good
System.String user_name
System.String unpick_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_unpick_internal(String, String, String, String, Boolean, String, String, Boolean, Boolean)

Declaration
protected short _unpick_internal(string dtl_num, string loc_name, string bin_name, string cont_num, bool use_good, string user_name, string unpick_date, bool do_cond_change, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String loc_name
System.String bin_name
System.String cont_num
System.Boolean use_good
System.String user_name
System.String unpick_date
System.Boolean do_cond_change
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_unpick_no_trans(String, String, String, String, Boolean, String, String, Boolean)

Declaration
protected short _unpick_no_trans(string dtl_num, string loc_name, string bin_name, string cont_num, bool use_good, string user_name, string unpick_date, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String loc_name
System.String bin_name
System.String cont_num
System.Boolean use_good
System.String user_name
System.String unpick_date
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_unpick_sn(String, String, String, String, Boolean, String, String, String, Boolean)

Declaration
protected short _unpick_sn(string dtl_num, string loc_name, string bin_name, string cont_num, bool use_good, string user_name, string unpick_date, string serial_no, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String loc_name
System.String bin_name
System.String cont_num
System.Boolean use_good
System.String user_name
System.String unpick_date
System.String serial_no
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_unpick_sn_no_trans(String, String, String, String, Boolean, String, String, String, Boolean)

Declaration
protected short _unpick_sn_no_trans(string dtl_num, string loc_name, string bin_name, string cont_num, bool use_good, string user_name, string unpick_date, string serial_no, bool gen_time_bombs)
Parameters
Type Name Description
System.String dtl_num
System.String loc_name
System.String bin_name
System.String cont_num
System.Boolean use_good
System.String user_name
System.String unpick_date
System.String serial_no
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

_update_pr_detail(String, String, String, String, String, Int32, Int32, String, String, String, String, Int16, String, String, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _update_pr_detail(string dtl_num, string part_num, string domain_name, string mod_level, string serial_no, int quantity_num, int sp_objid, string dtl_type, string priority_str, string ship_via, string carrier_name, short warranty, string note_str, string status_str, 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 dtl_num
System.String part_num
System.String domain_name
System.String mod_level
System.String serial_no
System.Int32 quantity_num
System.Int32 sp_objid
System.String dtl_type
System.String priority_str
System.String ship_via
System.String carrier_name
System.Int16 warranty
System.String note_str
System.String status_str
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

_update_pr_detail_list(String, String, String, String, String, Int32, Int32, String, String, String, String, Int16, String, String, IFCList, IFCList, IFCList)

Declaration
protected short _update_pr_detail_list(string dtl_num, string part_num, string domain_name, string mod_level, string serial_no, int quantity_num, int sp_objid, string dtl_type, string priority_str, string ship_via, string carrier_name, short warranty, string note_str, string status_str, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String dtl_num
System.String part_num
System.String domain_name
System.String mod_level
System.String serial_no
System.Int32 quantity_num
System.Int32 sp_objid
System.String dtl_type
System.String priority_str
System.String ship_via
System.String carrier_name
System.Int16 warranty
System.String note_str
System.String status_str
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_update_pr_header(String, String, String, String, String, String, String, String, String, String, String, String, Int32, String, Int32, String, String, String, String, String, String)

Declaration
protected short _update_pr_header(string hdr_num, string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string note_str, 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 hdr_num
System.String first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String note_str
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

_update_pr_header_list(String, String, String, String, String, String, String, String, String, String, String, IFCList, IFCList, IFCList)

Declaration
protected short _update_pr_header_list(string hdr_num, string first_name, string last_name, string phone_num, string ship_site_id, string bill_site_id, string case_id, string pay_method, string pay_terms, string priority_str, string note_str, IFCList fld_list, IFCList type_list, IFCList val_list)
Parameters
Type Name Description
System.String hdr_num
System.String first_name
System.String last_name
System.String phone_num
System.String ship_site_id
System.String bill_site_id
System.String case_id
System.String pay_method
System.String pay_terms
System.String priority_str
System.String note_str
IFCList fld_list
IFCList type_list
IFCList val_list
Returns
Type Description
System.Int16

_yank_pr(String, String, String, String, Boolean)

Declaration
protected short _yank_pr(string pr_id, string wipbin_name, string yank_date, string user_name, bool gen_time_bombs)
Parameters
Type Name Description
System.String pr_id
System.String wipbin_name
System.String yank_date
System.String user_name
System.Boolean gen_time_bombs
Returns
Type Description
System.Int16

GetProductID()

Declaration
protected abstract int GetProductID()
Returns
Type Description
System.Int32
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.