name = name,
field_type = "string",
)
db(current.s3db.s3_field.id == other_id).update(label = other)
question_settings["other_id"] = other_id
question.update_record(settings = question_settings)
// @ToDo: Call onaccept if this starts doing anything other than just setting "master"
After Change
ftable.name,
limitby = (0, 1)
).first()
mobile_settings["other"] = other_field.name
// Update the Dynamic Field with the current label
other_field.update_record(label = other)
// @ToDo: Call onaccept if this starts doing anything other than just setting "master"