Hi,
Just wondering if it's possible to grab the current system date time for the AttributeDateTime field?
<field id="acceptance_date" xsi:type="AttributeDateTime"> <sql>acceptance_date</sql> <default_value/> <is_null_allowed>false</is_null_allowed> </field>
Thanks in advance
You can hook it in at some points. https://www.itophub.io/wiki/page?id=latest:customization:form_prefill
It's not as simple as using an XML tag at this point.
Log in to post a comment.
Hi,
Just wondering if it's possible to grab the current system date time for the AttributeDateTime field?
Thanks in advance
Last edit: Joseph 2022-11-01
You can hook it in at some points.
https://www.itophub.io/wiki/page?id=latest:customization:form_prefill
It's not as simple as using an XML tag at this point.