Business rule not working to prevent serial number in a request form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @NayeemSk,
I haven't analysed the code but I can see that on the line 7 there is comma (",") instead of dot (".")
Just a tip: when you want a code review, please share the actual code, not a screenshot, it's easier for reviewers ;))
Let me know if that helped :))
No AI was used in the writing of this post. Pure #GlideFather only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @NayeemSk ,
At 7 line, use .(dot)
if(invGr.next()){
// your code
}
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Sarthak Kashyap thanks for repeating what was already said before :)))
No AI was used in the writing of this post. Pure #GlideFather only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@GlideFather , thanks for pointing out, the image shared by @NayeemSk has only one issue, so I post my solution.