Thank you for this tutorial! I really appreciate and I've been following along. I've come across an error, when I do message: `Custom Button triggered with Value : ${assemblyItem} and ${type}`, I get an illegal syntax error, as it doesn't seem to like the `. Do you know how to resolve?
@@baseball43v3r Can you help me? I have some confusion i want to transition into my current job role to NetSuite or data science but I am confused about which should i have to go Netsuite or data science
Great Video! You can also add a button to view only. When you deploy a client script there is a button sublist at the bottom of the Script Record where you can add buttons with the related function call.
Thank you Yup we can add a button to view only mode, I agree we can add button using client script, but those button won't show up in view mode, since client script deployment works only on create, edit and copy mode.
Instead of having a print button, could there be a dropdown menu that indicates the type of print required?
How to open suitelat page from custom button?
on the custom button function name try to use window.open to open front end suitelet,
If its backend suitelet, go ahead with clientscript logic
why we can not make function which we want to trigger in same js file
Thank you for this tutorial! I really appreciate and I've been following along. I've come across an error, when I do message: `Custom Button triggered with Value : ${assemblyItem} and ${type}`, I get an illegal syntax error, as it doesn't seem to like the `. Do you know how to resolve?
I figured it out. Apparently the API version 2.x doesn't like the `. Changing the script API to 2.1 solved it!
@@baseball43v3r Can you help me? I have some confusion i want to transition into my current job role to NetSuite or data science but I am confused about which should i have to go Netsuite or data science
can we customize that button ...like can we trigger a script if we click that button.?
its possible we can trigger, Suitelet, Scheduled and Map Reduce Scripts
Can you make a video on how to do that.? Or let me know if u have already made a video on it.?
Great Video!
You can also add a button to view only.
When you deploy a client script there is a button sublist at the bottom of the Script Record where you can add buttons with the related function call.
Thank you
Yup we can add a button to view only mode,
I agree we can add button using client script, but those button won't show up in view mode, since client script deployment works only on create, edit and copy mode.