Is there a way to pick new people from the people picker. I am using this examples.
https://developer.microsoft.com/en-us/fluentui#/controls/web/peoplepicker
I am trying to add new contact to the picker. Is it possible to do or not. If anyone have an idea please help.
Related
Help! Sharepoint List won't display in New Experience!
I have a list in Sharepoint and I want it to be displayed in New Experience but it won't, even though my Library Settings List experience was set to "New Experience" it still displays the list in CLASSIC experience.
I understand that sometimes it takes time to take effect the new experience but I have set it to new experience for about 4 days now.
My Library Setting Picture
Would greatly appreciate an answer. Thank you.
In SharePoint Online, there is a link which can switch classic experience and New experience, in the list view page left bottom:
Click this link, the list will change to New experience.
i am trying to create a flow using Microsoft flow.The flow creates a card in Trello when an item is created in SharePoint list.I need to add a label to each card.The Flow gives me an option to specify the Label Id.How can i get the id of labels in Trello?I tried with #1 and also the color of the label.But dint work.If anyone knows the answer, please help!
Good question! This is actually really simple. Go to any board and add .json at the end of the url. Search for idLabels or labels. If the cards on the board have any labels the info should be right there.
Happy trelloing!
Just a kind suggestion to help any others that stumble on this. A more efficient way of doing this would be to open a card that has the label for which you are interested. Then add ".json" to the end of that URL. The label id is them much easier to find and associate. If you want all the label id's then you can add all the relevant labels to a single card and follow the sample process. Then you have all the label id's in on single chunck in the json code.
I've created an instance of Azure Search and I'm trying to make use of the suggesters functionality but struggling to find any useful information on how to get started (poor and out of date documentation from Microsoft).
I would like to use a suggestion on the name field below.
The issue is that fields require unique names and I'm unable to edit existing fields. I'm a little unsure of how the suggester tab differs from basic.
Does anyone have any advice on how best to add suggesters to my index? I am all for deleting the index and starting again if I've missed something critical.
I'm really sorry you're disappointed by the documentation. We take it very seriously and will make sure to address your feedback. Feel free to make suggestions.
On the screen you provided, you should specify a name for the suggester. Once you do that, checkboxes will show up next to your field names. Using the check boxes you will enable the Suggestions API on selected fields.
Use the name of the suggester as a value for the suggesterName parameter when using the Suggestions API : https://msdn.microsoft.com/en-us/library/azure/dn798936.aspx
Please find more details in this article about suggestions in Azure Search. It describes a sample application with code attached.
Hope that helps.
I hope someone is here, who is familiar with the cms Modx.
I installed the extra "mxCalendar" and my button "Create New Calendar Item" is not working. I click on it and nothing happens.
Can you help me?
mxCalendar is not actively maintained anymore. Which MODX version are you using? mxCalendar does not work in MODX 2.3 and up, according to this list.
I suggest to use another calendar system like integrating Google Calendar or use regular resources and add some date/time tv's to work with dates. It really depends on how you want to use the calendar. Think about questions like:
Do I need (auto) recurring events?
Can an event occupy multiple days?
If both questions are anwsered with 'yes', than it could become technically very complex in my experience. The best way to go is embedding Google Calendar, or it's API.
I wanted to write a hook which will place a new field in new document type along with present ones(textbox, selectbox etc.)."I need That new field which works like dropdown box under Metadatasets as screen shot shows .and also i need to get values from database whenever i select that field in the available fields if we choose "select" it show option1 ,option2 ,option3 .."
Can anyone know which js and jsp files should I edit.? Please help
https://www.liferay.com/documentation/liferay-portal/6.1/user-guide/-/ai/lp-6-1-ugen04-document-types-and-metadata-sets-0
i was unable to upload image,Can u plz see the above link.in this page figure 4.6 is the image.
Since Document Types are part of Document library so you can check-out: \portal-web\docroot\html\portlet\document_library\edit_file_entry_type.jsp. and other related pages which might be accessed from this page.
Hope this is what you want, again I would suggest to please pay heed to my comments to your question.