Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
crucialwh Offline
New Member
 
Posts: 2
Join Date: Mar 2007
Global $this_user Variable - 10-03-2007, 02:26 AM

We're setting up the custom fields for our technical support tickets, and I was wondering what all the available values are for the $this_user global variable.

I know there is:
$this_user['client_fname']
$this_user['client_lname']
$this_user['client_email']
But can you pull information like server name, domain name, etc.? Or could someone reply back with a print_r output of the available information for this array? Thanks!
   
Reply With Quote
  (#2) Old
crucialwh Offline
New Member
 
Posts: 2
Join Date: Mar 2007
10-03-2007, 02:37 AM

Well, I didn't realize it was a global ModernBill variable, so here's the print_r output for the $this_user variable if anyone needs to use it:
Code:
Array
(
    [client_id] => 
    [client_fname] => 
    [client_lname] => 
    [client_email] => 
    [client_company] => 
    [client_address] => 
    [client_address_2] => 
    [client_city] => 
    [client_state] => 
    [client_zip] => 
    [client_country] => 
    [client_phone1] => 
    [client_phone2] => 
    [billing_method] => 
    [billing_cc_type] => 
    [billing_cc_num] => 
    [billing_cc_exp] => 
    [billing_cc_code] => 
    [billing_cc_issue_num] => 
    [billing_cc_start_date] => 
    [client_password] => 
    [client_comments] => 
    [client_status] => 
    [client_stamp] => 
    [client_secondary_email] => 
    [client_username] => 
    [client_real_pass] => 
    [x_Bank_Name] => 
    [x_Bank_ABA_Code] => 
    [x_Bank_Acct_Num] => 
    [x_Drivers_License_Num] => 
    [x_Drivers_License_State] => 
    [x_Drivers_License_DOB] => 
    [apply_tax] => 
    [default_translation] => 
    [default_currency] => 
    [send_email_type] => 
    [secondary_contact] => 
    [cg_id] => 
    [client_field_1] => 
    [client_field_2] => 
    [client_field_3] => 
    [client_field_4] => 
    [client_field_5] => 
    [client_field_6] => 
    [client_field_7] => 
    [client_field_8] => 
    [client_field_9] => 
    [client_field_10] => 
)
   
Reply With Quote
Reply

Tags
$thisuser, global, variable

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47