Note that there are some explanatory texts on larger screens.

plurals
  1. USKyle Lowry
    primarykey
    data
    text
    plurals
    1. COThis sounds like it is the result of a PHP fatal error. You will need to check your PHP error log to see if there are any fatal errors listed. If there are, you can post the lines with the error messages to give us more information. I'd guess that you are hitting a memory limit issue (which is very common on brand new installations), or there is some configuration option that is wrong. But I'd need to see the PHP error log to confirm.
      singulars
    2. COWhat field on the `DetailView` do you want to populate, exactly? You can't edit Contact records from the `DetailView`, so if you want to set some field on a Contact equal to something dynamically, you will either have to do it from the `EditView` or you will need additional code to update the Contact record using a custom SugarCRM entrypoint.
      singulars
    3. COI should be able to make a more detailed answer for this later. But, basically you can use a similar technique as the one I described in http://stackoverflow.com/questions/15254673/sugarcrm-how-to-get-popup-when-click-on-save-button/15259436#15259436 That is, I'd recommend adding this into SugarCRM using a custom installable package, injecting a new JavaScript file onto the Contacts module `DetailView`, dynamically inject the button into the page using JavaScript (as opposed to editing any core SugarCRM files), and have that button do an AJAX request to your external script to get the data.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload