Expand InsideView By Default In SugarCRM - sugarcrm

By default, InsideView sub panel in Accounts module is collapsed in SugarCRM. How can I make it expanded by default? To be more clear, when any Account is opened, by default the Inside View subpanel present within it should be expanded.
Since I am new to SugarCRM, please provide me the complete steps.

Related

How to change the Form according to the item selected in the drop Down menu in Flutter

I have created I method which is showing a dialog and I called it with timer.run() method in order to show the dialog at the start of the screen automatically in which i have created a form (the code snippet is attached in the photos) and the form contains drop-down menu with two items(check and bank) now i want to make the UI as dynamic whenever the user selects the Bank option in the drop-down menu a new drop-down menu is displayed to him otherwise an empty container will be displayed to him.
Solutions I tried
created i variable which holds true if the item selected is bank otherwise false and used it as a condition to either show the 2nd drop-down or not.
Make the variable global but it also didn't worked.
created a function which i called with the variable to return either drop-down or empty container but it also didn't worked.
Created the bank selected variable in other class and access it with provider package but it also didn't worked for me.
The source code is also available at Github-Repo
Thanks all someone at linkedin helped me with the solution. which is
We have to wrap the AlertDialog with StatefulBuilder and have to call setState when option is selected then it will work.

Issue when use a Control Layer on marker out of group on Drupal with custom module

When a marker is out of a group (cyrcle numbered) if I use the control filters by clicking on a checkbox the marker disappears correctly, by clicking on the checkbox again it no longer appears. This does not happen with the markers present in the groups.
Here the project on StackBlitz,this doesn't work on Drupal in my custom module.
Here the Drupal site.
Edit
I just found out that it doesn't just work when logged in. Everything seems to work anonymously.

Adding custom modules to activities button

I have an installation of Sugar 6.5. I'v created a custom module and created the relationship with Opportunities and I'm seeing it correctly as a panel at the bottom of the Opportunity.
I want to add it as an Activity to the "Create Task/Schedule Meeting/Log a call" button in the Activities panel.
I've tried to create a relationship with Activities but this doesn't seem to do it either. I've also looked through the dropdowns list and can't find this button/dropdown at all.
Is it possible to add options to this activity dropdown button?

SugarCRM CE 6.5.11 Detail Views Broken

We are working with SugarCRM CE 6.5.11. We created come custom fields within the Contacts and Accounts modules and imported some data. Now we can't access the Detail View of any of those modules.
We can create, for example, a new Lead and after creation the Detail View appears as usual.
However, once we go back to the Leads List View and click on a new Lead to see the detail view, we get nothing. We can only see the top menu and the SugarCRM footer. In Internet Explorer, it shows "null."
This happens for any Detail View within Accounts, Leads and Contacts. We can create new ones and see the list, but there's no way to access the detail view. We also tried doing a quick fix from the repair menu with no luck.
Any ideas what can be broken?

Wordpress - Show Portfolio Categories

I'm working with a WordPress website and a client wants to show a list of categories in the footer. Unfortunately, it is showing as empty because he has no posts and has set the categories to portfolio items which he wants people to be able to click to.
So, how do I show the portfolio categories in the widget rather than the post categories?
Thanks,
Jack
Probably the easiest way I can think of to get the result that you want without having to resort to changing any Theme Files would be this:
Log into your Wordpress Dashboard
Navigate to Appearance->Menus
Create a new Menu, and (if applicable) enable the Custom Taxonomies for your menu by clicking on Screen Options (top right-hand corner of the page) and ticking your Portfolio's Custom Categories and/or Custom Post Types
Once all of the items you want is in your Custom Menu, save it.
Navigate to Appearance->Widgets
Add the Custom Menu Widget to the sidebar in which you would like your items to appear
Select the Custom Menu you just created, and Save
When dealing with Premium Themes, it would always be safest to stay out of their code and avoid changing anything altogether, so try this approach first. Otherwise, you may have to get your hands dirty and alter some code or contact the Theme Developer.