需要自动填充字段,同时从suitecrm中的过滤器中选择联系人

I created one module called Participants with Contact filters, Office Phone and email.

My Question is if i select a Contact from filter remaining fields should populate with contact person data.

Please see the attached screen shot.

here i selected one contact from the filter that contact person Office Phone and email should fill automatically.

enter image description here

Regards, kiran

Hello there are many way to do that in sugarcrm ,

  1. You can use calculated field do populate fields .

  2. You use API in your js file and and according to filter you can populate data.

Try some google you will find many answers already given.