write to multiple data store entity issue.

Certified Associate Developer

Hi techie, 


I'm getting following error while using writeToMultipleDataStoreEntities. 

Input Parameters -

Entity - cons!DSE,
Data - Record Type
_______________________________________________________________

While I'm using writeToDataStoreEntity with same parameters  then I'm not getting any error.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi Stefan,


    Thank for your comment in this discussion,
    I know how to configure the things in this smart service, It is giving me an error while using WriteToMultipleDataStoreEntity not to the WriteToDataStoreEntity. Even though I casted from dictionary  to CDT, It is giving same error castInvalid to the WriteToMultipleDataStoreEntity not to the WriteToDataStoreEntity.

    If there is any data type mismatch then why it is not giving an error while using WriteToDataStoreEntity.?

Children