Add new custom field on Create Rate Line.

Neha_01
Tera Contributor

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?

2 REPLIES 2

Gaurav Rathaur
Kilo Guru

 

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

 

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.