List Formatting: Is embed
action supported for embedding a list item display form(DispForm.aspx
) ?
#10299
Open
2 of 9 tasks
Labels
area:docs
Category: SharePoint developer/development documentation related
area:list-formatting
Category: View, row & column formatting with JSON
sharepoint-developer-support
sharepoint-developer-support
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
No response
Issue description
To make it easier to quickly check the information of the item referenced by a lookup column, I tried using the embed action to
embed
the display form of a list item (<ListUrl>/DispForm.aspx?ID=<ItemID>
). As a result, the item was displayed successfully.On the other hand, the documentation states that "the
src
must specify theurl
part of the embed code generated by the app (usually found in thesrc
attribute of aniframe
element)." Based on this description, I'm unsure whether the display form of a list item qualifies as "embed code generated by the app" and is officially supported.Is it actually supported?
*When testing this, I used the following code; the
<ListName>
on line 29 needs to be modified to match your environment.Lookup Column Formatting Sample
*Also, I changed the HTML Field Security settings.
The text was updated successfully, but these errors were encountered: