JamesJames
9 years agoQrew Cadet
URL button to approve a record on a table
HI All,
I am trying to solve a problem where some users find the gird edit and using a drop down box on a table to complicated to give there approval....
My thoughts is on the table of records there is a button the user to approve the record with out going into it. Also ideally not refresh the screen so they can go down the whole table with out having the screen reload but probably need to grey the button out once pressed.
I am assuming I need to use a formula URL field but I have not used these before. I found a working example but not sure of all the areas to use. For example for URLRoot() & "db/" & Dbid() do I need to add the table address between the () and the table ID in the second brackets? I could also not work out how to make the button just say approve and show in green (small thing but makes it look good)
The table I am using is called; Records
Field to change is ID 50 and called DSM Approval (text multiple choice)
The edit needs to add Approved to the field. I cant use a check box as I need to replicate the button for rejected approvals as there are formula dependent fields based of this and the field needs to record all changes
any suggestions welcome.
I am trying to solve a problem where some users find the gird edit and using a drop down box on a table to complicated to give there approval....
My thoughts is on the table of records there is a button the user to approve the record with out going into it. Also ideally not refresh the screen so they can go down the whole table with out having the screen reload but probably need to grey the button out once pressed.
I am assuming I need to use a formula URL field but I have not used these before. I found a working example but not sure of all the areas to use. For example for URLRoot() & "db/" & Dbid() do I need to add the table address between the () and the table ID in the second brackets? I could also not work out how to make the button just say approve and show in green (small thing but makes it look good)
The table I am using is called; Records
Field to change is ID 50 and called DSM Approval (text multiple choice)
The edit needs to add Approved to the field. I cant use a check box as I need to replicate the button for rejected approvals as there are formula dependent fields based of this and the field needs to record all changes
any suggestions welcome.