Error message on the widget client controller
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 06:14 AM
How do I put an error message on the widget client controller? Preventing the catalog item from being submitted.
Server Scripit:
if (totalFTECalculation > 1) {
errorMessage('Message Here');
return;
}
Client Controller.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 09:52 AM
Can you share your exact use case?
From what it sounds like, you may just want to create a catalog client script on the catalog item or items that would prevent submission.