[SOLVED] List Execute, 'delete' tracker item configuration
Hi,
I wanted to test out the 'delete' tracker item functionality for List Execute, however, there isn't that much documentation here: https://doc.tiki.org/PluginListExecute#delete
Here's what I've come up with for deleting Tracker items from Tracker #4 with a status of 'Closed'
Copy to clipboard
{LISTEXECUTE()} {filter type="trackeritem"} {filter field="tracker_id" content="4"} {filter content="c" field="tracker_status"} {OUTPUT(template="table")} {column label="First Name" field="contactFirstName"} {column label="Last Name" field="contactLastName"} {OUTPUT} {FORMAT(name="contactFirstName")}{display name="tracker_field_contactFirstName" default=" " }{FORMAT} {FORMAT(name="contactLastName")}{display name="tracker_field_contactLastName" default=" "}{FORMAT} {ACTION(name="Delete closed items" group="Registered")} {step action="tracker_remove_item"} {ACTION} {LISTEXECUTE}
Something is clearly missing in the 'Step Action' part as I get this error message:
Any help would be greatly appreciated. Also, I can than add this example to the above link on the Docs page.
Thanks,
Mike