Hello Is there a way to autofill the fields in suiteCRM using just relationship? Any insight would be helpful.
pgr
29 April 2021 09:39
2
Hi, welcome to the Community!
What exactly do you mean by this part?:
Prajakta1:
using just relationship?
@Prajakta1
Do you search this? Look at the posts:
Hello,
i’ve successfully populated custom text field in ModuleB by selecting related field that points in ModuleA, however this does not works if instead clicking the button near to related field the autocomplete has been used.
Does anyone have a clue regarding how to let it works also with autocomplete?
Many Thanks
Hi,
I explain my request, I hope someone can help me:
I have created my own form and linked it to the suite user form. When I create a new record in my form, I have entered the first and last name fields in the form and there is also the user search field.
[user]
I would like the first and last name fields to be filled in automatically once the user has been selected.
Does anyone know how to do this? Thank you
Hello, Thank you.
I wanted to say that, how to autofill data from one module to another module? for instance if I fill in details in the quote section then I should be able to auto fill the same details into invoices section when I write the title, it should automatically extract the details and autofill. Is this possible using developer tool?
pgr
29 April 2021 11:26
5
It is possible using a bit of custom PHP code, or an add-on such as my PowerFields .
Some things might also be possible after saving the record, from the Workflow module, with calculated fields.
Beside the above options. We have my old time favorite: LogicHooks:
Intro Logic hooks allow you to hook into various events in SuiteCRM to fire custom code. This can allow you to, for example, make a call to an external API, or to create a new record if certain events occur.
Types Logic hooks can occur in three...