FavoriteSai Teja Gowd (Hyniva Consulting Servicec PVT LTD) asked in #Trailhead ChallengesMay 26, 2021, 6:29 AMOnly 10 checkboxes should allow in grid view if we select 11th one it should not select and should through an errorAt any given time, the pop-up should allow only 10 items to select. On 11th selection, should show a error message and un-select the selection.3 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Hamza Siddiqui (Datacom Systems Ltd.)May 26, 2021, 2:39 PMLooks like this is a custom app - You can use JS to restrict selectionHere is an example: https://stackoverflow.com/a/43456964Add a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Hamza Siddiqui (Datacom Systems Ltd.)May 26, 2021, 2:39 PMLooks like this is a custom app - You can use JS to restrict selectionHere is an example: https://stackoverflow.com/a/43456964