Matias Bonifacino
02/03/2022, 7:47 PMChris Simon
02/03/2022, 8:15 PMMatias Bonifacino
02/03/2022, 8:20 PMreza.seedin
02/03/2022, 10:18 PMChris Simon
02/03/2022, 10:35 PMfunction redirectToNewRecord(objParameters)
{
//Get the environment internal ID for the record record type
var objRecord = record.create({
type: 'customrecord_record'
});
var stRecordId = objRecord.getValue({fieldId: 'rectype'});
redirect.toTaskLink({
id: 'EDIT_CUST_' + stRecordId,
parameters: objParameters
});
}
redfishdev
02/04/2022, 12:13 AMMatias Bonifacino
02/07/2022, 2:41 PM