Join Slack
Powered by
Result.getValue() also needs the same join and sum...
# suitescript
m
mbucklaew
08/15/2018, 5:12 PM
Result.getValue() also needs the same join and summary options as the column definition
-.php
m
mg2017
08/15/2018, 9:36 PM
much thanks for that. I can now get the employee id. i have a field from a related table which is always grouped. when i export this out to see what field name it picks, it's the date. but in my code it returns nothing. any ideas?
mg2017
08/15/2018, 9:37 PM
message has been deleted
mg2017
08/15/2018, 9:37 PM
search.createColumn({ name: "date", join: "loginAuditTrail", summary: "MAX", sort: search.Sort.ASC, label: "Date" }),
mg2017
08/15/2018, 9:40 PM
ah found the issue, summary should be MAX i had group!
👍 1
5
Views
Open in Slack
Previous
Next