
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2017 12:22 AM
Hi Folks,
Does anybody have got this error in console while debugging even when we are not using link function in WIDGETS service portal?
Any leads would be really helpful and appreciated ?
Much thanks in advance!!
Sushma
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 11:39 AM
I blame the missing boilerplate code for the link function in the widget record:
function(scope, element, attr, ctrl){
/* place jQuery client side code here */
}
I am really tired of having to parse the boilerplate code out of the video in the wiki doc:
Widget Editor CSS and Link Function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2017 03:42 AM
Could you share your code with us - espcially any part which contains the word "link"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 03:30 AM
Hi Lars,
Am neither using the link function in Service portal any widget nor have created a function in that name. But in each of my SP pages i'm getting link is not a function in console logs. Its not giving me any problem to run my pages, but I don't want any errors in my widgtes thats why. Can you please help me with it.?
Thanks,
Sushma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2017 04:00 AM
Do you have a customized header in the portal.
Since the error is happening on every page, it could be happening in the header. You can also try and remove the header and access a page, to see if the error disappears.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2017 11:39 AM
I blame the missing boilerplate code for the link function in the widget record:
function(scope, element, attr, ctrl){
/* place jQuery client side code here */
}
I am really tired of having to parse the boilerplate code out of the video in the wiki doc:
Widget Editor CSS and Link Function