using disabled field populated with date time in "input box" but not inserted into DB

Hi All,

In my interface i have a date time field  text box which will be populated with the current date time value and field will be disabled.

When I am trying to submit the page above field is not getting persisted into the DB, in DB column data type is date and time same as CDT.

Below is my interface code for that, please direct me how to correct?

a!textField(
label: "Assigned Date",
labelPosition: "ADJACENT",
value: datetext(now(),"yyyy/MM/dd HH:mm:ss a z"),
saveInto: ri!PTS_TicketTest.assignedDate,
refreshAfter: "UNFOCUS",
--->disabled: true,
validations: {}
)

Thanks

Deepak

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data