1. cocojoom
  2. Support
  3. Monday, December 05 2016, 04:18 PM
Hi,
I would like to create a calculated field to add an alerte message if Field1+Field2> 15 for example
I thought i could use a field "duration" to calculate Field1+Field2 and text field "alerte" wich appear only if "duration" is more than 15...
Is it possible ?
Thanks
Corinne
admin Accepted Answer
Admin
Hi,
sorry but Easy Profile does not do this. You need to add some custom javascript code to make this.
  1. more than a month ago
  2. Support
  3. # 1
cocojoom Accepted Answer
Pro
Hi,
I've already installed sketelon and used this kind of code :
triggerProfileUpdate($user,&$data,$changed,$isNew){
$data['field3']=$data['field1']*$data['field2'];
}
With my own field name ... see attachments
but it doesn't work

Thanks for your help
Corinne
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry but I do not see attachment, this forum accept only images and Zip files. Can you resend me please?
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.