Broadleaf admin - add additional tab - broadleaf-commerce

I need help with the extension of the broadleaf admin panel. I want to add an additional tab in the panel displayed for a particular product. Do you know any quick way to extend this view?
Thanks in advance for help!

If you add a new tab with #AdminPresentation on one of your fields the new tab will automatically appear. Example:
#Column(name = "SOME_COLUMN")
#AdminPresentation(friendlyName = "Some Column", tab = "New Tab Name")
private String someColumn;

Related

Hybris back office customization

Need to customize hybris back office advance search filtered with product classification.
Try to include features from product data, but its not displaying in backoffice.
Maybe that will help you: in BackOffice (https://localhost:9002/backoffice)
Click F4.
Click the SAP Commerce icon in the right upper corner.
Select Reset Everything option from menu.
Go back to the standard view by pressing F4.
see : https://help.hybris.com/1811/hcd/21699fe172bc4ed38e7e3a57efa53eb8.html

How to change 'selection criterion' in Lotus notes Views

I have Lotus Notes Client and some Views created already. How can I see the 'Selection Creterion' for views, and I need to change 'Selection Creterion' also.
Thanks in advance.
Open view in Designer and click beneath the column headers. "View Selection" should then be visible. There you can choose between "Simple Search" and "Formula" and enter/change your selections.
You can use the 'Design Synopis' tool to produce a report of the design settings of most design elements, including view selection formulas.
Select the application/database, then, from the main menu, goto: File, Application, Design Synopsis and select 'Define contact, Views' and select which features you want. Choose 'selection formuals' and produce the report.
If you want to change selection formulas, either use the Domino Designer (as mentioned elewhere here) or create an agent that change the selection formula for you. Check the Desinger Help for details of how to do this programmatically.

crm dynamics 2011 add a new value to dropdown list and set default value

I cannot find how to add a country to drop down menu when creating account, lead or contact. At the moment I see only 2 countries. I need to add one more and make it as default one. So when I create lead, contact or account I don't need to choose every time. I have all the rights but no knowledge.
Click on the Customize tab on the top of form ribbon and then select the Form option.
Form will open in edit mode, double click on country field and on new window select the Details tab.
Click on Edit button, a new window will open
Add new option by clicking on the green colour plus button (pointed out in screenshot below).
Select the default country from default value drop down (pointed out in screenshot below).
Save and close the Field window
Save and Publish the form.
You are ready to go.

How to create an "Add Attachement" column in sharepoint 2010?

Googled and looked here for a while with no answer found so far.
I am currently trying to have a column work similar to the edit button. With the edit button you click the icon and you are redirected to the edit page. I want something the users can click to go straight to the add attachment section. It does not need to be a button, even though it would look nice. We also have designer so that is an option as well.
Any suggestions or link on how I can try to make this work? Any help is appreciated.
Could you not Create another ECB item just like the edit button with the name add attachment
Pass the ID of the item via query string.
Pick this up in c# and work your magic to add an attachment?
This is how to create an ECB menu item
http://www.learningsharepoint.com/2012/05/22/add-custom-editcontrolblock-ecb-menu-item-to-open-a-custom-page-in-sharepoint/
Hope this helps
Cheers
Truez

Multiple select drop down user control or field control

I want to use multiple select drop down user control or field control on my page layout and I want to pull list items from list and show it on page layout in Sharepoint.Does anyone is having idea how to achieve this.
Thanks,
PS
In SharePoint Designer, go to:
Insert, SharePoint Controls, DataView
on the DataSource Library panel, choose a list and click "Show Data"
Drag and Drop a few fields from the Data Source Details
go to the Toolbox Tab in the same panel as Data Source Details and choose: "Data View Checkbox List"
Configure as you like
Edit based on your reply
If I understand your reply right, how about you have a Yes/No column(field) in your list named "IsVisible" with a Custom View where only items WHERE IsVisible Equals Yes on the web part and the Administrator will just edit the list and change the value for the Visible field.

Resources