Hi
I'm building some PCF's for Dynamics 365 CE.
One of the issues I encountered is the need to acces the organizationId from where the pcf is currently running.
I found it to be available inside the context-input :
Context.mode.orgSettings._customControlExposedOrgSettings.organizationId
Will this be supported in the future?