before I go down the AI rabbit hole I have an issu...
# suiteflow
a
before I go down the AI rabbit hole I have an issue I'd like to throw out there and see if anyone else can help. I have a button to print COA after an item is received with QC data so on my IR screen the button is there..is there a way to have a suiteflow click that button once the item is received and save the COA as a PDF in a Netsuite folder?
m
This would need to be a custom workflow action script if you want SuiteFlow to do this
🙌 1
Or a regular UE script would work to
✅ 1
a
does it matter if the button is a scripted record? If that makes sense, I believe it is
✅ 1
m
It depends on exactly how the script is setup
My guess is that it’s a UE script to add the button which calls a suitelet and the suitelet actually does the work of generating the PDF You can’t call a suitelet through any of the native workflow actions so it would be a custom one
I really you’d just change the UE script that adds the custom button to trigger after record submit upon create. Then it would happen everytime without needing to click a button
a
I believe that is locked.. I will check on it tomorrow. As always appreciate the wisdom and guidance!
m
You can also create your own UE script that would call the same suitelet in the same way the button click does. Just need to pass in the suitelet URL and any parameters
👀 1
a
I actually just added Item Receipt to a saved search for COAs I already had going so they will just have to deal with it