Is there a way I can add a custom sublist to a wor...
# suitescript
a
Is there a way I can add a custom sublist to a work order record where the user can enter other work orders?
b
depending on how much scripting you think is sane, you can add a custom sublist using a user event script that creates those work orders
if i really wanted to go that route, i would probably make it make custom records instead, and then script creating work orders from those custom records
mostly for error handling purposes
a
Appreciate the fast response. I want a non editable sublist that I can populate with a user event script. Is this so difficult?
b
i would not call this an easy task
at best, its a medium difficulty task thats extremely easy to write wrong
a
Can you point me in the right direction?
b
Form.addSublist from a user event script
a
Thank you very much.