Forum Discussion
ChrisBaker2
2 years agoQrew Member
This method seems similar to the one I thought about writing with the JSON API where I think you could
- create a relationship as usual, this will create a reference field in just the fields list
- use the JSON response on creation to get this new fields' id value
- use that field id and the update_field method to add the addToForm property to it and it gets added to the bottom
I will take a look at the XML version and see what I can do.
Thanks.
------------------------------
Chris Baker
------------------------------
Gary1
2 years agoQrew Assistant Captain
With the XML API add_to_forms is only handled when a field is created. Nothing happens if you update the attribute after the initial field creation. Maybe the JSON API is different, but I'm doubtful.
------------------------------
gary
------------------------------
- ChrisBaker22 years agoQrew Member
https://developer.quickbase.com/operation/createRelationship
https://developer.quickbase.com/operation/updateField
It worked for me when using these operations in tandem but I could be mistaken.
------------------------------
Chris Baker
------------------------------