Hello, I'm currently trying to make a case stage process where an approval is sent out tothe selected approver by an user. I've set up so that when a case reaches the "Approval" stage a sub-process is run that will open a mini page for asking the approver name by a user.
But sub process is not automatically open that page for asking the approver name. Please see the screenshots below:
Can anyone please help with this? Any help is really appreciated!
I am creating a business rule to auto-populates the field with the current user contact for custom field Owner, but I am not able to find out what should be the action for this and also not able to see the current user option. Please see the screenshot below
Not possible with rules on classic pages. Best option would be to set it as the default for that column in the object. Select the object and choose the Owner column and set Current User Contact for default value. Otherwise, you'd need to get current user and populate via code in the onEntityInitialized - make sure the page is in add mode.