How can we manually change the value of a attribute in database table and what impact will it have on the application if do so?

1
I want to change ReleaseStatus attribute’s value from “Waiting For Release” to “Released” in the database manually because I cannot do that from the existing app features. Can we do that from the backend directly by changing the values in database? if  yes then How?.
asked
1 answers
0

Hi Vivek,

 

You may create a scheduled event (in an hour or minutes),  and do your conversion in that scheduled microflow. Then you don't need to use a button to trigger the microflow. If you will use this scheduled event at environments (test, accpt etc),  you need to activate them on environment settings after deployment.

 

Ferhat

answered