rbigej's Profile
Rookie
40
Points
40
Points
Questions
5
Answers
2
-
Can you post your query? We use ODBC queries a lot and I have not noticed any issues with joining more than 3 tables.
- 771 views
- 1 answers
- 0 votes
-
2 options:
- If you know the Id of the dropdown record, then you can use that:
objRecord.setValue({ fieldId: ‘department’, value: 123});
- If not, you can use setText
objRecord.setText({ fieldId: ‘department’, text: ‘Department 1’});
This answer accepted by Coder. on October 21, 2019 Earned 15 points.
- 1986 views
- 2 answers
- 0 votes