Hello,
I want to customize the INPUT parameters of an assistant:
I need a second parameter PartNo that is available in the .client/.fragement that includes this fragement and calls this assistant. This assistant is used very often (say 10 times) and I need to adjust it in 5 masks.
When I open a page where the second parameter is not passed I get this message:
I would like to know, which way is the supported one. I would like to add the second parameter in the assistant with default value. This way I only need to override the assistant once and adjust the caller side to pass second parameter.
Otherwise I have to override the assistant 5 times everywhere it is called + the caller side to pass second parameter.