Comments for Netwoven https://netwoven.com/ Netwoven Inc. Thu, 30 May 2024 13:31:22 +0000 hourly 1 https://wordpress.org/?v=6.5.5 Comment on How to Display Additional & Custom Properties in MS Office 365 Profile Card? by Birgit Wegmann https://netwoven.com/content-and-collaboration/display-custom-properties-office365-profile-card/#comment-1753 Mon, 05 Feb 2024 09:42:50 +0000 https://www.netwoven.com/?p=41920#comment-1753 Hi and thanks a lot for this article!
I read a lot of these articles and tried to add properties to our profile cards. It gives me the OK response so at first sight everything looks fine. However, 24 hours (or more) later, the additional property does not show up in the profile card. What could be the reason?
Best regards, Birgit

]]>
Comment on Private GPT: Using ChatGPT/Azure AI without Compromising The Privacy of Your Organization’s Content  by Naveen https://netwoven.com/content-and-collaboration/use-ai-in-private-mode-intranet/#comment-1743 Fri, 02 Feb 2024 03:18:04 +0000 https://netwoven.com/?p=47544#comment-1743 Im looking for private chatgpt for our company

]]>
Comment on Jive Content Inventory & Analysis Using Power BI  by Gjnana Prakash Duvvuri https://netwoven.com/migrations/jive-migration/jive-content-inventory-using-power-bi/#comment-1390 Thu, 07 Sep 2023 16:53:54 +0000 https://netwoven.com/?p=47452#comment-1390 very useful blog and pinpoint. shows importance of information in Jive content inventory and Analysis with power BI

]]>
Comment on Showing Repeating Section Data from SharePoint List in Power Apps by Sandip Paul https://netwoven.com/sharepoint-custom-development/showing-repeating-section-data-from-sharepoint-list-in-power-apps/#comment-1299 Mon, 07 Aug 2023 15:20:18 +0000 https://www.netwoven.com/?p=37963#comment-1299 In reply to Gerlind.

To set the “Default Selected Items” property for the ComboBox control used as a PeoplePicker (multi-value), you can follow these steps:
Step 1: Create a Collection “DefaultUsers” by searching for users and store it in the variable.
ClearCollect(
DefaultUsers,
Office365Users.SearchUser({searchTerm: User().Email}),
Office365Users.SearchUser({searchTerm: “user1@domain.com”}),
Office365Users.SearchUser({searchTerm: “user2@domain.com”})
)
In this example, the collection “DefaultUsers” will be created by searching for the current user’s email (User().Email) and two specific email addresses “user1@domain.com” and “user2@domain.com”. You have to adjust the formulas based on your specific data source and filtering criteria.

Step 2: Set the variable “DefaultUsers” under default selected items in the ComboBox control.
ComboBoxName.DefaultSelectedItems = DefaultUsers
Replace “ComboBoxName” with the actual name of your ComboBox control.

By following these steps, the ComboBox control will have the users from the “DefaultUsers” collection as the default selected items.

]]>
Comment on Showing Repeating Section Data from SharePoint List in Power Apps by Gerlind https://netwoven.com/sharepoint-custom-development/showing-repeating-section-data-from-sharepoint-list-in-power-apps/#comment-1248 Tue, 01 Aug 2023 16:37:11 +0000 https://www.netwoven.com/?p=37963#comment-1248 Hi Baishakhi,
thank you very much for your great post. I followed your instructions, all of my collection columns in my gallery are saved in a sharepoint list column (multiline textbox).
But I’m currently struggeling with a comboBox for PeoplePicker (mulitvalue). There I have to set the “Default Selected Items” Property. My “Item”Property is set to: Filter(Office365Users.SearchUser(
{searchTerm:input_ComboBox_BesIntern.SearchText,top:999}), AccountEnabled=true)
But how must the Default Selected Item Property be configured?
Thank you very much in advance for your help !
Gerlind

]]>
Comment on Use ReactJS to Connect to SharePoint (Online/On Premises) from Localhost by Edwin Junaidi https://netwoven.com/sharepoint-custom-development/use-reactjs-to-connect-to-sharepoint-online-on-premises-from-localhost/#comment-1245 Mon, 31 Jul 2023 05:37:51 +0000 https://www.netwoven.com/?p=37657#comment-1245 error :
Compiled with problems:
×
ERROR
[eslint]
src\App.js
Line 7:2: ‘sp’ is not defined no-undef
Line 20:4: ‘getCurrentUser’ is not defined no-undef
Line 23:5: ‘sp’ is not defined no-undef

Search for the keywords to learn more about each error.

]]>
Comment on How to Use Graph API to Read SharePoint Online Excel Data from Microsoft Flow by Dan https://netwoven.com/sharepoint-custom-development/how-to-use-graph-api-to-read-sharepoint-online-excel-data-from-microsoft-flow/#comment-419 Tue, 14 Feb 2023 16:55:14 +0000 https://www.netwoven.com/?p=29142#comment-419 I am getting an error when mine runs. ActionFailed. An action failed. No dependent actions succeeded. 308 error code.

]]>
Comment on How To – Bulk Copy Data from ORACLE to SQL Server by Abhijeet https://netwoven.com/custom-development/how-to-bulk-copy-data-from-oracle-to-sql-server/#comment-523 Fri, 03 Feb 2023 13:16:31 +0000 https://www.netwoven.com/?p=38339#comment-523 Hi,
I want to copy data frommy oracle table to mssql table periodically with increasing data i.e, i want to copy only new data which is different from the existing data.
I havemade all the things as mentioned in your explanation, but not able to achieve my task.

Can you or some one advise me please.

]]>
Comment on How To – Bulk Copy Data from ORACLE to SQL Server by Charl Adams https://netwoven.com/custom-development/how-to-bulk-copy-data-from-oracle-to-sql-server/#comment-522 Fri, 13 Jan 2023 18:37:12 +0000 https://www.netwoven.com/?p=38339#comment-522 I need export multiple tables from ORACLE to SQL Server. Some of the tables have millions of rows. I need to run this import on a daily basis. I have tried a linked server with OpenQuery. This is running very long. Which will be the best sollution?

]]>
Comment on G-Suite and Exchange Interop by Afshan https://netwoven.com/cloud-infrastructure-management/g-suite-exchange-interop/#comment-211 Tue, 10 Jan 2023 11:23:42 +0000 https://www.netwoven.com/?p=25173#comment-211 Can we have same interops settings for multiple domains?

]]>