Anyone know if there are any keywords for future status assets? And if so, what they are?
What I'm trying to:
I have a site admin/publishing dashboard that lists all the assets across all our sites that are ready to go live. Comes back as a table, each asset on it's own row. All good.
We use future statuses a lot to schedule when things will go live. What I've done is set up a nested lookup that gets the future statuses (if any) applied to the current listed asset, and pops the results into the row for that asset. This is working fine, I'm getting the future statuses back no problem.
The issue is all I can get from keywords for future statuses is their name, so they all look like "Future Asset Status Cron Job" - all the same. What I'd like to list, as a minimum, is:
- What status is it going to be changed to
- When the status will change
But I don't know what keywords to use (or if they are even available).
Cheers