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
Using site columns in list instances. My use case uses translated column names in multiple languages. Currently having to use translated fieldnames in DisplayName attribute in the FieldRef tag inside a ListInstance element as DisplayName is a required attribute.
Looking at the schema documention, the description for the field says that it's an optional attribute, but the schema makes it required. Should this be changed in either the schema or the description. See lines 4511 and 4514 below.
Using site columns in list instances. My use case uses translated column names in multiple languages. Currently having to use translated fieldnames in DisplayName attribute in the FieldRef tag inside a ListInstance element as DisplayName is a required attribute.
Looking at the schema documention, the description for the field says that it's an optional attribute, but the schema makes it required. Should this be changed in either the schema or the description. See lines 4511 and 4514 below.
PnP-Provisioning-Schema/PnP.ProvisioningSchema/ProvisioningSchema-2022-09.xsd
Lines 4503 to 4528 in 9cbda89
I think it should be (if it can be) optional, as the DisplayName should come from the FieldRef itself.
The text was updated successfully, but these errors were encountered: