You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
💥 Internet Explorer
💥 Microsoft Edge
💥 Google Chrome
💥 FireFox
💥 Safari
mobile (iOS/iPadOS)
mobile (Android)
not applicable
other (enter in the "Additional environment details" area below)
Additional environment details
Issue description
For some users the API call of "RenderListDataAsStream" with RenderOptions=64 returns "ClientForms.New.Element" and for others "ClientForms.New.Item".
Why is this so?
The text was updated successfully, but these errors were encountered:
Hello @LordPalpatine ,
This behavior might be due to user-specific form settings and permissions. The RenderListDataAsStream API with RenderOptions=64 returns ClientForms.New.Element or ClientForms.New.Item based on how the NewForm.aspx is customized for the list and the user context.
If the form is customized using Power Apps or InfoPath, or if users have different default form settings, the response differs. Also, certain permissions can cause fallback to default rendering.
- Ensure form customizations are consistent across users.
We use a "Form Customizer extension" (SPFx) for this list. So this should be consistent across all users.
"../_layouts/15/SPListForm.aspx?PageType=8&List=61938eb3-d79a-403b-aad6-3d0b64adf2ca" instead of NewForm.aspx is used.
- Check if the list has Power Apps or InfoPath customization.
No Power Apps or InfoPath.
- Confirm users have equivalent permissions on the list.
All users are in the same group, no exclusive permissions.
Sadly I cannnot replicate this behavior with my test-users (permissions). I could not find any differences between the affected users and my test-user-account.
Hello @LordPalpatine ,
As you asked why for some users the API call of "RenderListDataAsStream" with RenderOptions=64 returns "ClientForms.New.Element" and for others "ClientForms.New.Item".
Are you satisfied with why this behaviour might be be happeneing response?
Let me if further help is required on the same.
Thanks!!
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
Issue description
For some users the API call of "RenderListDataAsStream" with RenderOptions=64 returns "ClientForms.New.Element" and for others "ClientForms.New.Item".
Why is this so?
The text was updated successfully, but these errors were encountered: