Hello :slightly_smiling_face: Is it possible to ha...
# suitescript
c
Hello 🙂 Is it possible to have 2 Submit button in Suitelet? Thanks.
b
i would say not in any meaningful way
you can addSubmitButton twice, but it would be 2 buttons that do the same thing
d
@battk positioning 🙂
n
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
The 2 buttons would be "sitting" on top of each other.
j
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.