Is this possible?
I have searched the posts and there are hints that it might be possible but not much else.
I am abler to update other fields in the same table using MethodAPIUpdateV2.
I have two fully populated tables I imported: tasks and tasklistid,.
I added a dropdown field to tasks called tasklistid.
It generated the hidden field tasks.tasklistid_RecordID.
I see that the hidden field is NOT updateable via the API per the XML error message returned.
I want to add a value to the tasks.tasklistid and have the system populated tasks.tasklistid_RecordID to link to tasklistid.RecordID.
Can this be done?
If so how?