Release Notes (https://releasenotes.docs.salesforce.com/en-us/winter20/release-notes/rn_forcecom_flow_fbuilder_lookup.htm)
I am trying to do a screen in Flow Builder that is triggered from the Contact object, and creates a record on the Event object.
Quick action triggered on: Contact
Create record on: Event
The lookup component should lookup Contact records, defaulting to the Contact record that the Quick Action is triggered from.
The are the paramters I provided in Trial 1:
Object API Name = Contact
When using this quick action, I have tried entering the exact value of a Contact (even though I hope the default value would populate), but when I click next, it clears out the field and says:
Complete this field. A value is required.
These are the parameters I provided in Trial 2:
Object API Name = Event
When using the quick action, I get an error back:
Object Event is not supported in UI API
In this particular region, we are not using the new mobile app that was just released. I am wondering if my configuration in Trial 1 is correct, but I'm just dealing with a limitation or bug.
After Trail 1 didn't work, I tried with putting Event in the Object API Name field. However, I don't think that is correct. If it is, then I may be facing a limitation.
Appreciate the help.
3 件の回答
That's really NOT how the Lookup component works.
You need to supply an actual Lookup Field on any Object that looks up to the Contact.
Kinda like this =
I know writing Case object there might look weird but what I did essentially is use the Contact Lookup on an existing object.
NOTE: You can use the WhoId on the Task/Event object. That relationship is polymorphic and is NOT supported by the UI-API.