Metadata Defaults in ICCP Forms
As of November 2022, When referencing a SharePoint property in the Default Value field in an ICCP form, the syntax is:
{Property Display Name}
... eg, {Counterparty} in the example below
When referencing a Lookup referenced field, it's a bit more complex! The syntax is:
{Property Display Name:InternalNameOfLookup}
e.g., {Counterparty:ContactPersonEmail} in the example below:
Nuanced, subtle - but hopefully saves you a lot of headscratching!
Forcing Login on ICCP Forms
<iframe src="https://custodian01.repstor.com/Provisionable/Suppliers/Tabbed?showLoginButton=1&SPHostUrl=https://[tenant-name].sharepoint.com/sites/custodian&Default=My&tabs=Create,My,All Suppliers" height="800px" width="100%"></iframe>
Comments