User Profile
irshad313
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Sharepoint PnP Modern search News Image
I am trying to show news from sharepoint site and I also want to show the image that is with the news but I am not able to show it I am using PublishingPageImageOWSIMGEX property for this. Not sure what i am missing can someone giude me on this?126Views0likes1Commentsharepoint Pnp Modern search subsites filter
Hello, I am implementing a PnP modern search, I am searching for files within one site and my query template in search result is {searchTerms} AND (Path:"https://testsite.sharepoint.com/sites/test1") withing test1 site I have 3 subsites. In search filter I want to show those 3 subsites as filter options so whenever I click on any subsite name in filter, search result will shows files only from that subsite. By default it shows files from all site including test1 site and all 3 subsites. Can anyone please help me on this? If this needs creation of any property then how can I create I am new in shearpoint search217Views0likes1CommentSharepoint PnP Modern search subsite filter
Hello, I am implementing a PnP modern search, I am searching for files within one site and my query template in search result is {searchTerms} AND (Path:"https://testsite.sharepoint.com/sites/test1") withing test1 site I have 3 subsites. In search filter I want to show those 3 subsites as filter options so whenever I click on any subsite name in filter, search result will shows files only from that subsite. By default it shows files from all site including test1 site and all 3 subsites. Can anyone please help me on this? sharepoint67Views0likes0CommentsRe: Shearpoint PnP Modern Search
Hello DaveMehr365 Thanks a lot It worked, I have one more query please if you can answer, I want to implement two verticals for one search result web part scenario would be like if I select one option from 1st vertical then then I will three more options on second vertical and in search result web part the result with combination of both verticals will appear is there any way we can do this?51Views0likes1CommentNavigation Settings
Hello, I have few navigation options created in my sites from there user can directly redirected to specific lists, those options are visible from admin account but are not visible to users. I want those to be visible to users are well. what am i missing here?529Views0likes3CommentsSharepoint list save button
Hello, I have a list and I have integrated a powerapps with it, is there any way we can change the logic behind save button? currently i have provided a save button in powerapps which saves a form and creates a new record in powerapps and clears all form field to create another record. can we do the same with the save button provided with sharepoint list?Solved2.5KViews0likes1CommentPowerapps used for creating new item in sharepoint
Hello, I have integrated powerapps in sharepoint to create a new item into the sharepoint list. I only provide users with the form link to create a record in the list. When user creates a new record they are redirected back to the list but here after saving the record i dont want users to be redirected to the list instead i want powerapp from to reopen again? Any leads how to do this?Re: Publishing a page template
Thanks for replies, I have achieved my objective with this scripts $sites = Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0 foreach($site in $sites) { Connect-PnPOnline -Url $site.Url -Interactive Set-PnPPage -Identity “Templates/Page-From-TemplateTest.aspx” -Publish }1.2KViews0likes0CommentsRe: Publishing a page template
Yes I want to publish this, because the requirement was to create a template based out of a Published templated [From other site]. I was able to copy templated from site to all other sites but those templates are not available for users to use because of the minor version.1.1KViews0likes0CommentsPublishing a page template
I created a page template in one of the site and distributed that page template to all the active communication sites through powershell [as a page template]. but the issue is minor version of a template has been created i need to publish a major version of the template for all active sites, what should be the ideal way to achieve this. how to publish major version of a page template through powershell. Thanks, IrshadSolved1.3KViews0likes4CommentsRemoving all activity section from sharepoint list
Hello Experts, After selecting a record from sharepoint list the info button appears on right top corner after clicking on that all activity apne opens. Is there any way we can remove all activity section from sharepoint list? please refer to screenshot.4.6KViews0likes2Comments
Recent Blog Articles
No content to show