Skip to main content
ashutoshg0001
October 22, 2021
Question

I want to convert saved value in CDT field before doing operation on UI, How can i do it?

  • October 22, 2021
  • 2 replies
  • 0 views

I have one CDT where a single field which stores date and time. Now i am selecting a date from datefield component. I have a grid in the same interface where i am selection date from datefield. Once i select a date from this datefield, then the grid should filter all the dates from the grid .How can i do that?

    2 replies

    October 22, 2021

    Use query filter then display it on the grid.

    davidc615
    October 23, 2021

    Were you able to filter the list?