How can we add approval button field on view of a list in SharePoint 2010 - sharepoint-2010

I have a requirement where I want to add a button called approve on the bottom of read item list page. This is something when I click on approve button should change the status of list using whatever (javascript, workflow).
Please suggest how can I do this with the existing list. I have attached the screenshot below
I'll be very grateful for all of your advise

If you open a list in SharePoint designer. There is a section called Forms. You can use it to edit existing (add/edit/view) form or add a new one.

Related

Unable to add button to Custom List Item Ribbon

I am trying to add a Print Item button to the Forms (New, Edit, Display) of items in a Custom List. In order to achieve this I am using the following microsoft article https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/hh500259(v%3Doffice.14).
I follow the steps, however the Button is not displayed. Attaching Screenshots of how it is set on Sharepoint designer as reference
Do you have any ideas of what can be happening? Is there another way to add a print button the the Items Ribbon?
The button would not be added to the Items ribbon. In fact, the button is added to the drop down menu of the list item, as the below picture shows:

Add Custom Button in Attach Items Outlook Addin

I need to Add a Custom Button on Click of Attach Items in Outlook Email. Please share the code or share the link to achieve the same.
Image
I don't think you can do that, Also note that in latest versions of Outlook there is no such dropdown - there are separate buttons.

How do I add a global button (for all entities) on the CRM 2013 Command Bar

I want to create a global button for all the entities.
I tried the following:
Created a sample solution with entity Application Ribbon
Opened the Application Ribbon Entity in Ribbon Workbench
Under Command Bar -> Home . Placed a button besides New Record
However after publish I am not able to view the button.
How do I resolve this?
The answer is from Mithilesh Kumar, and can be found on this page:
https://community.dynamics.com/crm/f/117/t/155542
You need to find the Group where you want to show the Button.
If you want to show on the Home Page for all Entity, find the Group as below and place the Button in this Group.
If you want to show in the Forms of all Entity, you need to place in the Group in the Form Area, shown below
Hope that clarifies
Modifying the XML you need to rely on the {!EntityLogicalName} keyword inside the location.
You can find a tutorial here:
http://blog.webfortis.com/adding-global-ribbon-buttons-for-all-entities-in-dynamics-crm

SharePoint 2010. How to add the "Add" button to Calendar view (or add new item using double click on the day)

I am new to SharePoint. Sorry if answer for my question is obvious.
I've created approve absence workflow, InfoPath forms for adding absence statement and calendar view to show planned absences.
Now I want to add posibility of adding new absence statement by clicking on the calendar view. But I don't know how to achieve it. I can't see the "Add" link in calendar view. I can add New item by clicking button in the ribbon, but I want to do it by double clicking on calendar.
Is it possible?
I know that I can use Event content type to use it in Calendar lists, but in this case I can add new event by double clicking, but I can't customize form using InfoPath.
I am googling about ways to solve my problem, but unfortunately I can't find any information about my needs.
Is it possible to add new item in calendar view by double-clicking on day and customize new item form using InfoPath?
Every suggestions are very appreciated.
Thank you in advance.
Update1: Also I tried to use Calendars overlay to show my absences in calendar view, but also I can add new item with all necessary fields by double-click, but I don't know how to customize it using InfoPath.

Custom Menu in SharePoint 2010

I am working with SharePoint 2010. I am looking for creating a custom menu that could be placed on Master page of my site collection. Could you please give me a start on this. I don't want to use existing menus on default master page. I would rather like to have my own master page with my custom menu links with sub menus.
A basic idea would be that I will have a XML file with menu items defined I want to give liberty to the user to make changes to XML file somehow that add/edit or remove the links. Also I want the menu to be user role based (Items could be disabled for unauthorized users).