SkyStream wrote:
> 
> Greetings,
> 
> I am very new to plone and have been playing around with the software and
> can think of so many uses for it.
> 
> there are two settings and or add ons for plone that I can use in this
> manner:
> 
> 1) When a user wants to submit a document or a page in a sub folder,
> instead of the user specifying the document title. can the system auto
> generate it?
> 
> for example. lets say user wants to add a page to Accounting \ SOP
> 
> could the system autogenerate the title: ACC-SOP-01
> 
> then the next one after that would be: ACC-SOP-02
> 
> but when a user wants to add a page to Purchasing \ SOP
> 
> the naming structure would be: PUR-SOP-01
> 

Yes, you can do this with a bit of coding. If it were me, and you're using
Plone 3, I'd maybe make a new content rule action type that did the renaming
based on your site-specific policy (a little bit of Python + some
registration) and assign a rule with this action to the relevant folders.



> 2) Assuming that the system is able to generate the titles, I need to make
> sure that more than one document name of the same name can not co-exist.
> 

That'd be part of the logic in that rule. It could inspect the target folder
and check for colisions.

Martin
-- 
View this message in context: 
http://www.nabble.com/New-to-Plone---two-questions-tf4318551s15482.html#a12297056
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.


_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to