Problem: trying to read the 'isparent' flag on a c...
# suiteql
r
Problem: trying to read the 'isparent' flag on a custom field, when the fieldtype is 'list'. Source table is 'CustomField' Form is /app/common/custom/custreccustfield.nl?rectype=${customrecord.id}&e=T&id=${customfield.id} Any ideas on where flag may be hiding? It is possible that the way to check is to determine the presence of a join between the tables and if that join is based on the subject field.
replace xxxx with your account ID
will show custom records/fields
r
Much appreciated. I am actually looking for a SuiteQL selectable join data. Something like this:
Copy code
Select join.id, 
join.cardinality, 
join.otherfield, 
join.joinField,
join.table
From JoinTable 
Where join.Table = 'mycustomRecordType'