how to convert Quantity filed on cost_plan table to Decimal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 12:06 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2025 10:32 AM
Hi @SNOWSBC24
Change the Field Type
The most direct solution is to change the Quantity field's data type from Integer to Decimal. This will allow it to accept decimal values directly.
Navigate to System Definition > Tables.
Find and open the Cost Plan table (cost_plan).
Go to the Columns related list and find the Quantity field.
Open the record for the Quantity field.
Change the Type from Integer to Decimal.
Click Update.