- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 12:05 AM - edited 08-16-2023 09:02 PM
Hello Experts,
Align the decimal field value in the left side in the form, how can achieve this .i have found the one link but it's working on list view does not work on form view.
Could you help me how can do the align the decimal field value in left side in the form.
Following screenshot for reference. Here decimal field value is task id.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 03:17 AM
Hi Rajveer,
Use style
text-align:left;
for the field "task_id"
It worked for me for a Decimal type of field on form.
I added style to "Cost adjustment amount" field in ast_contract and it worked for me on the form.
Kind Regards,
Swarnadeep Nandy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2023 03:17 AM
Hi Rajveer,
Use style
text-align:left;
for the field "task_id"
It worked for me for a Decimal type of field on form.
I added style to "Cost adjustment amount" field in ast_contract and it worked for me on the form.
Kind Regards,
Swarnadeep Nandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:16 PM
It is working fine in Native UI, but it is not working in workspace , can you please share the solution for workspace