Forums / Developer / I need cronjob to rename pdf file attached with artical

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

I need cronjob to rename pdf file attached with artical

Author Message

Jignesh Sailor

Friday 06 May 2011 4:51:34 am

I am new to Exponential,I need to rename the pdf file of the artical after 7 days for this i need to write cronjob ,Pls help me out to write cronjob for this

Quoc Huy Nguyen Dinh

Monday 09 May 2011 3:40:56 am

Hi

Can't help you write it all but here are some pointers:

  • the workflow script will fetch objects of certain class that had been modified more than 7 days ago
  • for each of the object you will get the datamap ( $datamap = $object->dataMap() )
  • modify the attribute
  • and store it.

Maybe this can help:

http://share.ez.no/forums/developer/solved-modify-update-objects-from-php