How to make calculated field editable

Hello,

How can we make calculated field editable.

Parents
  • Options:
    1. Switch off Sugar Logic by making the field non-calculated - e.g via Studio, then configure your own calculations with logic hooks (server side) or js (client-side), so that the field value remains editable after calculation happened
    2. To change the calculated value, add an additional "adjustment" field, then extend the calc field formula to include "adjustment" field into the calculation in a way you need.
    For an example of the "adjustment" field please refer to Discount Amount that makes the effect on Line Item Total in Quote Line Items

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Reply
  • Options:
    1. Switch off Sugar Logic by making the field non-calculated - e.g via Studio, then configure your own calculations with logic hooks (server side) or js (client-side), so that the field value remains editable after calculation happened
    2. To change the calculated value, add an additional "adjustment" field, then extend the calc field formula to include "adjustment" field into the calculation in a way you need.
    For an example of the "adjustment" field please refer to Discount Amount that makes the effect on Line Item Total in Quote Line Items

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

Children
No Data