I am currenly evaluating how to replace an existing web resource based solution with something based upon PCF.
The webresource has the following feature:
On account form it is possible to edit certain user-level attributes regarding that account. Those attributes are written to an additional entity under the hood without user's notice.
I did already implement those CRUD operations based on webapi sample und I am now puzzled on how to get that thing on form. Since it is not replacing an existing field on account, I wonder how you can put it there without the need for a source property.
Am I missing something. Is "unbound" placement of components not supported (yet)?