G
Gian Torralba
Guest
You are correct. You will use the object's integration name for the #CALC_SUM API. If you are using the calc_sum on the same object, please use the object's integration name. If you are using it to sum up the related object's value, please use their relationship name. #CALC_SUM.RXXXX( 1 | true ) /*for related calc_sum*/ #CALC_SUM.object_integ_name( 1 | true ) /*for same object calc_sum*/ Thank you, Gian
Continue reading...
Continue reading...