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

[FEATURE] DATE and DATETIME functions for buildDefinition #1405

Open
JoernBerkefeld opened this issue Jul 2, 2024 · 0 comments
Open

[FEATURE] DATE and DATETIME functions for buildDefinition #1405

JoernBerkefeld opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

sometimes you need to create elements, say, events, with the same name and key as before but you don't want to override whats there already. SFMC Package Manager auto-attaches datetime strings for that purpose. in more controlled deployments, dates would likely suffice.

idea:

{
   "name": "myName{{{DATE()}}}"
   "key": "myKey{{{DATETIME()}}}"
}

buildTemplate would then auto-populate markets with a value for "DATE()" and "DATETIME()":

  • DATE() = "2024-07-02"
  • DATETIME() = "2024-07-02 09:14:52"
@JoernBerkefeld JoernBerkefeld added the enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story" label Jul 2, 2024
@JoernBerkefeld JoernBerkefeld added this to the 7.2.0 milestone Jul 2, 2024
@JoernBerkefeld JoernBerkefeld self-assigned this Jul 2, 2024
@JoernBerkefeld JoernBerkefeld modified the milestones: 7.2.0, 7.1.0 Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request; requires increasing the minor version of mcdev. Jira issue-type "Story"
Projects
None yet
Development

No branches or pull requests

1 participant