Hi all!
Where can I find relate fields in the database?
In studio we have a custom relate field on account named merged_into_c, which contains a link to another account.
I want select the accounts which were merged into another account, but the…
Hi all,
I extended the Calls module by a ID field pae_contact_id, linked to the Contacts Module. (see code below of the pae_vardef)
Additional I want to display & search the Contact Name and Country in the Calls List View.
Displaying the data works…
I need to create a module exactly same as quote module with all functionality of quote module
My Custom Module name is "Order Form"
Quote & "Order Form" will be related as 1 to Many i.e 1 "Quote" : Many "Order Form"
Product and "Order Form" will…
How can i add filter on related field . like I have user type related field on which I have want to show only user related user with some role . how is this possible ?
i tried through this
https://sugarclub.sugarcrm.com/dev-club/f/questions-answers…
Hello, i have a Question about calculated/linked fields. I hope it's not to complicated. So i use 3 Modules (e.g. A - B - C) A got a relationship to B - so there is a field in A i choose a record from B. So its linked/in a relationship. In C i have relationships…
Hi, In Sugar 7.7.1.0, I'm trying to create a record with a default assigned user different than the current user. I've tried with: $dictionary['my_module']['fields']['assigned_user_id']['default'] = '<user_id>'; but without success. Any one can help me…
Hello developers! I need to call a javascript function when a record is chosen in a relate field (in the editview). i know how to do that with standard fields like dropdowns and others but the javascript function is not called on relate fields. 1. i added…
Hello I wanted to hide two fields depending on a dropdown value: System: Sugar Enterprise 7.8 Scenario: Module where I want to hide: moduleA On record/create view there is a dropdown: docType (values: typeB, typeC, both, none) There is two related modules…
Trying to figure out the best way to deal with multiple related fields in one record. I'm building Sugar for a law firm. In each Case record, they want to be able to see the Lawyer on the other side - which is a related field to Contacts, the Judge -…