Calendar Event Url field

Confluence User - 27 Jan, 2019

 

Hi.

I've added a calendar in Service Help Desk app and have all my events listed. However, I cannot get the URL link to work. In Knowledge Base article there is an explanation for Event Url (column ID) field saying "Form field ID is expected here."

When I enter my form field ID I get this url that gives a 404 page not found error:

https://webshaped.cloud.joget.com/jw/web/userview/jhelpdesk6/issuetrack/_/000003

What I should be getting is this url:

https://webshaped.cloud.joget.com/jw/web/userview/jhelpdesk6/issuetrack/_/menuClientUpdate?IssueNo=000003

 

How can I get this suffix "menuClientUpdate?IssueNo=" before ID?

Thank you for your support.

calendar

2


28 Jan, 2019
confluenceUser
1
confluenceUser

Hi, I believe the event URL is supposed to be an absolute URL. In your case you can try using the Advanced > Event Click Callback for example

location.href = prefix + event.id;

 

28 Jan, 2019
confluenceUser
confluenceUser

You nailed it, Anders. Thank you for your time and effort.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print