November Happy Hour will be moved to Thursday December 5th.
It is not uncommon to call external systems to get datasources and the related external fields (Columns) for field mapping.
If an unhandled exception occurs in IExternalSystem.Datasources on a form that is put in as content on a page it will crash the site (process).
To replicate:
To quickfix:Put try/catch around the logic and just return IEnumerable<IDatasource> in case of exception.Will also sent email to support
It is not uncommon to call external systems to get datasources and the related external fields (Columns) for field mapping.
If an unhandled exception occurs in IExternalSystem.Datasources on a form that is put in as content on a page it will crash the site (process).
To replicate:
To quickfix:
Put try/catch around the logic and just return IEnumerable<IDatasource> in case of exception.
Will also sent email to support