Hello 🙂 Is it possible to have 2 Submit button in Suitelet? Thanks.
b
battk
02/05/2020, 5:41 AM
i would say not in any meaningful way
battk
02/05/2020, 5:41 AM
you can addSubmitButton twice, but it would be 2 buttons that do the same thing
d
David Durst
02/05/2020, 8:13 AM
@battk positioning 🙂
n
NElliott
02/05/2020, 10:52 AM
I think you can, you just need to identify which button was pressed based on it's id.
I'm relying on memory though, I don't have an example I'm afraid so I could be talking nonsense 😉
e
Eric B
02/05/2020, 1:05 PM
The 2 buttons would be "sitting" on top of each other.
j
Jason_PSI
02/05/2020, 2:33 PM
You could do two buttons that are NOT submit buttons, and have them send data back to the same Suitelet via a module.
It really depends on what you are trying to do.