- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2017 10:00 PM
I want that when a particular form open , color of a particular field should be red.
Ex:- On incident form I add a field name as color, Now I want its default value should be red.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2017 11:33 PM
Hi Sourabh,
You can achieve this by defining a field style on the "Color" field. Here is how you do :
1. Right click on the color field
2. go to Configure Styles.
3. Click on "New"
4. Select table where the field belongs.
5. Select the "Color" field in the Field name drop dow box.
6. In the Style field write this line: background-color:Red;
7. Submit.
You are done.
Happy Working !
Thanks,
Arnab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2017 11:33 PM
Hi Sourabh,
You can achieve this by defining a field style on the "Color" field. Here is how you do :
1. Right click on the color field
2. go to Configure Styles.
3. Click on "New"
4. Select table where the field belongs.
5. Select the "Color" field in the Field name drop dow box.
6. In the Style field write this line: background-color:Red;
7. Submit.
You are done.
Happy Working !
Thanks,
Arnab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2017 12:06 AM
Thanks Arnab for your step by step response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2017 12:14 AM
Hi Sourabh,
Very welcome sourabh. It is My Duty.
Well then could you please mark my response correct so that other people with the same question as you find this as marked correct which would make them sure that the solution is well tested and working.
Thanks in advance,
Arnab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 02:24 AM
Hello,
Right click on that field and click on configure styles > Styles> create new >
in that style field enter = background-color:Red;
Mark correct and helpful if you able to solve this
Thanks
Rajender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2018 01:30 PM