Discount Field on Revenue Line Item

Hello, 

I am looking to add a new Discount Field to my layout. In the standard fields list on Revenue Line Item I can see Discount Amount field (screenshot attached). Is there a way to create / duplicate this? Without using logic hooks, or custom code? 

Thanks! Ada

Parents
  • Hi  ,

    The Discount Amount field in the RLI module is a combination of multiple fields on the backend of the system. I am not aware of any way to recreate this exact functionality without custom code. If you wanted to use only Studio, you would need to do separate fields. My recommendation would be the following:

    1. A dropdown to select what type of discount you are applying (Percent vs Euro)
    2. A dependent float field that shows when 'Percent' is selected 
    3. A dependent currency field that shows when 'Euro' is selected

    Chris

Reply
  • Hi  ,

    The Discount Amount field in the RLI module is a combination of multiple fields on the backend of the system. I am not aware of any way to recreate this exact functionality without custom code. If you wanted to use only Studio, you would need to do separate fields. My recommendation would be the following:

    1. A dropdown to select what type of discount you are applying (Percent vs Euro)
    2. A dependent float field that shows when 'Percent' is selected 
    3. A dependent currency field that shows when 'Euro' is selected

    Chris

Children