Scheduled Removal or Un-Publishing

Hi again,

I am curious if there is a scheduled task script that could be implemented that would remove assets or change their permissions after a set period of time (3 months for example). We quite often offer material to students for a limited time only and rather than delete it, we’d like to “hide” it from them.

Thanks again
Michael.

There is not a readily available task like that in the system but since Razuna can be accessed via the API you are welcome to write your own code to do the needful.

To remove assets you would use this API call
http://wiki.razuna.com/display/ecp/Asset+API2#AssetAPI2-RemoveAsset

To set permissions on folder containing the assets you would use this API call
http://wiki.razuna.com/display/ecp/Folder+API2#FolderAPI2-Setfolderpermissions

Hope this helps.

Thanks for the information. I am no programmer or code writer by any means but will give it a shot. So far I have not had too much luck attempting to simply change the active status from True to false but I shall persevere.

Cheers