Support & frequently asked questions

Get support. Search our collection of frequently asked questions (FAQs).

Need support outside normal business hours?

You can reach SuperOffice support during evening and during weekends with Premium Support.

Latest Forum Posts

  • Antwoord aan New email from SuperOffice email client in separate window in Settings and maintenance

    Hi Terje! I will forward this info to our developers and they can evaluate this for a future version of SuperOffice. 

    11 aug 2025 | 11:12 a.m.
  • Gepost email.send() in Service management

    Hi, in my debugger i have email.send() : "-1" How can i catch this in ejscript ? Thanks for your help Fabrice

    5 aug 2025 | 04:43 p.m.
  • Gepost email.send() to Email that not exist in Service management

    Hi, I have a question. I send an email  Void sendNotification(Integer customerId, String emailFor, Integer replyTemplateId) { // Load customer Customer customer; customer.load(customerId); Integer customerLanguage = customer.getValue("language").toInteger(); // Load reply template ReplyTemplate rt; rt.load(replyTemplateId); String subject = rt.getSubject(customerLanguage); String bodyPlain = rt.getPlainBody(customerLanguage); String bodyHtml = rt.getHtmlBody(customerLanguage); // Parse templates with customer and ticket Parser parser = getParser(); customer.toParser(parser); subject = parser.parseString(subject); bodyPlain = parser.parseString(bodyPlain); bodyHtml = parser.parseString(bodyHtml); // Send email Email email; email.setValue("from","ticketsystem@akgsoftware.de"); email.setValue("to", emailFor); email.setValue("subject", subject); if (bodyPlain != "") { email.setValue("body", bodyPlain); } if (bodyHtml != "") { email.setValue("bodyHtml", bodyHtml); } email.s email.send(); } In the fall where the emailadresse not exist, i'm in the customerservice, the content from the email will be show in my html page. Are this normal ? Have you got any idea? Thanks Fabrice

    1 aug 2025 | 10:29 a.m.

Actieve Forums

  • FR

    Service management 08-05-2025 mode_comment 210
  • JS

    Core CRM features 07-29-2025 mode_comment 195
  • Samuel Holmström Setting up and administrating Service 05-21-2025 mode_comment 168

Contact support

Fill out this form to get in touch with support.

Manage requests

Check answers and respond to your requests.