Add new custom field on Create Rate Line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2025 11:24 PM - edited ‎05-05-2025 11:26 PM
We are trying to add a new custom field Billing Rate in Rate model Line table and that should be available in Create Rate Line form also while creating a new rate line. But couldn't find from where the page is appearing and not able to add a field.
the new Billing Rate field we are going to use for further calculations. how can we add a custom field there and use it for calculations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 12:04 AM
Hi @Neha_01 ,
Add the field: Go to System Definition > Tables, open the Rate Model Line table, and add a new field u_billing_rate.
Show on form: Open any Rate Line record → right-click → Configure > Form Layout → add the field to the form.
If form is custom (popup or wizard), check if it's a UI Page or Widget—inspect the page or check the network tab.
Use in calculations: Access the field in scripts as current.u_billing_rate.
If my response was helpful, please mark it as the correct answer and close the thread. This will help others who come across the same issue.
Thanks!
Gaurav Rathaur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2025 01:17 AM
Hi Gaurav,
We tried adding the field on Rate line table but it is not reflecting on UI page and we are not able to find that UI page or Widget.