• Dependencies to define a field required according specific

    Hello Developers, I'm working on sugarCRM 8.3. I need to write dependencies on custom field, where field is required or visible for specific role. I tried using JS but it is working only on web not in mobile.
  • Chaining ReadOnly and SetVisibility dependencies

    Hi I understand you can chain dependencies here: http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.9/Architecture/Sugar_Logic/Dependency_… I'm using Sugar Enterprise 7.9.2. The following is my dependency: <?php $dependencies…
  • Calculation formulas broken after git pull

    Hi all, I've been developing a set of formulas for a client. After some testing on my localhost I've committed everything to our repository and pulled it over to the user testing instance. The pull works fine, the permissions are OK. Then, as you would…
  • Dependency with multi select type field.

    Hi All, How do i write dependency for multi select field. Is this possible? If yes,please give me a sample. Thanks in advance.