suitedev
01/30/2020, 4:39 PMMap/Reduce > getInputData()
In practice, do typically return a Search Object to MAP, or do you prefer to run the search and return the values?suitedev
01/30/2020, 4:42 PMField.joinField is returned as joinField.Field
-- Having to keep track of column names in the MAP phase is cumbersome.. I'm leaning toward only returning the Object when I have a simple result set, like result.id.karlenigma
01/30/2020, 4:43 PMEric B
01/30/2020, 4:46 PMjkabot
01/30/2020, 4:51 PMscottvonduhn
01/30/2020, 4:57 PMerictgrubaugh
01/30/2020, 5:10 PMSearch
so I don't have to build the paging myselferictgrubaugh
01/30/2020, 5:10 PMmap
stage to transform the Result
into something more digestible thoughamy
01/30/2020, 5:38 PMstalbert
01/30/2020, 5:41 PMalien4u
01/30/2020, 7:53 PMgetValue
in the map stage, do you?suitedev
01/30/2020, 7:54 PMsuitedev
01/30/2020, 7:58 PM{
recordType:'invoice',
id: 123,
values:{
subsidiary:{
value: 123,
text: 'subsidiary 1'
}
}
}
suitedev
01/30/2020, 7:58 PMkarlenigma
01/30/2020, 7:59 PMkarlenigma
01/30/2020, 8:00 PMalien4u
01/30/2020, 8:00 PMsuitedev
01/31/2020, 4:09 PMalien4u
01/31/2020, 4:20 PMsuitedev
01/31/2020, 4:21 PMalien4u
01/31/2020, 4:21 PMsuitedev
01/31/2020, 4:21 PM