- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 10:53 PM
Hi Everyone,
In the widget client controller script I see an error showing expected an identifier and instead saw ','
Could you please help what should be done here.
Thanks,
Johny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 11:28 PM
spUtil.recordWatch($scope, "table_name", "filter", function(name) {
//your code
});
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2022 11:28 PM
spUtil.recordWatch($scope, "table_name", "filter", function(name) {
//your code
});
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2022 02:06 AM