I created a new custom field. For ex: Field A
Already Field B is present in the create screen.
I need a calculated value i.e [Field A = Field B - 30%] to be automatically displayed in the new created custom field.
Hello,
You would need an add-on for it. For example, you could use the Power Scripts add-on:
You could create a post function with a code like this:
#{Field A} = #{Field B} - #{Field B} * 0.3
You can read more about post functions here:
https://confluence.cprime.io/display/JJUPIN/Customizing+workflows
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.