
Announcements
Hi,
I am displaying case details in card format using PCF control. Now I want to open a quick create Activity/new form with prepopulated regarding lookup on button click to create activity for the case record using typescript in PCF control.
Thanks & Regards,
Nandhini
Hi @Nandhini ,
I would prefer context.navigation.navigateTo , where you could open the form in a modal dialog (or side dialog).
Is not documented in the pcf sdk, but it works exactly like Xrm.Navigation.navigateTo.
I hope it will get documented, but until then, it's true that we use it unsupported.
Hope it helps!