Hi Jimm,
I'm currently playing with custom_columns_settings. and have a request.
i have a column called readpriority, for new books this is always "med" so I've set up as below. i will then manually prioritize this based on how often the author updates
custom_columns_settings:
"Med"=>#readpriority,n
if the book I'm adding (or updating) however is Status:complete i want to change this field to be "Finished", otherwise i want to leave the value as what is in there
Any idea's how i can do this?
Mieeka
|