- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 09:41 AM
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"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 11:20 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 11:20 AM
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