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

Do we make the Event Instance Date Time Formatted field on Summit Events Registration object a formula field? #525

Open
walt0019 opened this issue Oct 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request Known Issue

Comments

@walt0019
Copy link
Contributor

Do we make the Event Instance Date Time Formatted field on Summit Events Registration object a formula field?

Describe the solution you'd like
The Event Instance Date Time Formatted field is populated due to code when a registration record is created, taking the information from the instance and placing it in a text field. The issue is that most of that data surrounding it are formula fields from the instance. When users update the instance or perhaps change the lookup instance on the Registration record, all the fields update, but the Event Instance Date Time Formatted field. Users were expecting that field to update as well.

Describe alternatives you've considered
I can create a formula field that would have all the pieces except the time zone abbreviation which the users could add to a template themselves.

To help determine if a recipe may be more appropriate, please share other use cases, if possible, this functionality would benefit from.
I think users could do the same thing that I am doing, but it might alleviate confusion if it were in the package and the text field that is not a formula is removed.

Are you willing and interested in being engaged during the development and testing process?
Yes

@walt0019 walt0019 added the enhancement New feature or request label Oct 19, 2023
@tcdahlberg
Copy link
Contributor

Would it be possible to create this field as a true formula field? Currently this is just a formatted timestamp of sorts generated by code at the time of registration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Known Issue
Projects
Status: Todo
Development

No branches or pull requests

3 participants