_getTableColumnSum
Parameters
id
name
Example
FM_api('Appointment_getTableColumnSum', ['id' => '222402', 'name' => 'subform.mult1']);Result
On Success
{'tableName':'subform','columnName':'mult1','sum':10}On Failure
{'error':'Could not find table for field entry "subform"'}Last updated