Sharepoint Add Dynamic Value Issue - sharepoint

Hello I have a problem when I click to add dynamic value button.
Result;
After this I can't click to 'Send an email (V2)' How to solve this problem?

Related

Spotfire non-editable button

I am sort of new to Spotfire. There is feedback button in a dashboard I am working on, and I am trying to edit that button, but I can't find the option anywhere. The button also gets created automatically when a new page is created. Is there something I am missing? Has anyone encountered this? Any help would be
I tried to edit the HTML but there is no option for this particular button.

How to get the ID of a custom ribbon button on excel without XML file

I'd like to get the ID of a custom ribbon button on excel that someone else created. Do you know where can I find it or how can I get it with a code if possible ?
Thanks

How to link DataCardValue to another view

I have a screen where a user can edit a form, the form is pulling from a sharepoint list. I would like to link the value of a lookup field from this form to a new view pulling from a different sharepoint list.
Ideally the value Vendor 1 would link to a DetailsScreen for the specific vendor. The issue is I am unable to add the necessary OnSelect function to the DataCard to achieve this and even the default Navigate Function does nothing when attached to the DataCardValue. The default Navigate function does work in other elements, for example in the arrow to the right of Vendor 1, which I added as a test. I attempted the solution here, but was unsuccessful. What am I doing wrong?
I just tried with Textbox, Dropdownbox and combobox and for all of them onselect worked fine for me
Navigate(Screen2,ScreenTransition.None,{ FirstName: "CRM365" , Argument2: "SomeText" })
I would say simple try using arrow button and try navigating and then go step by step

Outlook web addIn dropdown menu

I have created the Outlook Web Add-in project and trying th create the dropdown menu by following the link under
https://github.com/officedev/outlook-add-in-command-demo
It seems that dropdown menu just take static list. What i want to do is i have webservices which is returning some destination and link of that destionation . I want to display the list of all those destination under the dropdown and by clicking one of it, it opens the link into task pane.
Any tips ? how to display from webservice in dropdown menu.
It is not currently possible to dynamically populate the dropdowns, your best bet would be to have a single taskpane action, then render a selector page that dynamically shows the available options, then navigate to the page associated with that option. Feel free to upvote this User Voice suggestion to let us know that this feature is important to you.

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

Resources