NetSuite SuiteTalk - Retrieve Value String From “SearchColumnSelectField”
问题 Say you are trying to access a value from SuiteTalk that is returned as type "SearchColumnSelectField": ((TransactionSearchRow)row).basic.postingPeriod?[0].searchValue.name Note: I use postingPeriod as example, but there are many other records that return a "searchValue" of type "RecordRef" that have the same issue. This("searchValue.name") will be null, similar to the issue detailed here, but unlike with CustomFields I don't see any documented way of retrieving the lookup values based on the