Ben Tanner
11/17/2022, 9:56 PMCustomSearchRowBasic
objects. So far I can't figure out how to use that for fields that reference custom lists.
I have tried the following which produces an invalid reference error. It also seems to be joining to the custom list record and not the list values.
CustomSearchRowBasic csrbStatus = new CustomSearchRowBasic {
customizationRef = new CustomizationRef { scriptId = "custrecord_status" },
searchRowBasic = new CustomListSearchRowBasic { name = new SearchColumnStringField[] { new SearchColumnStringField() } }
};
Is this the right approach? What am I missing? Thanks in advance for any suggestions.battk
11/18/2022, 6:10 PMbattk
11/18/2022, 6:11 PMbattk
11/18/2022, 6:14 PMbattk
11/18/2022, 6:15 PMBen Tanner
11/21/2022, 5:31 PM