Forum Discussion
MikeTamoush
4 years agoQrew Elite
You could also make a new form with new fields (named on the form the same as the old fields for the users ease). Call them Proposed New Field 1, Proposed New Field 2, etc.
On your main form just have a button that says enter new proposed values. All that does is take you to a new form where they edit the values. Save and have something trigger the notification.
If the values are approved, THAT button will change the values of the original.
You could even have the first button click check a box that says something like 'Changes Pending', and then the approval button click uncheck that box. You can use that changes pending checkbox in a formula rich text or dynamic field to show on the main form when changes are pending.
------------------------------
Mike Tamoush
------------------------------
On your main form just have a button that says enter new proposed values. All that does is take you to a new form where they edit the values. Save and have something trigger the notification.
If the values are approved, THAT button will change the values of the original.
You could even have the first button click check a box that says something like 'Changes Pending', and then the approval button click uncheck that box. You can use that changes pending checkbox in a formula rich text or dynamic field to show on the main form when changes are pending.
------------------------------
Mike Tamoush
------------------------------
GeorgeKhairalla
4 years agoQrew Cadet
Ah.. awesome! that's a great idea too.
So I think if I understand you correctly, the initial button would take the user to the new form, AND populate it with the existing values from the original fields, and then the staff member can make any necessary changes, which will then get sent to the user for the approval step.
Did I get this right?
I think I will see if the delay in triggering the pipeline will create any workflow issues for our team (i.e: the waiting game for the record to revert back). If it doesn't, then what I have might work, otherwise, I might implement your suggestion. It's a good one even though it doubles the number of fields in my table :)
Thanks Mike!
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------
So I think if I understand you correctly, the initial button would take the user to the new form, AND populate it with the existing values from the original fields, and then the staff member can make any necessary changes, which will then get sent to the user for the approval step.
Did I get this right?
I think I will see if the delay in triggering the pipeline will create any workflow issues for our team (i.e: the waiting game for the record to revert back). If it doesn't, then what I have might work, otherwise, I might implement your suggestion. It's a good one even though it doubles the number of fields in my table :)
Thanks Mike!
------------------------------
George Khairallah
CTO
gotomyerp, LLC
------------------------------
- MikeTamoush4 years agoQrew EliteActually, that's not what I originally wrote (about initial button populating existing values), but yes that is a good idea lol.
Yes, it will double the number of fields though (or at least add in as many fields that can be changed). There may be an even better idea but that is all I could think of for right now!
------------------------------
Mike Tamoush
------------------------------