UI Action not updating State field to pending as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 12:17 AM - edited 06-04-2024 12:19 AM
Hi Team,
I have been working on this Request info custom script where I wanted update the state field when the Request Info button is clicked but I found the script was used to run previously as expected but suddenly after the vancouver release we found this is not working as expected. The script details are as below. Let me know if you required anymore details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 02:55 AM
Hi @AkashYen007,
you may try to put state backend value in qoutes current.state = '18';
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 02:58 AM - edited 06-04-2024 03:00 AM
Hi @Jitendra Diwak1,
Yes our backend value for pending state is 18 and I tried with '18' also but same.
Thanks.