I have one custom workflow activity (C# code) which is triggering on-demand from Account entity, this is working as per expectation. Now the requirement is, business users wants to see the pop-up message if some field in Account is null and workflow should stop.
I tried to show pop-up message using JavaScript but it’s not working.
If someone could provide me the help/reference link that would be really helpful.