Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Also, two more things. Where do you want to leave the user after they save the root cause edit?
Also if you want to land the user on edit mode on the root case, this line needs to read as below (er instead of dr, (er means edit record. dr means display record)
var text EDIT = URLRoot() & "db/" & [_DBID_ROOT_CAUSE] & "?a=er&rid=" & [Record ID# of the Root Cause];
Also if you want to land the user on edit mode on the root case, this line needs to read as below (er instead of dr, (er means edit record. dr means display record)
var text EDIT = URLRoot() & "db/" & [_DBID_ROOT_CAUSE] & "?a=er&rid=" & [Record ID# of the Root Cause];