Not sure if that will work in what I'm trying to achieve, so perhaps I need to expand further.
During data entry I have an onfieldchanged event and when this particular field changes I need to grab the value to extract some data for other fields using a search. The ID of the field grabbed is not in the search but the text of the value is.
depending on how the timing works out, you may need to use postSourcing instead instead of fieldChanged
b
BullgillRunner
02/01/2022, 5:23 PM
Thanks, I've managed it with this...
var projectTEXT = this.currentRecord.getCurrentSublistText({
sublistId: sublistID,
fieldId: this.layout.driverID
});