How do you add Company field below Organization in User View? Im using OST v1.14.1

ntozier No, As I see it, Company and Organization are quite different in OSTicket. Within an Organization profile you can add a Company. Organizations cannot be created by Enduser, while Company under User Profile can.

I followed the reply from "Calling Data from Custom Fields" bernardflachNov '14
...These steps i took to do this : Create in the Contact information form a new field named AddressFind in include/class.user.php the function GetPhoneNumber() and copy this section.Give the new function a nifty name : In my case : GetAddress(). change the phone string to the variable name configured in your contact information form.Edit ticket-view.inc.phpReplace for example label "Phone:" into Address Replace $ticket->getPhoneNumber(); into $user->GetAddress();

Write a Reply...