Questions tagged [custom-actions]
Custom actions enables expanding or extending the standard behavior of SharePoint 2010 core components.
348 questions
0
votes
1
answer
44
views
Sharepoint Online, Update 2 Fields on Modification from a user
In my sharepoint online sites, we have a group of custom fields.
Now there are 2 fields i want to update, when the file is modified by some specific user,
What i want to do is that when a file is ...
1
vote
2
answers
248
views
SharePoint On-Premises
I have a question regarding SharePoint 2019 on-premises workflow. I have implemented a workflow custom action to update a group owner using CSOM (code activity with a workflow custom action) ...
0
votes
1
answer
386
views
Add CustomAction to only one folder in a document library
I have the following PowerShell script for creating custom action on a list in a document library.
Connect-PnPOnline -Url "https://[my_tenant].sharepoint.com/sites/[my_page]"
Add-...
0
votes
1
answer
574
views
Add CustomActions to a document library
I want to add some CustomActions to a document library. I tried to follow this description:
https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-...
0
votes
0
answers
25
views
SharePoint Online CustomAction redirect error
I have a problem with the redirect in the <CustomAction> element where the button subscribes to
<CommandUIHandler Command = "Redirect.Command" CommandAction = "http://www.bing....
2
votes
1
answer
2k
views
SPFX Custom Action not showing in context menu
I am trying to create a custom action in SharePoint, and get it appear in the context menu (the 3 dots next to the item in the list).
I have tried all different combinations of location in elements....
0
votes
1
answer
746
views
Placing SPFX ListViewExtension custom action into More expandable menu
I've created custom action as ListViewExtension and it works well, but i cannot figure out how to place it under expandable "More" menu.
My manifest.json is:
"unlock": {
&...
0
votes
0
answers
21
views
Why my context menu options desapear after I added the sharepoint list to a page and hold commandbar of the list?
folks.
I've created a context menu custom action for my sharepoint list, but when I added the list to a page and switched "Hold command bar" to hide it - I can't see my custom action anymore....
0
votes
1
answer
31
views
Can we add another custom option in the Insert Link option - SharePoint List (Multiple lines of Text)
Can we add another custom option below the "From SharePoint and From Address" or some where in this INSERT ribbon like Embed Code?
Any help?
0
votes
1
answer
679
views
How to download the SharePoint 2019 folder or mutiple files once time?
The server has been configured to the public network, so I cannot use the file explorer. And the solution needs to be integrated into SharePoint, so the PowerShell code will not be accepted.
Any ...
0
votes
2
answers
380
views
How to add button to SharePoint 2013 ribbon using JavaScript
Is it possible to use JavaScript to dynamically add a custom button to the ribbon?
I want to add a button next to the upload document button in a document library.
Any ideas or code how to do that?
0
votes
1
answer
1k
views
Get base64 of banner image in flows
Is there a way to convert a banner image to a base64 using flows / power automate? Any of the get content actions for SharePoint does not work for banner image.
1
vote
1
answer
748
views
Excel export with Image thumbnails
I have a solution on SharePoint Online, in which I using multiple list to read the data from, and I have built a custom button on web page to export/download an excel having transactional data (from 2-...
0
votes
1
answer
17
views
User unable to trigger Custom Action - SP 2013
I have a custom action that is in the ribbon. when it is clicked SPD has it programmed to open the intitiation form. You fill in some boxes and then click start to initiate the workflow.
I am OWNER. ...
0
votes
1
answer
525
views
Add different button to list item to EDIT
Here's my newest situation:
The people I report to don't like the EDIT button on SharePoint list items, and want to create a new, custom button for people to edit list items. They'll even accept a ...