I want to setup fallbackApprover as a workgroup for my approval process.
currently it is :
<Arg name="fallbackApprover" value="string:spadmin"/>
I want to setup fallbackApprover as a workgroup for my approval process.
currently it is :
<Arg name="fallbackApprover" value="string:spadmin"/>
I have updated the fallbackApprover from UI on LCM Provisioning workflow, it is showing like this.
Note: here eHousing Owners Group is Workgroup in my test data.
identity: spadmin
<Arg name="fallbackApprover" value="ref:fallbackApprover">
<variable initializer="spadmin" input="true" name="fallbackApprover">
<Description>
A string that specifies the name of the Identity that will be assigned any approvals where owner of the approver can not be resolved.
</Description>
</Variable>
WORKGROUP : eHousing Owners Group
<Arg name="fallbackApprover" value="ref:fallbackApprover">
<variable initializer="eHousing Owners Group" input="true" name="fallbackApprover">
<Description>
A string that specifies the name of the Identity that will be assigned any approvals where owner of the approver can not be resolved.
</Description>
</Variable>
The workgroup and normal user/identity both are stored in spt_identity table.
As per aman sign update the above snippet is not working for workgroup.
It is not working. I have declared argument and variable.
Hi @puresoftware - Where is the current approval going? Fallback will only take effect when the original approver cannot be determined, the Role does not have an owner, etc. Can you describe the scenario?
I am deleting account from an application. If manager is not present for that account it should go for an workgroup approval.
If fallbackapproval is spadmin working fine but I want to change from spadmin to an workgroup approval.