Populate default values in Workspace fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 05:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 05:50 AM
Hi Kenneth,
I would advise creating an onload client script, set the view as 'workspace' so it only runs on workspace.
Then in the script you can add more conditions, if needed , like only run when field is blank, or only run for new record etc and populate the values in the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:36 AM
Hello Anurag,
If have created the Client Script, but it still doesn't work. Can you see what the issue can be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 02:41 AM
Uncheck the Global checkbox
In the view only write 'workspace'
on line 4 in your script , only pass the id as the second parameter, no third parameter, remove name from there.
Add an alert in the start of the script to test if the script is executing or not.