jen
06/02/2020, 4:26 PMvar fields = search.lookupFields({
type: 'transaction',
id: record_id,
columns: fields
});
But this does not:
var fields = search.lookupFields({
type: record.Type.TRANSACTION,
id: record_id,
columns: fields
});
?stalbert
06/02/2020, 4:26 PMsearch.Type
not record.Type
stalbert
06/02/2020, 4:26 PMsearch
stalbert
06/02/2020, 4:26 PMstalbert
06/02/2020, 4:27 PMrecord.Type !== search.Type
)creece
06/02/2020, 4:41 PMSandii
06/02/2020, 4:54 PMstalbert
06/02/2020, 5:05 PMjen
06/03/2020, 5:24 PMjen
06/03/2020, 5:27 PMstalbert
06/03/2020, 5:52 PMsearch.Type
not record.Type
regardless what what values are or are not available on record.Type, it's the wrong enumeration to use 🙂Sandii
06/03/2020, 6:29 PMjen
06/03/2020, 9:38 PMSandii
06/04/2020, 2:05 PMN/record
into chrome console and look through the list there.stalbert
06/04/2020, 2:30 PMstalbert
06/04/2020, 2:34 PM