on 2023 Oct 06 1:04 PM
Hi Experts,
Is it possible to show selected Resource Status Icon on WC POD?
Resource Status plugin provides tabular view of all the resource and its current status.
Is there any way wherein we can show selected Resource Status on the POD just like SFC status?
Thank you.
Regards,
Sabahat Shaikh
Request clarification before answering.
Yes this would be quite simple to build as a custom pod plugin. The POD framework contains an internal event called "ResourceChangeEvent" which is trigger when a user selects a resource in the POD , this could then trigger an API call to find the selected resources status and display it in the plugin.
See the documentation here
If you have experience building plugins this should be less than 1 hours work.
Another option is to use a core extension to the worklist plugin (documented here ) to display the status (maybe change the background colour) based on the same event.
Hope this helps.
Thanks
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.