on 2021 Aug 05 1:46 PM
Dear Team,
I have tried below line to get last interaction sender ID in SDK. But it's giving second last interaction ID instead of last one. Could you please correct me in it.
var sender1 = this.ServiceRequestInteraction.MessageFromParty.GetLast();
Thanks and Regards,
MD.
Request clarification before answering.
Hi,
Could you pls try following?
this.ServiceRequestInteraction.OrderByDescending(n=>n.SystemAdministrativeData.CreationDateTime).GetFirst().MessageFromParty
<br>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.