Hello experts,
Is there any way to call the out of the box D2 action (Example:EDIT) from D2 custom dialog.
Thanks.
Regards,
Harish
Hi,
You can call like below from custom dialog
new D2CheckoutService().checkout(context, id)
Thanks,
Aniket