I have a multiselect dropdown List - String field in my table/page. My users will open a details page of a record, check various values in this dropdown, and click Update.
I am trying to find a way to reset that List - String field to empty or nothing right after the update.
Pretty much, I need to record these results to use in a triggered action and then reset the field for the next time it is used. It seems near impossible to get this field back to blank, since you can't manipulate List fields with Triggers or Tasks or anything. I also don't think I can use JS because I need to record the result for the trigger for a moment before resetting it, and a double refresh of the page seems a bit too unprofessional for our users (Update with value, set field to blank, update again).
Anyone have any ideas how to make this work as seamless as possible?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
kpcollier
I have a multiselect dropdown List - String field in my table/page. My users will open a details page of a record, check various values in this dropdown, and click Update.
I am trying to find a way to reset that List - String field to empty or nothing right after the update.
Pretty much, I need to record these results to use in a triggered action and then reset the field for the next time it is used. It seems near impossible to get this field back to blank, since you can't manipulate List fields with Triggers or Tasks or anything. I also don't think I can use JS because I need to record the result for the trigger for a moment before resetting it, and a double refresh of the page seems a bit too unprofessional for our users (Update with value, set field to blank, update again).
Anyone have any ideas how to make this work as seamless as possible?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.