kachihro
kachihro
Just tried this also - with a slightly different command for '$field' _$field = Get-PnPField -List "Demo list" -Identity "TestColumn"_ I tired the methods for 'SetShowInDisplayForm' and 'SetShowInEditForm' - no...
This command will create an O365 Group - with a corresponding site collection. I've tried also - and the sites have the same ID - strange. If you want a...
Same issue for me - this seems like a bug - compared to how it's working in the UI. Looks to be a problem with the checking for "DIV" and...
Can you try with _Get-PnPSite_ - this is the O365 GROUP version. The commands I'd use are ; * Get-PnPSite * Get-PnPTenantSite
Have just tested this using a PnP command - as per doco - this works correctly ; > New-PnPSite -Type CommunicationSite -Title ContosoX -Url https://TENANT.sharepoint.com/sites/contosoX -Lcid 1040 Refer to the...
Here's the code within the Site Create ; https://github.com/pnp/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Sites/SiteCollection.cs Refer to code/comments with "graphAccessToken"
Nevermind - it was actually in the other screen - PANEL HEADER COLOUR. The control works now - awesome !
Same question here - provisioned a set of Content Types - and Doc.Sets - but now need to set the "WELCOME PAGE" for the Doc.Set. This can't be done via...
Thanks - we had tried with the latest python, initially (3.14) And then un-installed - and used Python 3.11.9 https://www.python.org/downloads/release/python-3119/ And had the same problem. I think it's actually a...
Have just encountered this issue also - nearly SIX months, and no answer. 1. I've checked the listItem properties - and the data within _$i.FieldValues.CanvasContent1_ 2. Compared against a page...