Forum Discussion
ArchiveUser
8 years agoQrew Captain
Is the Related Loan Application field a numeric field or a text field?
- RichardWu8 years agoQrew TraineeYes. It is numerical field.
- QuickBaseCoachD8 years agoQrew CaptainOn the record that you were launching the button from, what value is in that field?
- RichardWu8 years agoQrew TraineeWe found that solution. The field id I was using was 125 but we found that it works with the ID of 122 because I heard that there are different types to that field: read-only , and editable. In this case, 125 is the READ-ONLY type and 122 is EDITABLE type. Is that correct?
- QuickBaseCoachD8 years agoQrew CaptainPerhaps you were trying to update a lookup field in in the table when in fact you needed to update the reference field for the relationship. Ie the field at the top right side of the relationship.
You cannot update fields which are formula fields or lookup fields. - RichardWu8 years agoQrew TraineeOK, so in my case fid 125 is actually a Lookup field ID but fid 122 is the Reference field ID. Is that ture?
- QuickBaseCoachD8 years agoQrew CaptainSo, yes, you need to update fid 122 then.