Need form button to generate a date selection box ...
# suitescript
s
Need form button to generate a date selection box This is somewhat layered. We currently have Workflow that locks a specific transaction record type once the transaction has been approved. One of our teams would like the ability to have a button available, with the record still locked, to provide a date selector. Is this possible? I know that through userevent script, I can add a button to the form on beforeload, and with a client script, add logic as a handler for the button click action. I have created confirmation boxes, and alerts with client script in NS before, but is there a way that I could have this button trigger a date selection box? If so, I's appreciate the feedback
r
requirements not fully understandable. but you should be able to have an inline html field in the view mode even if locked that has a link to launch a suitelet. this suitelet can gather a date and verify whatever and then do whatever. I haven't tried this but assume and inline html field is still fine.