cancel
Showing results for 
Search instead for 
Did you mean: 

e.getWeekConfigurationValues is not a function

04-21-2023 2:46 PM
aruna_namal Discoverer
400 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi.

I'm using DatePicker inside the Flexible Column Layout App. When I click datetime picker I received an error "e.getWeekConfigurationValues is not a function".

Thanks.

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

leonikussmaul
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Aruna,

Since getWeekConfigurationValues() is not a standard method for the DatePicker control, I am assuming that you have defined this method in your controller. 'e' likely references an object / variable that is being used incorrectly in your code. The error message may be indicating that you are trying to call the method on an object or variable that is not defined correctly.

Please check what 'e' returns in your console, as it is otherwise difficult to provide an accurate solution.