Hi All,
I would like to hide/show a stage in BPF using Javascript conditionally in D365 Online
Is it possible, if yes how, any code emamples plese
Regards,
Babu
Hi All,
I would like to hide/show a stage in BPF using Javascript conditionally in D365 Online
Is it possible, if yes how, any code emamples plese
Regards,
Babu
Hi,
You can refer to the below link to move bpf stages accordingly.
https://www.c-sharpcorner.com/article/move-to-next-stage-using-javascript-in-bpf/
Please mark my answer verified if this is helpful!
Thanks & Regards,
Kalpana
Hi, Narendra
I am afraid that it is nor available for using Javascript.
You can use Conditional branching.
Please refer to the following link.
Hi,
You can use one of the following approaches.
1. Standard approach
If you wish to show hide stages based on values in columns of same table, then you can configure condition stage in between stages to change the path.
2. Complex approach.
If you wish to show hide stages based on complex logic like values in columns of related tables, external api calls etc then you will need to create a new field and configure that filed in condition stage in between stages and update value in that field based on your logic.
Cheers,
Ketan