How To: Set user access for approval process before edits go online?
9 posts by 6 authors in: Forums > CMS Builder
Last Post: April 1, 2010 (RSS)
By wbhood - March 26, 2010 - edited: March 26, 2010
Thanks.
Re: [wbhood] How To: Set user access for approval process before edits go online?
By Jason - March 26, 2010
The easiest way to do this would be to add a checkbox field (called approved) to your section. In the Advanced Options for the field you can select "Admin Only". This means that only administrators and editors can view the field.
When you go to generate the code for the page just add this in the "where" field: approved=1
The generated code will then only display records that have been "approved".
Let me know how that works out.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] How To: Set user access for approval process before edits go online?
By Codee - March 29, 2010
Re: [equinox69] How To: Set user access for approval process before edits go online?
By Dave - March 31, 2010
No, there's no way to have it send an email notification without writing a custom plugin.
Some other methods that are pretty quick to implement, though, are to show "Approved" as a column on the list page and sort those records first, or add an advanced search list field (do this under "Searching" in the section editors) for "Status: Approved, Not Approved'.
Hope that helps!
interactivetools.com
Re: [Dave] How To: Set user access for approval process before edits go online?
By Codee - April 1, 2010
Of course that doesn't help! ;-) Seriously, thanks for the explanation. Have a great week.
Re: [Dave] How To: Set user access for approval process before edits go online?
By Perchpole - April 1, 2010
I seem to recall Article Manager had an email notification feature. I'm certain CMSB would benefit from a similar plugin!
Any chance you can add it to your extensive "to-do" list, please?
:0)
Perch
Re: [equinox69] How To: Set user access for approval process before edits go online?
By Djulia - April 1, 2010 - edited: April 1, 2010
Here a plugin that I use.
I think that it is possible to add a mysql [font "Times New Roman"]query (on recordNum) to obtain more possibility.
Djulia
Re: [Djulia] How To: Set user access for approval process before edits go online?
By Codee - April 1, 2010
Have a great week!
Re: [equinox69] How To: Set user access for approval process before edits go online?
By Djulia - April 1, 2010 - edited: April 2, 2010
http://www.interactivetools.com/forum/gforum.cgi?post=79097#79097
Thanks for the feedback! Djulia