Mailing List Archive

new CF action for scrips?
BP,

I noticed a new branch come across:

4.4/set-custom-field-to-now-scrip-action

I wrote a generic CF scrip action that is attached.

You can use a JSON string to modify CFs:

An argument to the action could look like:

{ 'name': 'Billed At', 'operation': 'set', 'value': 'now' }

or

{ 'name': 'Problems', 'operation': 'delete-all' }

There verbs (or operations) are: add, set, delete, delete-all.

What do you think about including it in core?

Thanks,

-m