Kevin McKee
09/24/2020, 2:59 PMbeforeLoad
user event script, but it doesn't work.
if(category == 3) {
record.setValue({
fieldId: 'customform',
value: '105',
});
} else {
record.setValue({
fieldId: 'customform',
value: '167',
});
}
battk
09/24/2020, 3:00 PMbattk
09/24/2020, 3:01 PMKevin McKee
09/24/2020, 3:03 PMMTNathan
09/24/2020, 3:04 PMpageInit
in a client script, but that'll force a refresh so I think the redirect is better UX. With the redirect, you should be able to add a cf
parameter in the url for the custom form.