Difference between client script and business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2017 11:14 PM
Hi,
What is the difference between client script and business rule apart from the one that client script runs on the form and business rules on the database. Suppose I have a business rule which prints a message when one field in the form is empty and I have a client script that does the same thing. How do I come to know whether it is the Business rule or the client script that worked.
Thanks in advance
Sruthi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2017 11:33 PM
now we will check which one is runs,
we can achieve this by using a message in business rule, so please use this option like below
if the messgae is fired business rule is working or else client script is worked, kindly let me if this helpful or not
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 11:43 PM
its run client side or server side for bussiness rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 11:47 PM
Hi sruthivarghese
Business Rule work on the sever Side.
Client scripts work on Client side(Browser Side)
Using Business Rule we can perform below operations
1.Insert 2. update. 3.Qurey 4.Delete
Using client scripts we can perform below things
1.onchange, on submit, onload