User Profile
francescjp
Brass Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: Is possible to configure in a teams group conversation the repository of files of that conversation?
Thank you for your answer. If people upload a file in conversation, it will be uploaded in the default repository of conversation. It's not a good solution. You have to control what happens with files in conversation. The files uploaded in group conversation are located in certain folder of one drive of the person who creates it. All files of all conversations are stored in same folder. It would be a great idea to be able to select, for every conversation, the SharePoint folder where to store files. All members would have access rights to that folder automatically. It would be very useful to manage and organize these files. I have exposed the idea to Microsoft Teams. I hope people vote it and can be added as new feature.284Views1like1CommentIs possible to configure in a teams group conversation the repository of files of that conversation?
Hello: I need to be able to configure a specific repository files where people of teams conversation group can save files. Only for that conversation.I describe the scenario: I need to create, dynamically, different group conversations depending on what theme is discussed, i will add different members to every conversation. I will create a new specific folder (each time) in a teams channel group where only all conversation members and channel members will have all permissions. Is it possible to configure the repository of files for each conversation so that it points to the folder created and shared in teams channel? (see image attached) If it's possible, I need to know which are the commands or functions that permits that. I would like to use them in powerapps program. Thank you very much.367Views0likes3CommentsExport custom event fields Outlook desktop
Hello: I have created a custom template with custom fields, which is used to make an appointment in certain calendar. When I export data from that calendar to csv , custom fields are not exported. Does anybody know the way to export this kind of data? Is it possible? Thank you very much.253Views0likes0CommentsSharepoint website anonymous access
Hello: I want to develop web site pages in order to be viewed by any person in internet without being necessary to have microsoft credentials or any other one. Is is possible? How can I configure it? I have seen that is possible to configure all enviroment to be able to share content with anyone. I don't want to enable that any team owner can be able to share content with anyone. I want to enable it only by specific webpages of one team. Is it possible? Thank you very much.1.2KViews0likes1CommentPublic outlook calendar filtering custom fields from
Hello: I have created a custom appointment form for schedule events. I want to share the calendar (that contains these appointments) with whole internet and I need people to be able to filter by these custom fields. Is there any way for internet people to be able to filter by custom fields in a public outlook calendar? Thanks in advance288Views0likes0Commentssites - Filter dinamically list in sites
Hello: I use a Sharepoint list in one site. I have used json code in order to customize list view. Now, I need to use a dinamic filter where user can filter the list using diferent criterias. Is there an example or tutorial that shows how to do it? For example if we have an hotel list, user must can filter view by room number, and/or by price, and/or by services, etc.. Thank you very much. Francesc395Views0likes1Commentsites - Show custom record
Hello: I have created microsoft lists. I want to show them in sharepoint site. I want to controll how each record is shown. I want to customize how fields are shown, position, style. I want to have all the control of how it's rendered. I need to build something like in the attached photo. Is it possible? How can I manage it? Thank you very much.Solved777Views0likes2CommentsVisual Basic .Net - Consume webservice soap with certificate
Hello: I have created a windows forms project. I have added the service that I have to consume. I need to create code in order to consume it using certificate. Partial code that I have from a documentation is follwowing (web service reference is called "ClientServeiDeutesProves"): Try Dim servei As New ClientServeiDeutesProves.DeutesServiceClient Dim deutes As ClientServeiDeutesProves.Deutes = New ClientServeiDeutesProves.Deutes() deutes.Codi = txtIN.Text deutes.DNINIFContribuent = txtDNI.Text deutes.Idioma = txtIdioma.Text System.Net.ServicePointManager.SecurityProtocol = Net.SecurityProtocolType.Tls12 Dim result As ClientServeiDeutesProves.DocumentResult Try result = servei.GenerarDocument (deutes) Catch ex As System.ServiceModel.FaultException(Of ClientServeiDeutesProves.DeutesFault) MessageBox.Show(ex.Detail.Codi + " - " + ex.Detail.Descripcio) Return End Try 'Resposta If result Is Nothing Then MessageBox.Show("No s'ha obtingut resposta") Return End If If result.TeDeutes Then MessageBox.Show("Té deutes") Else MessageBox.Show("No té deutes") End If If result.Document Is Nothing Then MessageBox.Show("No s'ha pogut obtenir el document") Else MessageBox.Show("Document guardat a c:\temp\docudeutes.pdf") IO.File.WriteAllBytes("c:\temp\docudeutes.pdf", result.Document) End If Catch ex As Exception MessageBox.Show(ex.Message + vbCrLf + ex.InnerException.Message) Return End Try Anybody knows how to build it? Thank you very much. Francesc362Views0likes0CommentsRe: Sharepoint sites - Use entire width with every component i use in every section
Hello ganeshsanap : I think it's necessary to be able to configure webparts width to fit 100%. I hope in near future it become a new feature. Many horitzontal space are lost for this problem. Thank you vey much. Francesc604Views0likes1CommentSharepoint sites - Use entire width with every component i use in every section
Hello: I am building some site pages in Sharepoint . In every page I have many sections. I use several components in each. I need to use all section width. I am able to establish 100% width in section , but in components I can't. Anyone knows how to do it? I have another problem. I use some list webparts and I can't use horitzontal scroll bar. Thank you very much. FrancescSolved678Views0likes3CommentsRe: Avoid editing columns on edit mode on sharepoint list
HelloSvenSieverding : I have found the perfect solution for this case. Using Power Automate I can modify the permission of each item when it's created. I assign only view permissions.https://powerusers.microsoft.com/t5/Building-Power-Apps/Disable-editing-a-Sharepoint-List-item-from-the-Sharepoint/m-p/481227#M144936 shows how to do it. Thank you very much for your help.9.9KViews0likes1CommentAvoid editing columns on edit mode on sharepoint list
Hello: I have created a list where users can ask for a new Teams team to be created. The fields of that list are: - Name of new Teams team - Users that will belong to that team. When user creates a new item both fields must be enabled and can be written. If later user wants to add or delete any user from users list, the name of the team must be in readonly mode. I don't want that Name can be edited once created. How can I accomplish that? Could be applied to more fields, in the same list, if it grows in the future? Thanks in advance. Francesc11KViews0likes5CommentsError in Formula in List Validation Settings
Hello: I have writen this formula in list validation settings. Two field exists in right section (insert columns). The system detects formula as not valid. =AND(LEN([Estat])>9,LEN([Title])>9) I have read manuals and the syntax seems to be ok. If i try formula with single column it works perfect. I understand that in validation list formula many fields can be used, or not? Thanks in advance.Solved2KViews0likes2Comments
Recent Blog Articles
No content to show