Need to increase the count when we check the checkbox on the OOB form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 01:07 PM
Hi,
I have two fields , One is checkbox and the other is numerical data type. And these two present on the form (not on the catalogs). i need to increase the number of times when the checkbox selected. Its working when we write "current.update" in the after business rules. I dont want to use the "currenty. update" in the BR. Is there any way to sort this out with out using this . ?
Thanks,
snow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 03:23 PM
Hi @snow57 ,
Please share the BR code.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 05:23 PM
Have your Business Rule run "Before" (with a >100 order) and remove the current.update();. See:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 09:14 PM
Hi @snow57
Can you please elaborate on your requirement as I am not able to understand the worth behind this requirement ? Does the number field hold the checkbox count for a particular form (record) only or all the records available inside the table ?
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.