How to pass multiple parameters while invoking a workflow from a button
Hi
I am invoking a worflow from a button. Whereby i am passing the ID. along with that i need to pass the type as well. Either its a contact or an account. As i am using the same workflow for both the objects.
Kindly let me know what syntax can i use for the same. As in the below syntax i can only pass row id and no other params.
'INVOKESVC', 'Workflow Process Manager', 'RunProcess', 'Workflow name', 'Id', [ROW ID]
Thanks