Display conversation messages in a pop-up

Display conversation messages in a pop-up

This question is not answered

Hi,

I need to display conversation between users in a pop-up window using Widget API conversation message extension, but I am not getting any result as a response. Following is the code that I am using to fetch conversation messages from the system.

#set($pagedListResponse = $core_v2_conversationMessage.List('596ceca1-9296-46f4-b03c-2ff2a5411197', "%{PageSize = 20}"))

Please suggest.

Thanks

All Replies
  • Without seeing all the code, my best guess is you are passing in a string instead of Guid.  Try wrapping your string guid in $core_v2_utility.ParseGuid(string) and see if it helps.  If not please export your widget and send it over so I can review it.
     
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: anandabakhal [mailto:bounce-anandabakhal@communities.telligent.com]
    Sent: Monday, October 22, 2012 4:26 AM
    To: bugsandissues@communities.telligent.com
    Subject: [Bugs and Issues - Telligent Community] Display conversation messages in a pop-up
     

    Hi,

    I need to display conversation between users in a pop-up window using Widget API conversation message extension, but I am not getting any result as a response. Following is the code that I am using to fetch conversation messages from the system.

    #set($pagedListResponse = $core_v2_conversationMessage.List('596ceca1-9296-46f4-b03c-2ff2a5411197', "%{PageSize = 20}"))

    Please suggest.

    Thanks