How to change the status of quote to ‘closed’

record.submitFields({
                        type: 'estimate',
                        id: quoteId,
                        values: {
                            'entitystatus': 14
                        },
                        options: {
                            enableSourcing: false,
                            ignoreMandatoryFields: true
                        }
                    });

Leave a comment

Your email address will not be published. Required fields are marked *