Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create a second 'related user' field in a module
#9
That line looks correct. Let me know how it goes.


To delete the field use the delete method


PHP Code:
$field Vtiger_Field::getInstance('your_field_name',$moduleInstance);
$field->delete(); 
Joe
TSolucio
Reply


Messages In This Thread
RE: Create a second 'related user' field in a module - joebordes - 12-20-2016, 08:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)