i am using 8.2.2

i am trying to set the value of a number field called Lama Bekerja based on the months inputted in Mulai Bekerja accounting the year aswell, i know that using business rules where you can use set value = formula like so...

now when i open it, it doesn't let me do the calculations

can someone explain a method on how to implement this in creatio 8.2.2?

Like 1

Like

0 comments
Show all comments

Hi

I have created a Column(Days) which is an integer value and trying to store it in an Integar I get a formula error. What coud be the issue

Like 0

Like

2 comments

Create a new Date parameter in the business process. Put the result of the formula into it and then change your Column(Days)

 

This likely has more to do with the type of the parameter you're putting the result of the formula into. Make sure the param is an int data type. 

Ryan

Show all comments