I know how to customize the ribbon in a List pages, or Site settings page. But how to customize the ribbon on a custom developed SharePoint 2010 Application page?
SPRibbon API solved the problem
https://spribbon.codeplex.com/
Related
I want to query the list to get some information of particular ID but some actions are missing in SharePoint Designer 2013. I want following actions in SharePoint Designer.
But what it actually looks here in my screen :
I could not see Dictionary and HTTP actions in designer. I am new to this. Let me know if you have any suggestion to display these actions here.
Thank you in advance.
The workflow you created is a SharePoint 2010 workflow without OOB actions like call HTTP web service and etc. What you need is a SharePoint 2013 workflow. You have to set Platform Type to SharePoint 2013 Workflow when creating a new workflow.
If there is no SharePoint 2013 Workflow option under the dropdown menu, you have to configure workflow manager to get it. Reference: Install and configure workflow for SharePoint Server.
I have created SPFX Project and created Masterpage in classic view and hosted it already in SharePoint online and when I add my SharePoint framework Web parts
to the master page after 2 days cannot edit anymore on the save or do any actions from SharePoint ribbon however my master page works fine at SharePoint online, SO after a lot of searches I found all people use Modern View but in the modern view, I cannot do any branding to my portal
is there any way to fix this problem or Doc to how to create a master page in the SharePoint framework?
You were not able to add branding in Modern Page. You have to use the SharePoint Framework Extensions. By using Application customizer, you can add your customization's in the page placeholders.
Here you can start page placeholders in application customizer.
I have mentioned group logo in sharepoint 2010. So when i log in with user credentials, the group logo of users should be displayed at top right of sharepoint site.
Is it possible to do that?
Yes it is possible. Just edit the page and add a web-part to display the logo.
I've got 2 distinct sharepoint. One 2007 and the other 2010.
On the 2010, there are MySite profile enabled.
I'm looking for a webpart OutOfBox (because my administrator doesn't allow to add new webpart in the curren t sharepoint) to access from SP 2007 to the information (like status, or project assignment) on MySite on SP 2010.
Are you thinking it's possible?
Thanks in advance
Julien Garcia
i don't think much can be done using OOTB webparts you have to for a custom webpart solution
I want to know about infopath and also whether it is good to use instead of webparts or not ?
below link is "Introduction to Microsoft Office InfoPath 2007"
http://office.microsoft.com/en-us/infopath-help/introduction-to-microsoft-office-infopath-2007-HA010163577.aspx
and "Integration of InfoPath with SharePoint"
http://www.c-sharpcorner.com/UploadFile/srikanchar/InfopathIntegrationwithSPS11142005045822AM/InfopathIntegrationwithSPS.aspx
Infopath is a MS Office tool/program that lets you define and use XML based forms.
Start here with wikipedia.
Integration with SharePoint
The most common usage of InfoPath is
to integrate it with Microsoft
SharePoint technology using InfoPath
Form Services (included in the
enterprise commercial version of MOSS)
or as the separate Microsoft Office
Forms Server 2007 product. In
SharePoint, a "Form Library" can be
created and developed by using
InfoPath. InfoPath fields will be
exported as "Columns" in the library
and can be directly read in SharePoint
or be used as part of web services
results in workflow development.