The CreatorCon Call for Content is officially open! Get started here.

Need help setting new trigger point for client script

cpinedatx94
Tera Expert

The script is currently onChange and i want to change the table its running on and change it to where its triggered when a new record is created through a "related list"

 

image.png

 

 

image.png

1 ACCEPTED SOLUTION

Robbie
Kilo Patron
Kilo Patron

Hi @cpinedatx94,

 

I recognize this script ; )

How are you? Hope all well.

 

If the trigger point is the creation of a new record via the Related List 'Travel Requests', you'll actually need to handle this server side and via a Business Rule (On insert). You won't be able to check for this via a client script.

 

Have you used Business Rules (Often referred to as BR's) before?

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.


Thanks, Robbie

 

View solution in original post

1 REPLY 1

Robbie
Kilo Patron
Kilo Patron

Hi @cpinedatx94,

 

I recognize this script ; )

How are you? Hope all well.

 

If the trigger point is the creation of a new record via the Related List 'Travel Requests', you'll actually need to handle this server side and via a Business Rule (On insert). You won't be able to check for this via a client script.

 

Have you used Business Rules (Often referred to as BR's) before?

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.


Thanks, Robbie