Power model driven選項卡中新增SharePoint
阿新 • • 發佈:2022-12-02
官方文件:https://learn.microsoft.com/zh-cn/power-apps/maker/model-driven-apps/add-documents-tab-entity-main-form
1、建立一個解決方案,裡面只放需要改的表和它的窗體其他都不要加。
2、開啟窗體新增一個選項卡並增加一個欄位
要此表有和SharePoint的關係
在這裡勾上需要的表以增加關係(這裡用了case)然後選擇儲存路徑(以個人還是公司儲存)
將解決方案匯出來,非託管
在vscode中開啟,並找到剛剛新增的選項卡
將“control”標籤替換
程式碼中替換標籤與id
RelationshipName寫關係名 uniqueid=其他id<control id="DocumentSubGrid" classid="{E7A81278-8635-4d9e-8D4D-59480B391C5B}" indicationOfSubgrid="true" uniqueid="{9cd66b5c-8b7a-6433-c5a5-46a7245dd534}"> <parameters> <ViewId>{0016F9F3-41CC-4276-9D11-04308D15858D}</ViewId> <IsUserView>false</IsUserView><RelationshipName>Account_SharepointDocument</RelationshipName> <TargetEntityType>sharepointdocument</TargetEntityType> <AutoExpand>Fixed</AutoExpand> <EnableQuickFind>false</EnableQuickFind> <EnableViewPicker>true</EnableViewPicker> <ViewIds /> <EnableJumpBar>false</EnableJumpBar> <ChartGridMode>Grid</ChartGridMode> <VisualizationId /> <IsUserChart>false</IsUserChart> <EnableChartPicker>false</EnableChartPicker> <RecordsPerPage>10</RecordsPerPage> <HeaderColorCode>#F3F3F3</HeaderColorCode> </parameters> </control>
修改版本號上傳
上傳後的效果