darrenhillconsulting
06/19/2024, 2:37 PMaddButton
, can I put an inline function into the functionName
field? I don't want all the over head of adding client scripts, etc for a simple redirect button.Nathan L
06/19/2024, 2:47 PMNathan L
06/19/2024, 2:49 PMform.addButton({ id: "custpage_move_bins", label: "Move Bins", functionName: `window.open('${suiteletUrl}', "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,width=800,height=800")` });