Accept or deny wish list

0
Hi, i want to creat a wish list for users, at the end i want to accept or deny the wish as administrator. Is there any option or a nice way to do this?
asked
1 answers
0

Hi Mayhan,

You could add an 'isAccepted' boolean attribute, and give the Admin 2 buttons 'Accept' and 'Deny' which he can press, and which alters the boolean to true or false in a microflow. Or alternatively, an enum of 'Evaluation': this way there is no default value before the admin made a decision.

answered