Error in ER

Certified Associate Developer

can anyone please give suggestion how to resolve this error ?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi Jyoti,

    The cdm2_gettimeentrycdtfielddiff() expression is being called from cdm2_timeentrydetailsforactivityhistory() and the values being used by the cdm2_gettimeentrycdtfielddiff() expression are the types of Number and List.

    But the values should be in the type of Number to do the successful comparison. That is what the error says.


    Check the parameter values and properly index and cast the value to the Number type if needed. Then the issue will get solved.
    Thanks

Reply
  • 0
    Certified Lead Developer

    Hi Jyoti,

    The cdm2_gettimeentrycdtfielddiff() expression is being called from cdm2_timeentrydetailsforactivityhistory() and the values being used by the cdm2_gettimeentrycdtfielddiff() expression are the types of Number and List.

    But the values should be in the type of Number to do the successful comparison. That is what the error says.


    Check the parameter values and properly index and cast the value to the Number type if needed. Then the issue will get solved.
    Thanks

Children