- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 09:07 PM
Hi All,
I have a table with a field sys_domain. When we try to create New record for the table, sys_domain field will be filled automatically with the domain of user who has logged in.
But i want to set it for global. I have tried on submit client script its working for admin only not for other user.
Plz some one help me to write this script.
Thanks
Pradeep D J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 10:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 09:26 PM
Write a after insert type business rule and set sys_domain field value to global.
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 09:49 PM
Thanks for quick reply Mihir
I have tried the business rule also but not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2016 10:00 PM
I have changed BR to before and its working fine.
Thank you