In IFS Cloud, I added a custom attribute to the CustomerOrder entity to store date/time information. My custom attribute sits next to the standard attribute WantedDeliveryDate on the Customer Order screen.
When I enter a value for the standard attribute, it is formatted as: 10/1/22, 10:41 AM
When I enter a value for my custom attribute, it is formatted as: 2022-10-01T10:41:00Z
How can I get my custom attribute to display date and time in this format: 10/1/22, 10:41 AM?
I checked my computer’s regional settings, but since the standard attribute displays correctly, I don’t think regional settings are the issue. Where can I supply a formatting mask for my custom attribute?
I checked Page Designer on CustomerOrder but didn’t see a formatting property