Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
I created a pcf control to show my lookup field as a dropdown list, the pcf work fine except for one thing it cannot get the view id of the lookup field (if it can't find the view id it simply fetch the whole table).
I'm using the context.parameter.lookup.getViewId() method to get the view id but it's always null. I then tried to check the form in Classic Mode, saved and publish from there and now the getViewId() method work fine and return the id but the lookup control aren't showing up in the UIC mode now...
Anyone knows what could cause this weird behaviour ? Is it the version of some librairie in the package.json file in the PCF?