User forums

0 Abonnenten

5 Themen

162 Gespräche

Did you get stuck with your task? Do you need help using SuperOffice CRM? Did you find a creative workaround for a task you couldn't accomplish? This is the place to post questions, share tips and workarounds and help others.

push_pin lock

Folder structure in imported documents

Wish . We use a lot of imported documents in projects. Using a "MultiUpload" script created by SuperOffice for this. Works great. Sorted by date and type, but can be several 100's within each. We wish it would be possible to structure documents in folders created by us in the project document view. It would provide a much quicker way of navigating between documents in projects.

FR

Frode Kent Røkenes
3
5
13. Nov. 2024 | 07:06 AM
Thema:
Core CRM features

Letzte Antworten

Hi Frode, glad to hear that Activity Folders is working well for you! 🎉 You might also find some helpful tips and tricks in our Knowledge Base – definitely worth a look for getting the most out of it. Here’s a quick link: Quick-start guide for SuperOffice admins . Enjoy exploring!
by Pierre Van Mever
14. Nov. 2024 | 02:41 PM
push_pin lock

How to get ActivityList from a Sale

Hi,  I use crm scripts to get all Documents & Emails from a Sale with Links for Download the Document & Emails, but I don't find any methods for this.   Thanks for Helps.
Jianchun You
1
1
6. Nov. 2024 | 03:27 PM
Thema:
Sales management

Letzte Antworten

ok, i try to get this list with SearchEngine.
by Jianchun You
8. Nov. 2024 | 07:43 AM
push_pin lock

How to catch Error Message from crm scripts

Hi, I have implemented Logic for Sales in a long crm scripts, By Running the Logic it posts me Error Message: the entered number is not a valid number: This Error Message was not defined by me in scripts. It comes then next Message with "OK to create order in SAP", this is my Message for positive Confirmation, that means the Logic go on runing after that Error Message. Could someone tell me how could I catch this Error Message in crm scripts?   Thanks a lot!
Jianchun You
2
1
17. Okt. 2024 | 01:27 PM
Thema:
Sales management

Letzte Antworten

Hello Jianchun,  We always recommend developers use try/catch when writing code, and you can elevate your developer experience by adding the logging helper-method to produce logs that are easier to navigate through. Example usage: #setLanguageLevel 4; #include "lib-log"; //This is the log-helper-method-library, but you can include this in your code directly if you want String mainMethod(){ return "foo"; } try { String bar = mainMethod(); } catch { printLine("Exception caught: " + error); printLine("...at " + errorLocation); log(406, 5, "Exception caught: " + error, "...at " + errorLocation); // Uses the logger-method from the include } The try/catch will mean your code will no longer crash, and you can catch the error and/or even implement notifications.  I also recommend you look at the option to activate trace on your script, but check the box "Only save if there is an unhandled exception" and use `forceSaveTrace(true)` in your catch-block. Have a SUPER day! //Eivind
by Eivind Fasting
29. Okt. 2024 | 07:44 AM
push_pin lock

Full text search or "multi key word search" in requests / tickets

Hi,  I want to know how to perform a full text search on requests in SuperOffice.  The "Full text search" box in the upper right will only search within the subject of a request, but not within the content of the mails or comments. But this is what I want to do.    My current workaround is to use the "find request" feature and add the "content" attribute as a criteria. But if I try to search for multiple words this does not work. I can only add "content" once ... so no AND based search can be created. Is there a way to to a search inside of the content with multiple key words.   Thanks in advance for your responses.    Kind regards, Thomas

TH

Thomas Hertwig
0
5
25. Sept. 2024 | 08:59 AM
Thema:
Service management

Letzte Antworten

Hi Thomas, try logging into the community page for bugs and wishes and then try checking the bug shared previously by Bas.  
by Povilas Bikmanas
17. Okt. 2024 | 06:11 AM
push_pin lock

Email-Filter to prevent automatic reply about Out-Of-Office Mesasge

Hi,   I want to write Email-Filter to prevent automatic reply of Customer about Out-Of-Office Mesasge in our Ticketsystem: Subject:. (Automatische Antwort|Abwesenheit). But it also blocks the Email Subject which operatively has the Word " Abwesenheit": My Question is, How can i  set my Email-Filter accordingly to prevent out-of-office answers ? Many Thanks!
Jianchun You
2
0
7. Okt. 2024 | 11:04 AM
Thema:
Service management
push_pin lock

Automatically add customer to Case based on email "To:" field

Hi everyone, I'm seeking assistance in finding a way to automatically add a customer to a Case based on the "To:" address in an email header. Any guidance or examples would be greatly appreciated! Thank you!

JS

John Smith
2
1
23. Aug. 2024 | 11:14 AM
Thema:
Service management

Letzte Antworten

Hi John, Could you provide us more information in this matter? When mentioning Case, do you mean a Request? Generally a customer is automatically added to the request through an incoming e-mail based on the From: address. And when sending an e-mail to the customer with To:, the customer would already be connected with the request.
by Gerard van de Castel
16. Sept. 2024 | 11:15 AM
push_pin lock

crmscript with Euro-Symbol

Hi, why wenn i code this String myString = "€" do i have 0x20AC ? How can I write the € Symbol in my crmScript ? Thanks for your response

FR

Fabrice Reithinger
2
2
11. Sept. 2024 | 02:10 PM
Thema:
Service management

Letzte Antworten

Hi Eivind, i don't know the Version. We are using the online3.superoffice.com website.. I need to use the € in my code, to check a passsword. Wenn you debug your code, at line 4, you must have the 0x20AC, can you check it ? I use #setLanguageLevel 3; and you 4, that can be the difference ? Thanks Fabrice

FR

by Fabrice Reithinger
13. Sept. 2024 | 05:31 AM
push_pin lock

CS issue when trying to add new contact when email addrees was not found

Since a few weeks we have an issue when adding a new contact over CS because senders address was not found. It happens in one of four cases.  There is a msssage om top of the screen like the one below.     we recreated all indizees on table email and even run dbsetup to check sequence. I ckeched table email and could not found any records with obviuos invalid content like special chars (ascii 1 to 30). So what can cause the issue? Thanks for Help  

CK

Christian Kogel
1
3
9. Sept. 2024 | 07:04 PM
Thema:
Service management

Letzte Antworten

Hi,  In 10.3.1 the email search was optimized, see Improve recipients search performance , possibly this was also fixed, you could try by upgrading to 10.3.3.? 
by David Hollegien
11. Sept. 2024 | 09:58 AM
push_pin lock

Script is taking too long to execute.

Hi, I have this error: EjScript::RunTimeException: Script is taking too long to execute. Execution time: 122.10, User CPU time: 9.56 But How can i fix that ? I need the script to do something, it make 100 Results and than come the error.. Thanks for your help Fabrice

FR

Fabrice Reithinger
2
1
23. Juli 2024 | 02:42 PM
Thema:
Service management

Letzte Antworten

Hi Fabrice, Generally speaking, if a script is taking too long to complete then it's probably because the script is trying to do much more than what the CRMScript engine was designed for. CRMScript best practices | SuperOffice Docs There is too little information in the OP to better understand what task(s) the script is written to complete, but unless there is something wrong - like highly unoptimized code, then this is generally an indicator that the intended work would be best written as a custom application that leverages webhooks, etc. Best regards.  
by Tony Yates
25. Juli 2024 | 10:50 AM
push_pin lock

Export ticket content to Excel

How can I export tickets to Excel, including the ticket messages? I want to do an analysis of all support ticket for a period. I have tried exporting tickets by using selections. I get all the metadata, name, user, time, hashtags etc, but is see no way to include the content of the tickets. Is there any way I can export tickets with contents?

AA

Anne-Kristin Aasberg
1
0
11. Juli 2024 | 08:41 AM
Thema:
Service management