Question

Discount on account

Can I add a discount to the account and then use this discount in automatic calculation? How can i bind it?

Only with no code solutions?

Like 1

Like

3 comments

Greetings,



You may indeed create a discount calculation by adding a new field in the accounts section and binding it with a no-code business process. 

ok but how can i bind it and how the proccess should look like (this is most important for me how BP should be)

Hello,

 

You can read the required Account in your business process and perform the necessary calculations and then write new data to the Account record.

 

To read data, use the [Read data] process element.

https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…



Using the [Formula] element, you can perform calculations.

https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…



Using the [Modify data] element, you can write the desired value to the Account.

https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…

Show all comments