Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] remove lastPublishedDate from transactional send journeys #1901

Open
JoernBerkefeld opened this issue Nov 26, 2024 · 0 comments
Open
Labels
c/journey COMPONENT c/transactionalEmail chore Jira issue-type "Task"
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

looks like this is always set to "lastPublishedDate": "0001-01-01T00:00:00", even after the associated transactionalEmail was set to "Active".

My assumption is, this field gets updated only be the event-publish flow (used for multi-step journeys) and is not getting updated by the publish flow for transactionalEmail

we should strip it on journeys with status == "Published" and definitionType == "Transactional" if it is equal to "0001-01-01T00:00:00" (to make sure we do not strip it anymore in case SFMC ever fixes that gap.

@JoernBerkefeld JoernBerkefeld added c/journey COMPONENT chore Jira issue-type "Task" labels Nov 26, 2024
@JoernBerkefeld JoernBerkefeld added this to the 7.5.2 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/journey COMPONENT c/transactionalEmail chore Jira issue-type "Task"
Projects
None yet
Development

No branches or pull requests

1 participant