Hello, is there a way you can add user input in workflow? For example, I want to add a button on transaction, and upon clicking it, NetSuite will prompt me to leave some sort of message for that specific transaction despite not having an editing permission for that transaction
k
KevinJ of Kansas
08/24/2019, 12:45 AM
Does this info absolutely need to be on the record itself or can you use a custom record as an extension joined via a field on the transaction?
KevinJ of Kansas
08/24/2019, 12:46 AM
Because you can join to custom records in searches
KevinJ of Kansas
08/24/2019, 12:47 AM
It might preclude you from kicking off workflows and scripts on the parent record (the transaction) if you go that route
KevinJ of Kansas
08/24/2019, 12:48 AM
But if you can be creative, the custom record route for limited access can work. Also. You could use workflow on the parent record if you can be flexible in timing and use that as a search criteria
l
leo
08/25/2019, 2:29 AM
What about creating a custom text field on the record and giving permissions to that field.
k
KevinJ of Kansas
08/25/2019, 3:54 AM
In order to do that they have to have edit rights on the record