cancel
Showing results for 
Search instead for 
Did you mean: 

Entity Property with dateandtime is making problem.

Former Member
0 Kudos


Hi Expert,

i have imported one ddic structure that one has date field and is also key field in my entity.

Whenever i am trying to access get_entity that time i am getting error like

"Invalid key predicate type for 'Fldate'. Expected type is 'Edm.DateTime'"

Please help me.

Regards

Saumya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Soumya,

Try to pass the date with timestamp in URI.

Ex: Fldate=datetime'2014-04-07T00%3A00%3A00'

Just replace this in your URI and change the date as per your data.

Hope this helps.

Thanks,

Saurabh

ChandraMahajan
Active Contributor
0 Kudos

Hi,

This is discussed in this thread

apply same changes and it should resolve the error.

Regards,

Chandra

Former Member
0 Kudos

but i am getting one extra error

ChandraMahajan
Active Contributor
0 Kudos

There is no errors just warnings right. you should be able to get the success response.