681
Views
10
Comments
Solved
Date is not visible in DatePicker, When Datas fetch from Database
Application Type
Reactive
Service Studio Version
11.53.6 (Build 60879)

HI Team,

 In my requirement I m using Date Picker to select Date, When I add new date from selecting in Datepicker, the value which I selected in Datepicker is showing in input field and also it saving fine in Database , the problem is when I click Id it navigate to form screen in that Datepicker the date is not visible but it stored in Database and  the variable also assigned as per Database which has been saved.

Please Find below Attachment.

Can you Guys help to solve this?

Link - https://personal-s0stbhxc.outsystemscloud.com/Date/DateChecks

OML


Date.oml
2023-02-27 14-18-56
Jaya Kumar S
Solution

Hi Guys,

Thanks for your responses, I got solution for this,

To Fetch date from database,using client action (DatePickerUpdateDate) using this can achieve .

Please find below attachment.


Thanks ,

Jaya Kumar S

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Great !!

Thanks to inform us.

UserImage.jpg
Leo thomas

Hi Jayakumar,


May i get oml for this. im using client action but still not getting value in detail screen.


im also strucked at same point.


Regards.

2024-09-12 15-12-50
Munyaradzi Kandoro


The block is rendered before the data has finished fetching. 

  1. Wrapping the Datepicker in an if and 
  2. Using the DatepickerUpdateDate client action on the OnInitialize of the Datepicker to set the date.

image

 

image

2021-12-07 07-28-47
Arnold Ayaoan Jr

Hi @Jaya kumar S,

Do you a demo OML for to illistrate your issue? Or is it possible for you to attach your oml here?

Thanks,

Arnold

2023-02-27 14-18-56
Jaya Kumar S

Hi @Arnold Ayaoan Jr 

 Please check the attachment


Thanks,

Jaya Kumar S

2023-10-21 19-42-11
Tousif Khan
Champion

Hello, 

I am also facing the same issue since I have updated it, It is having bug or Idk what, so I am also not able to use it,

check this post, I did a lot of research and check and found that when fetching data from database the data is fetching but, the input which holds the value is hidden and instead of it a new input shown there  

check this thread for more information

https://www.outsystems.com/forums/discussion/79617/interaction-date-picker/

I have already reported this issue.

2023-02-27 14-18-56
Jaya Kumar S

Hi @Tousif Khan 

Got solution for this please check the post.


Thanks,

Jaya Kumar S

2023-10-21 19-42-11
Tousif Khan
Champion

Thanks for the Solution, I appreciate that.


2023-02-27 14-18-56
Jaya Kumar S
Solution

Hi Guys,

Thanks for your responses, I got solution for this,

To Fetch date from database,using client action (DatePickerUpdateDate) using this can achieve .

Please find below attachment.


Thanks ,

Jaya Kumar S

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Great !!

Thanks to inform us.

UserImage.jpg
Leo thomas

Hi Jayakumar,


May i get oml for this. im using client action but still not getting value in detail screen.


im also strucked at same point.


Regards.

2024-09-12 15-12-50
Munyaradzi Kandoro


The block is rendered before the data has finished fetching. 

  1. Wrapping the Datepicker in an if and 
  2. Using the DatepickerUpdateDate client action on the OnInitialize of the Datepicker to set the date.

image

 

image

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.