How to run a same client script on 2 tables ? and onCHange Event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:00 AM
Hi All,
I want to know how to run same client script for two table named as "sc_request" or "change_request" on Onchange events of same column present in both the table. Please help.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:37 AM
then you have to create two client script here. i thought you are using ootb column .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:40 AM
ok. Can i create custom column in task table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:41 AM
yes that way it will work.
give a try./
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:45 AM
HI,
So when we create a column on Child table it is not available on parent table. Create two Scripts.
If you create a column on task it will be visible on many tables in system.
I Won't advise this because people may misuse this.
Its your call both way you can do.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2019 02:50 AM
I Won't advise this because people may misuse this. ?
if some fields is going to use on multiple table then i think it should create it on base table . user can set those column on form based on the need. may i know what challenges or issue have you seen on this scenario ?