I currently have 2 forms and 1 view. One form is used to make a command and the other form is used by suppliers for estimations. I’d like to change my system so the user create a command with a form and each supplier answer the command with the other form. The view shows the command (parent) and the responses (childs).
Is there a quick way to change it, I searched the help but only found LotusScript method to create child form.
Thanks guys