Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-23-2011, 12:48 AM
Intermediate Member
 
Posts: 19
Default zsugar No results found.

Hello ,

after drag and drop an e-mail in zsugar zimlet , i have this message "No results found."
someone know this problem ?
and this is the source of exception
Code:
com_irontec_zsugarH.prototype._fetchRelationships = function(data){



	// Get Main Tab HTML Unsorted List

	var oUL = document.getElementById("zsugar_mainTab");

	oUL.innerHTML = '';			// Clear Tab 

	var oLI;

	

	// Error treatment

	switch (true){

		case data.entry_list === undefined:

	        oLI = document.createElement("li");

			if (data.number !== undefined) oLI.innerHTML = data.name;

			else oLI.innerHTML = this.getMessage("zsugar_unexpected_error");

			break;

		case data.entry_list.length == 0:

		    oLI = document.createElement("li");

			oLI.innerHTML =  this.getMessage("zsugar_noresultsfound");
 // zsugar_noresultsfound=No results found.
			break;

	}

	

	// Show error if required

	if (oLI){

	    oUL.appendChild(oLI);

	    this.updating = false;

	    this.cbAddresses.enable();

	    return;

	}

	

	// Get Contacts

	var Contacts = data.entry_list;

	// TODO If we want to sort the Contact list in a specific order, it should be done here

	// For each contact

	for( var i=0; i < Contacts.length; i++) {

		if (this.iscrm.getInfoFromContact(Contacts[i].id,this._updateResultsTab) === false) {

	        appCtxt.getAppController().setStatusMsg(this.getMessage("zsugar_noOptsSelected"));

	    	this.updating = false;

	        this.cbAddresses.enable();

		}

	}

}
Reply With Quote
  #2 (permalink)  
Old 11-23-2011, 01:48 AM
Junior Member
 
Posts: 7
Default

Hello!

Try this steps:
let's say you have an email in zimbra from google@google.com, and you want to import that mail in sugar

1. create an contact in sugarCrm and under e-mail address put the google@google.com, because you have to had an contact in sugar linked to mail you are importing

2. try to import mail from google@google.com
Reply With Quote
  #3 (permalink)  
Old 11-23-2011, 01:54 AM
Intermediate Member
 
Posts: 19
Default

i will try it
thanks
Reply With Quote
  #4 (permalink)  
Old 11-23-2011, 03:31 AM
Intermediate Member
 
Posts: 19
Default

it does not work ((
i have the same error
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.