Page 1 of 1
DayBack crashes on popover 'Contact' search
Posted:
Wed Feb 11, 2015 5:50 am
by brian.curran
Hi,
I've run into a problem since hosting my DayBack file yesterday, it could be a coincidence though as I don't recall altering anything recently.
10,000 event records:
When entering a new event in the Calendar layout, all the popover fields work except for the "Contact" field. When I type letters in the search field and hit the search button, FM hangs and I have to quit the application.
Really need to get this fixed ASAP, any suggestions on where to start looking?
Thanks
Brian.
Re: DayBack crashes on popover 'Contact' search
Posted:
Wed Feb 11, 2015 12:48 pm
by jeffalmquist
Hi Brian. We haven't seen this before. How many records are in your Contacts table? Also, make sure the "id" and "name" fields in the DBK_WebViewerSource you added to your Contacts table are all correctly mapped, as well as those same fields on the "Related Source No 1" layout.
Re: DayBack crashes on popover 'Contact' search
Posted:
Wed Feb 11, 2015 1:03 pm
by brian.curran
Hi Jeff,
There are only 18 records in the Contacts table at the moment.
SampleContacts::
Let ( [
//============= Assign your event fields here ==========================
id = id ;
name = NameFull ;
Source No1::
Contacts tab
contact id = id contact
In browse mode, this displays at C000012
Is there anything else I should be looking at?
Re: DayBack crashes on popover 'Contact' search
Posted:
Wed Feb 11, 2015 1:04 pm
by brian.curran
PS.
I could send you a login via email if you think this may be a glitch?
Re: DayBack crashes on popover 'Contact' search
Posted:
Wed Feb 11, 2015 1:09 pm
by jeffalmquist
Hard to say what's going on, but I'd be happy to have a look if you're saying it's reproducible. Yes, please send the login info to us at
[email protected]
Re: DayBack crashes on popover 'Contact' search
Posted:
Thu Feb 12, 2015 12:36 pm
by jeffalmquist
You found a bug. We'll fix it in the next Dayback build, which is due out soon. The "Perform Script on Server" step in the "List Search Find (searchCriteria)" script is running the wrong sub-script. It should call itself. The attached screen shot shows the correction. Thanks for reporting this.
- 2015-02-12_1328.png (334.72 KiB) Viewed 13937 times
Re: DayBack crashes on popover 'Contact' search
Posted:
Thu Feb 12, 2015 1:19 pm
by brian.curran
Ok great, thanks for fixing my online version Jeff...