Question
Verizon
IN
Last activity: 27 Jan 2022 12:30 EST
pxtasklabel dynamic in work flow
Is there any way to dynamically change the pxtasklabel of the assignment? We want to show the approved role as part of this pxTaskLabel. This changed based on a business rule.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Coforge DPA
GB
@JasmineM4474 You can try setting Param.CustomTaskLabel in the incoming connector to the assignment. We have done that to dynamically change the assignment name.
Regards
Bhavya
Coforge DPA
GB
@JasmineM4474 You dont need to add "Param.CustomTaskLabel" as assignment name. Below configuration works for me.
-
Lekha Chandra Putcha
ING Nederland
NL
Hi @JasmineM4474, you can try this once, it works for dynamic flow action's name so maybe it'll work for your scenario too:
As you have mentioned the pxTaskLabel as "Capturing1" create a field value by the same name & in that field value you can refer a property using {.PropertyName} and that very property can be conditionally set by you according to your pre-defined logic.
Hope this helps!
Thanks,
Saurabh.
Verizon
IN
@SaurabhG7134 I tried but it didn't worked.
ING Nederland
NL
Hey @JasmineM4474, did you create the field value as "pyCaption". If not, can you please try it once and see if it changes anything.
Verizon
IN
@SaurabhG7134 I tried field value as pyCaption only. Please find the screenshot attached.
Knowledge Expert
FR
@JasmineM4474You can extend NewAssignment DT or NewDefaults Activity in Assigment- to set pxtasklabel of your choice
Verizon
IN
@Dima K Yes its a good option. But while creating a child case from parent, i am not able to refer the child work page context to refer the condition in NewDefaults of Assign-Worklist.