If you're trying to convert the time field to seconds, use this code in a formula field:
Hour({CallLog.RecvdTime})*3600 + Minute({CallLog.RecvdTime})*60 + Second({CallLog.RecvdTime})
-Abhilash
If you're trying to convert the time field to seconds, use this code in a formula field:
Hour({CallLog.RecvdTime})*3600 + Minute({CallLog.RecvdTime})*60 + Second({CallLog.RecvdTime})
-Abhilash