how to set default field value for the list layout column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 04:05 AM
Hello Experts,
We have a custom field on custom table which we have pulled out on incident form, that field is of choice type and set as 'Dropdown with None',
Now the issue is whenever we are creating new ticket , that field value is showing none, but as soon as we update that value and submit the incident, on incident.list view, again that field value is showing 'Mi' although we have updated as 'Br'.
Please help me out in this. Let me know if more info is needed from my end
Thank you in advance!
Ujjwala

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 04:26 AM
Hi,
Can you please share what do you mean by Pulled out on incident form?
If your field is not part of incident table and you have added it by using dot walk on reference field then it is not best practice to update it through incident form/list.
Dot walked fields are from reference table record and updating it on incident (or any parent form) will cause data issue. That will update the referred record itself in database (which is not expected). We should always make dot walked fields read-only on form.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 04:28 AM
Hi
You will have to deal this on the field level itself.
- Right-click the field's label in the form and select Configure Dictionary.
- Enter the default value in the Default value field.
To set a constant value, type it into the Default value text box field. To assign a default value using a more complex formula, use JavaScript to output a default value.Note: The default value should be the underlying value that would be present in the field, not the label. For example, in a choice list field, use the value of the choice as the default value, not the choice's name.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2022 05:14 AM