Difference between client script and business rule

sruthivarghese
Tera Contributor

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

7 REPLIES 7

Rajesh Mushke
Mega Sage
Mega Sage

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



find_real_file.png



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

jbjhhuhuihn
Tera Contributor

its run client side or server side for bussiness rule

 

Mannam Praveen
Tera Expert

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