Can I change the name of manual action
Can I change the name of manual action to the user account's or some definitive name.
<ManualAction id='1' name='displayCreateUserForm' timeout='30' syncExec='true'>
I tried name='$(user.accounts[Lighthouse].lastname)', but of no use?
Any help please?
G
# 1
Hi,
i guess it is the WorkItemName that you want to change. You can do that be embeding "WorkItemName" tag. Otoh maybe you refer to the ReportTitle that can be set by setting the "ReportTitle" attribute.
If none of my assumptions is true where do you want to your custom name to show up? What dialog?
Regards,
Patrick
# 2
This is for requestor's review pending actions list. In our create user workflow, all the pending forms(incomplete create tabbed user form) are referred as manual actions.
If the requestor stops the create user form without completing it, it gets into his/her review pending action list as
-displayCreateUserfrom
-displayCreateUserform
and does not specify who the user account form that was incomplete.
<ManualAction name='displayCreateUserForm' timeout='30' syncExec='true'>
<Owner>
<ref>WF_CASE_OWNER</ref>
</Owner>
<FormRef>
<ObjectRef type='UserForm' name='OND-UserForm-TabbedCreateUser'/>
</FormRef>
</ManualAction>
HTH
Gopi