R
Ricardo Rafols
Guest
Hi intekra, To enable the roll up field, you need first to establish a relationship between the objects.. After creating the relationship the field Roll up shows up in the list of available field type. When selecting roll up field, the next option is to select witch relationship, field and computation will be used to calculate this field. When selecting SUM, Rollbase creates a formula field with following code: #CALC_SUM.R9367(Amount) Where R9367 is the relationship name and Amount is the field in the child object. After attaching child records to parent record, the new create field will show the SUM of the Amount field from the child records.
Continue reading...
Continue reading...